Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-17
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Singleton and union define the covariant power-set monad

Statement

The covariant power-set functor P:SetSet carries a monad whose unit is ηX(x)={x} and whose multiplication μX:PPXPX is union.

Facts & Assumptions

Given: A set X and functions between sets.

[L1]

The power set P(X) is the set of all subsets of X (The power set P(x)={z:zx}).

[L2]

Direct image sends a subset AX along f:XY to f[A]Y (The image R[A] and the preimage R1[B] of a set under a relation).

[L3]

A monad requires natural unit and multiplication satisfying two unit laws and associativity (Monad on a category).

Proof

technique · direct
1.1

Define P(f)(A)=f[A]. Direct images preserve identities and composition, so this is an endofunctor; define ηX(x)={x} and μX(A)=A.

L1L2L3
2.1

For f:XY, one has f[A]=AAf[A], so union is natural. Also f[{x}]={f(x)}, which proves naturality of the singleton unit directly.

L2step 1.1
3.1

The two unit laws are {A}=A and xA{x}=A. Associativity is the equality obtained by removing either pair of parentheses from a union of families of families. These identities also hold when X=, so [L3] gives the claimed monad.

L3step 1.1step 2.1

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 35 results over 14 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources