Alphabeta Math
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.

8 results · all verified · 6 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 2 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Monoidal Categories and Monoidal Functors - Examples

1 · Prerequisites

2 · Summary

These examples compute the cartesian and endofunctor monoidal structures explicitly, show how a commutative monoid becomes a one-object strict monoidal category, and display the five bracketings that the pentagon compares in the four-fold case.

The page also records the first non-strong lax example and the standard counterexample showing that one cannot make all associators literally equal to identities merely by passing to a skeleton.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31 rests on unproved material (inherited)Open item page →
Rests on 3 statements not proved in this library, by way of the results it cites. This item cites no such statement directly; it depends on results that do. The unproved premises it inherits are Cohen's first model: an infinite Dedekind-finite set of reals, Sierpiński 1947: the generalised continuum hypothesis implies the Axiom of Choice and The continuum hypothesis and its generalisation are independent of ZFC. Each is recorded with a citation to the literature and is not established here, because the track that would prove it has not yet been developed in this library. Everything else in this proof is proved here.

The cartesian monoidal structure on sets computed

Example

In Set, the tensor product is cartesian product and the unit object is a singleton set. For X={a,b}, Y={0,1}, and Z={,} one has

XY=X×Y={(a,0),(a,1),(b,0),(b,1)},

and the associator and unitors are the usual rebracketing and projection bijections:

αX,Y,Z(((x,y),z))=(x,(y,z)),

λX(,x)=x,ρX(x,)=x.

Facts & Assumptions

Given: The cartesian monoidal structure on Set.

Verification

technique · direct
1.1

By [L1], tensor in Set is cartesian product, so the displayed set for XY is correct.

L1
2.1

The map αX,Y,Z sends each element of ((X×Y)×Z) to the same triple with the other bracketing, and its inverse is (x,(y,z))((x,y),z).

step 1.1
3.1

The maps λX(,x)=x and ρX(x,)=x are bijections with inverses x(,x) and x(x,). So this concrete example realizes the cartesian monoidal structure exactly as claimed.

step 2.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

The pentagon checked for cartesian products

Example

For sets W,X,Y,Z, the pentagon for the cartesian monoidal structure compares the two canonical maps from (((W×X)×Y)×Z) to W×(X×(Y×Z)).

Facts & Assumptions

Given: The cartesian monoidal structure on a category with finite products.

[L1]

Finite products make a category monoidal, with associator given by the canonical rebracketing isomorphism (A category with finite products is monoidal).

Verification

technique · direct
1.1

Start with an element (((w,x),y),z). Along the left side of the pentagon, the first associator gives ((w,x),(y,z)) and the second gives (w,(x,(y,z))).

L1
1.2

Along the right side, the first associator gives ((w,(x,y)),z), the second gives (w,((x,y),z)), and the third gives (w,(x,(y,z))).

L1
2.1

Both composites send (((w,x),y),z) to the same element (w,(x,(y,z))), so the pentagon commutes in this concrete cartesian example.

step 1.1step 1.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

A commutative monoid as a one-object strict monoidal category

Example

Let (M,,e) be a commutative monoid. Make a one-object category CM whose unique object is and whose endomorphisms are the elements of M, with composition given by . Define tensor on objects by = and on morphisms again by .

Facts & Assumptions

Given: A commutative monoid (M,,e).

[L1]

A monoid yields a one-object category whose endomorphism monoid is the original monoid (A monoid is a one-object category, and a group is a one-object category in which every morphism is invertible).

[L2]

In a strict one-object monoidal category, the endomorphism monoid is commutative (The endomorphisms of the tensor unit form a commutative monoid).

Verification

technique · direct
1.1

By [L1], CM is a category with identity e and composition given by .

L1
2.1

Because M is commutative, ((mn)(mn))=(mn)(mn)=(mm)(nn)=((mm)(nn)), so tensor is a bifunctor. Associativity and unit are literal equalities because there is only one object and the tensor on morphisms is exactly the monoid product.

step 1.1algebra
3.1

Thus CM is a one-object strict monoidal category. The theorem in [L2] explains why commutativity is the right hypothesis for this strict example.

step 2.1L2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

The five bracketings of a four-fold tensor product with no inserted unit symbol

Example

The five parenthesised tensor words on four letters with no inserted unit symbol are

(((AB)C)D), ((A(BC))D), (A((BC)D)), (A(B(CD))), ((AB)(CD)).

The pentagon compares the two canonical routes from the first word to the fourth one.

Facts & Assumptions

Given: Parenthesised tensor words on four letters.

[L1]

Parenthesised tensor words are the defined expressions on this page (Parenthesised tensor words and their evaluation functors).

[L2]

The number of such words on four letters is the Catalan number C3=5 (Parenthesised tensor words of a fixed length are counted by the Catalan numbers).

Verification

technique · direct
1.1

Each displayed word uses the letters A,B,C,D exactly once, contains no unit symbol, and differs only by the placement of parentheses, so each is a valid parenthesised tensor word of the kind counted in [L2].

L1L2
2.1

The list has five elements, matching [L2]. Therefore it is complete.

step 1.1L2
3.1

The pentagon starts at (((AB)C)D) and ends at A(B(CD)), passing through the other three displayed bracketings exactly as the coherence diagram predicts.

step 2.1L1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

The free-monoid monad as a monoid object in the endofunctor category

Example

Let S be the full subcategory of Set on the three sets , 1={}, and N. This category is small. The usual free-monoid construction sends

{ε}1,11N,NNN,

where the first bijection sends the empty word to , the second sends a word on one letter to its length, and the third is any fixed bijection. Denote these chosen bijections by bX:XT(X) for XS. Define T(f):=bYfbX1:T(X)T(Y) for f:XY. This makes T:SS an endofunctor. Its transported unit has component ηX=bXηX:XT(X), and its transported multiplication has component μX=bXμX(bX1)bT(X)1:T2(X)T(X). Thus these maps correspond to one-letter insertion and word concatenation under the chosen codings; they are not literally those word maps on the representative set N.

Facts & Assumptions

Given: The transported free-monoid endofunctor on the small category S.

[L1]

The free-monoid construction on Set is a genuine monad (The free-monoid monad has monoids as its Eilenberg–Moore algebras).

[L2]

For a small category, monads are exactly monoid objects in the endofunctor category (A monoid object in a small endofunctor category is exactly a monad).

Verification

technique · direct
1.1

By [L1], the free-monoid construction on Set comes with unit η and multiplication μ satisfying the monad equations. The formulas in the Example conjugate the functor action and structure maps by the bijections bX, so functoriality, naturality, and the monad equations are preserved. Hence (T,η,μ) is a monad on S.

L1algebra
2.1

Because S has only three objects, it is small, so [L2] applies to the monad from step 1.1. Therefore the data (T,η,μ) are exactly the structure maps of a monoid object in the endofunctor category [S,S].

step 1.1L2
3.1

Therefore this transported free-monoid monad is a concrete example of a monoid object in a small endofunctor category.

step 2.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31 rests on unproved material (inherited)Open item page →
Rests on 3 statements not proved in this library, by way of the results it cites. This item cites no such statement directly; it depends on results that do. The unproved premises it inherits are Cohen's first model: an infinite Dedekind-finite set of reals, Sierpiński 1947: the generalised continuum hypothesis implies the Axiom of Choice and The continuum hypothesis and its generalisation are independent of ZFC. Each is recorded with a citation to the literature and is not established here, because the track that would prove it has not yet been developed in this library. Everything else in this proof is proved here.

The power-set functor is lax monoidal but not strong

Example

Let P:SetSet be the covariant power-set functor: on a function f:XY, it sends AX to its direct image f(A)Y. For sets X,Y, define

P2:P(X)×P(Y)P(X×Y),(A,B)A×B,

and let

P0:1P(1)

pick the unique subset {} of the singleton set.

Facts & Assumptions

Given: The power-set construction and the cartesian monoidal structure on Set.

[L1]

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

[L2]

Lax, strong, and strict monoidal functors are distinguished by their structure maps and whether those maps are isomorphisms (Lax, strong, and strict monoidal functors).

Verification

technique · direct
1.1

Direct images preserve identities and composition, so the displayed action on functions makes P a functor. By [L1] and [L3], the map P2 is well typed: if AX and BY, then A×BX×Y. For functions f:XX and g:YY, one has (f×g)(A×B)=f(A)×g(B), so P2 is natural. The unit map P0 is also well typed because a singleton set has exactly one subset equal to itself.

L1L3algebra
2.1

For subsets AX, BY, and CZ, both sides of the lax associativity axiom send ((A,B),C) to the subset of X×(Y×Z) consisting of all (x,(y,z)) with xA, yB, and zC. The left and right unit axioms likewise send (,A) and (A,) back to A. Hence P is lax monoidal.

step 1.1L2L3
2.2

Take X=Y={0,1}. The diagonal subset Δ={(0,0),(1,1)}X×Y is not of the form A×B for subsets AX and BY. So P2 is not surjective, hence not an isomorphism.

L1step 1.1
3.1

Therefore the power-set functor is lax monoidal but not strong.

step 2.1step 2.2L2
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

A skeleton of Set cannot be made strict by identifying isomorphic objects

Counterexample

Let S be a skeleton of Set and choose an infinite object DS with DD×D. Then S witnesses that one cannot obtain a strict monoidal structure merely by identifying isomorphic objects.

Facts & Assumptions

Given: A skeleton S of Set containing such an object D.

[L1]

In Isbell's skeleton argument, forcing the associator to become an identity collapses every endomorphism DD to the same map, which is absurd (Isbell's warning that isomorphic objects cannot simply be identified).

Verification

technique · counterexample
1.1

Assume one could make the monoidal structure on S strict merely by identifying isomorphic objects. Then the associator at D would be an identity in the sense excluded by [L1].

givenL1
1.2

By [L1], that would force all endomorphisms DD to be equal. But 1D and any constant endomorphism are different maps, since D has at least two elements.

L1
2.1

Hence S is a counterexample to the claim.

step 1.1step 1.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Endofunctor composition as a strict tensor product

Example

Let C be the discrete category on the two objects 0 and 1. Define endofunctors S,T:CC by S(0)=1, S(1)=0, T(0)=0, and T(1)=0. Since C is discrete, these object assignments determine the whole functors.

Facts & Assumptions

Given: The endofunctor category of a small category under composition.

[L1]

For a small category, endofunctor composition makes the endofunctor category strict monoidal (The endofunctor category of a small category is strict monoidal under composition).

Verification

technique · direct
1.1

The category C is small, so [L1] applies. Its endofunctors are determined by their action on the two objects because every morphism is an identity.

L1
2.1

The composites are easy to compute: SS=1C, TS=T, and ST is the constant functor at 1. Hence ((ST)S)=S(TS) as literal equalities of functors, and 1CS=S=S1C.

step 1.1
3.1

This concrete pair therefore realizes composition as a strict tensor product.

step 2.1L1