Alphabeta Math
Session-authored (Fable 5 assisted)
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.

10 results · all verified · 7 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 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Free Modules and Exact Sequences: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The standard basis and a universal map from R3

Example

For a unital ring R, the module R3 has standard basis e1=(1,0,0),e2=(0,1,0),e3=(0,0,1). Given m1,m2,m3 in a left R-module M, the unique homomorphism sending ei to mi is T(r1,r2,r3)=r1m1+r2m2+r3m3.

Facts & Assumptions

Given: A unital ring R, a left R-module M, and elements m1,m2,m3M.

[F1]

R3 is free on its three standard basis vectors, and every vector has a unique coordinate expression (The free module on a set and its standard basis).

[L1]

A map on a basis extends uniquely to a module homomorphism (Universal property of the free module on a set).

Verification

technique · direct
1.1

The displayed formula is additive and R-linear by the module axioms, and it sends ei to mi.

givenF1algebra
2.1

If S:R3M is another homomorphism with S(ei)=mi, then [F1] gives (r1,r2,r3)=r1e1+r2e2+r3e3, so linearity gives S(r1,r2,r3)=r1m1+r2m2+r3m3=T(r1,r2,r3).

step 1.1F1
3.1

Therefore T is the unique universal extension asserted by [L1].

step 1.1step 2.1L1
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Z/nZ is generated but not free as a Z-module for n>1

Statement refuted

The implication “a generated Z-module is free” is false. For every integer n>1, the module Z/nZ is generated by 1+nZ but is not free over Z.

Facts & Assumptions

Given: An integer n>1 and the Z-module M=Z/nZ.

[F1]

A free module on a set X consists of uniquely represented finite linear combinations of its standard basis vectors; the empty basis gives the zero module (The free module on a set and its standard basis).

[F2]

A module is generated by a subset when every element is a finite linear combination of that subset (Generated submodule, cyclic and finitely generated modules, module basis and free module).

[F3]

In Z/nZ, the coset operations are induced from Z (Quotient module M/N with scalar multiplication on additive cosets).

Counterexample

technique · direct
1.1

Every class k+nZ equals k(1+nZ), so M is generated by one element according to [F2].

F2F3
1.2

Every element of M is killed by the nonzero integer n.

givenF3algebra
2.1

If M were free on X, it would be nonzero because n>1, so [F1] would force X; choose xX. The standard vector ex is not killed by n, since its x-coordinate is the nonzero integer n, contradicting step 1.2.

step 1.2F1choose
3.1

Thus M is generated but not free. At the excluded boundary n=1, Z/Z=0, which is free on the empty basis by [F1].

step 1.1step 2.1F1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A regular module with bases of sizes one and two

Statement refuted

Finite free rank need not be invariant over a noncommutative ring. There is a unital ring R for which the regular left module RR is isomorphic to RR2, so it has bases of sizes one and two.

Facts & Assumptions

Given: A field F, an F-vector space V with basis (ek)kN, and R=EndF(V) with multiplication given by composition.

[F1]

Invariant basis number would forbid an isomorphism RR2 of regular left modules (Invariant basis number and the rank of a free module).

[F2]

Linear maps VV form a vector space under pointwise addition and scalar multiplication (L(V,W) is a vector space over the common scalar field).

[F3]

Composition of linear maps is associative and has the identity map as identity (Identity maps and composites of linear maps are linear).

[F4]

A unital ring has an abelian-group addition, associative multiplication with an identity, and both distributive laws (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides).

Counterexample

technique · constructive
1.1

Define α0(ek)=e2k and α1(ek)=e2k+1. Define β0(e2k)=ek, β0(e2k+1)=0, β1(e2k)=0, and β1(e2k+1)=ek. Extending the formulas across the unique finite basis expressions from [F5] gives four endomorphisms.

F5construct
2.1

On every basis vector, βiαj is the identity when i=j and zero otherwise, while α0β0+α1β1=idV. Unique finite basis expressions from [F5] make these identities hold on all of V.

step 1.1F2F3F5
2.2

The operations from [F2] and [F3] satisfy the ring axioms [F4], so R=EndF(V) is a unital ring. Define left R-linear maps T:RR2 and S:R2R by T(f)=(fα0,fα1),S(g,h)=gβ0+hβ1. Associativity and distributivity give left linearity.

step 1.1F2F3F4construct
3.1

The identities in step 2.1 give T(S(g,h))=(g,h) and S(T(f))=f, so T and S are inverse isomorphisms.

step 2.1step 2.2algebra
4.1

Therefore RRRR2, refuting finite rank invariance in this ring as [F1] records.

step 3.1F1discharge-construct
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Z/2Z is projective but not free over Z/6Z

Example

Let R=Z/6Z. The ideal 3R={0,3} is isomorphic to Z/2Z as an R-module. It is projective but not free.

Facts & Assumptions

Given: The ring R=Z/6Z and its ideal P=3R.

[L1]

Under AC, being a direct summand of a free module is equivalent to projectivity (Equivalent characterizations of projective modules).

[L2]

A free module with a finite basis is projective using only finite choice, which is provable in ZF (Free modules are projective, with the exact choice boundary).

[F1]

A free module is a direct sum of copies of the regular module, with one standard vector per basis element (The free module on a set and its standard basis).

Verification

technique · direct
1.1

The element 3 is idempotent modulo 6, and 13=4 is also idempotent, with 34=0 and 3+4=1. Hence R=3R4R.

givenalgebra
1.2

The module P has two elements. A free module on the empty set has one element; a free module on a nonempty finite set of size k has 6k elements; and a free module on an infinite set has infinitely many distinct standard basis vectors. None has two elements.

F1algebra
2.1

Thus P=3R is a direct summand of the rank-one free module R, which is projective without AC by [L2]. Precomposing a map from P with the projection RP, lifting from R, and restricting the lift to P proves directly that P is projective. The map Z/2ZP sending 1 to 3 is an R-module isomorphism.

step 1.1L1L2algebra
3.1

Hence PZ/2Z is projective and nonfree over Z/6Z.

step 2.1step 1.2
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

0Z×2ZZ/2Z0 does not split

Statement refuted

The short exact sequence of Z-modules 0Z×2ZqZ/2Z0 does not split, where q is reduction modulo two.

Facts & Assumptions

Given: The displayed maps.

[F1]

A split short exact sequence has a section of its epimorphism, equivalently a retraction of its monomorphism (Split short exact sequences, sections, and retractions).

[L1]

Sections, retractions, and compatible direct-sum decompositions are equivalent for a short exact sequence (The splitting lemma for short exact sequences of modules).

Counterexample

technique · direct
1.1

Multiplication by two is injective, q is surjective, and kerq=2Z, the image of multiplication by two; hence the sequence is short exact.

givenalgebra
1.2

If s:Z/2ZZ were a section, put x=s(1+2Z). Then q(x)=1+2Z, so x is odd, while 2x=s(0)=0, forcing x=0, a contradiction.

assume-hypF1algebra
2.1

Therefore no section exists, and [F1] and [L1] show that the short exact sequence does not split. Equivalently, a retraction r would satisfy 2r(1)=r(2)=1.

step 1.1step 1.2F1L1
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

0AACC0 is canonically split

Example

For left R-modules A,C, the sequence 0AiACpC0, with i(a)=(a,0) and p(a,c)=c, is canonically split by s(c)=(0,c) and r(a,c)=a.

Facts & Assumptions

Given: Left R-modules A,C and the displayed maps.

[F1]

The finite direct sum has coordinatewise operations (The direct sum of an indexed family of modules).

[F2]

A section satisfies ps=idC, and a retraction satisfies ri=idA (Split short exact sequences, sections, and retractions).

[L1]

A section or retraction splits a short exact sequence and identifies the middle module with AC (The splitting lemma for short exact sequences of modules).

Verification

technique · direct
1.1

The map i is injective, p is surjective, and kerp={(a,0):aA}=imi, so the sequence is short exact.

givenF1algebra
1.2

The formulas give p(s(c))=c and r(i(a))=a, so s is a section and r is a retraction by [F2].

F1F2algebra
2.1

By [L1] the sequence splits, and the resulting map ACAC, (a,c)i(a)+s(c), is the identity.

step 1.1step 1.2L1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

HomZ(,Z) need not preserve surjections on the right

Statement refuted

The contravariant functor HomZ(,Z) need not carry a short exact sequence to a short exact sequence: it is left exact but need not be right exact.

Facts & Assumptions

Given: The short exact sequence 0Z×2ZZ/2Z0.

[F1]

Precomposition induces the contravariant maps on Hom groups (The abelian group HomR(M,N) and maps induced by pre- and postcomposition).

[L1]

Contravariant Hom is left exact (Covariant and contravariant Hom are left exact).

Counterexample

technique · direct
1.1

Every homomorphism Z/2ZZ is zero, because the image of its generator would be killed by two; and evaluation at 1 identifies HomZ(Z,Z) with Z.

algebra
1.2

Under this identification, precomposition with multiplication by two is the map Z×2Z, because (f(×2))(1)=2f(1).

F1algebra
2.1

Applying the functor therefore produces 00Z×2Z, which is exact as [L1] predicts but whose final map is not surjective. Thus the functor is not right exact.

step 1.1step 1.2L1
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Every short exact sequence of modules splits

Statement

False. Every short exact sequence of modules splits.

Facts & Assumptions

Given: The sequence 0Z×2ZqZ/2Z0.

[F1]

A split sequence has a section of its epimorphism (Split short exact sequences, sections, and retractions).

[L1]

Every short exact sequence ending in a projective module splits (Equivalent characterizations of projective modules).

[L2]

Every short exact sequence beginning in an injective module splits (Equivalent characterizations of injective modules).

Refutation

technique · direct
1.1

Multiplication by two is injective, q is surjective, and its kernel is 2Z, so the sequence is short exact.

givenalgebra
1.2

If a section s existed, x=s(1+2Z) would be odd because q(x)=1+2Z, but 2x=s(0)=0, so x=0, a contradiction.

assume-hypF1algebra
2.1

Hence this short exact sequence does not split, refuting the statement. The hypotheses in [L1] and [L2] are sufficient conditions, not properties of every endpoint.

step 1.1step 1.2L1L2
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Every projective module is free

Statement

False. Every projective module is free.

Facts & Assumptions

Given: R=Z/6Z and the ideal P=3R={0,3}.

[L1]

Under AC, projective modules are exactly the direct summands of free modules (Equivalent characterizations of projective modules).

[L2]

A free module with a finite basis is projective using only finite choice, which is provable in ZF (Free modules are projective, with the exact choice boundary).

[F1]

A free module is a direct sum of copies of the regular module (The free module on a set and its standard basis).

Refutation

technique · direct
1.1

Modulo six, 3 and 4 are orthogonal idempotents with sum one, so R=3R4R. The rank-one free module R is projective without AC by [L2], and the direct lifting argument for a summand makes P projective; this is the finite instance of [L1].

givenL1L2algebra
1.2

The module P has two elements. By [F1], a free module on no basis vectors has one element, one on a nonempty finite set of size k has 6k elements, and one on an infinite set is infinite. Therefore P is not free.

F1algebra
2.1

The projective nonfree module P refutes the statement.

step 1.1step 1.2
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Every injective module is projective (refuted under the Axiom of Choice)

Statement

False. Every injective module is projective.

Facts & Assumptions

Given: The Axiom of Choice, and the abelian group I=Q/Z viewed as a Z-module. Choice enters through [L1]: the implication divisible injective rests on Baer's criterion and its Zorn-lemma argument, so the refutation below is carried out under AC.

[L1]

Under AC, a Z-module is injective exactly when it is divisible (Over a PID, injective modules are exactly divisible modules).

[L2]

Under AC, a projective module is a direct summand of a free module (Equivalent characterizations of projective modules).

[F1]

A free Z-module consists of finite integer linear combinations of basis vectors with unique coefficients (The free module on a set and its standard basis).

Refutation

technique · contradiction
1.1

The group I is divisible: for q+ZI and nonzero integer n, the class q/n+Z is an n-th preimage. Thus I is injective by [L1].

L1algebra
1.2

The class 1/2+Z is nonzero and killed by two, so I has nonzero torsion.

algebra
1.3

Suppose I were projective. By [L2], it would be isomorphic to a direct summand, hence a subgroup, of a free abelian group.

assume-contraL2
2.1

A free abelian group is torsion-free by uniqueness of the finite coordinate expression in [F1], and every subgroup of a torsion-free group is torsion-free. This contradicts step 1.2.

step 1.3step 1.2F1
3.1

Therefore the injective module Q/Z is not projective, refuting the statement.

step 1.1step 2.1discharge-contradiction

Sources