Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + claude-sonnet-5)audited 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.

A Kleisli composite for the list monad computed by substitution and concatenation

Example

For the list monad, let X={0,1,2} and define

f(0)=[a,b,a],f(1)=[],f(2)=[b],

g(a)=[p],g(b)=[q,p].

Then the Kleisli composite substitutes the g-word for every letter of the f-word and concatenates.

Facts & Assumptions

Given: The displayed list-valued functions f:X{a,b} and g:{a,b}{p,q}.

[L1]

A Kleisli arrow AB for the list monad is a function AB, and Kleisli composition uses the monad multiplication (Kleisli category of a monad; The free-monoid monad has monoids as its Eilenberg–Moore algebras).

[L2]

The multiplication of the list monad concatenates a list of lists (The free-monoid monad has monoids as its Eilenberg–Moore algebras).

Verification

technique · direct
1.1

The data include an input with empty output, and all displayed values are finite words of the required types.

given
2.1

Substitution and concatenation give (gf)(0)=[p,q,p,p], (gf)(1)=[], and (gf)(2)=[q,p].

L1L2step 1.1
3.1

Define h(p)=[r] and h(q)=[s,r]. Then (h(gf))(0)=[r,s,r,r,r], while (hg)(a)=[r] and (hg)(b)=[s,r,r], so ((hg)f)(0) is the same word.

L1L2step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 15 results over 7 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.