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.

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

Modules over a Principal Ideal Domain and the Canonical Forms — Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

Euclidean row and column reduction computes Smith normal form

Statement

Over a Euclidean domain, a finite sequence of elementary row and column operations computes a Smith normal form of every rectangular matrix. The sequence terminates by strict descent of the Euclidean value whenever the current pivot fails to divide an entry.

Facts & Assumptions

Given: A Euclidean domain with division by remainder (Euclidean domain and Euclidean function) and matrix equivalence and Smith form as in Matrix equivalence and Smith normal form over a PID.

[L1]

Every rectangular matrix over a PID is equivalent to a Smith diagonal matrix (Every matrix over a PID has a Smith normal form).

Proof

technique · constructive
1.1

If the matrix is empty or zero, return the empty or zero Smith form. Otherwise move a nonzero entry of least Euclidean value among the current entries into the upper-left pivot position by row and column swaps.

chooseconstruct
2.1

Divide every entry in the pivot row and column by the pivot and use elementary operations to replace a nonzero remainder into the pivot position. If an entry outside that row and column is not divisible by the pivot, add its row to the pivot row and repeat. Each nonzero remainder has strictly smaller Euclidean value, so this descent terminates with a pivot dividing every entry.

step 1.1given
3.1

Clear the rest of the pivot row and column using exact division, then apply the same procedure to the smaller remaining rectangle. The row or column count strictly decreases at each recursion, and zero or rank-deficient tails stop immediately.

step 2.1construct
4.1

Because each chosen pivot divides every entry in the remaining rectangle, successive nonzero pivots satisfy d1d2. Unit normalization gives Smith form; equivalently, adjacent diagonal factors may be replaced by their gcd and lcm through elementary operations without changing equivalence. The output agrees with the existence theorem [L1], but termination here uses the Euclidean function and is not a proof over an arbitrary PID.

step 3.1L1algebradischarge-construct
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

Smith normal form of an explicit three-by-three integer matrix

Example

For

A=(210446226),

the Smith normal form over Z is diag(1,2,6), and

cokerAZ/2Z/6.

Facts & Assumptions

Given: Euclidean Smith reduction from Euclidean row and column reduction computes Smith normal form and the invariant-factor quotient interpretation of Invariant-factor decomposition of a finitely generated module over a PID.

[L1]

Smith normal form is unique and its entries are recovered from successive determinantal divisors (Smith normal form is unique through the gcds of its minors).

Verification

technique · direct
1.1

Swap the first two columns, replace the second row by R24R1 and the third by R32R1, and replace the second column by C22C1. The remaining lower block is (4626). Swap its rows, replace the last row by the last row minus twice the preceding row, and clear the off-diagonal 6 by adding three times the pivot column. Unit row scalings give diag(1,2,6).

givenalgebra
2.1

The gcd of all entries is 1; the minor from rows 1,3 and columns 1,2 is 2, and every two-by-two minor is even, so their gcd is 2; the determinant is 12. Thus the determinantal divisors are 1,2,12, whose successive quotients are 1,2,6, confirming step 1.1 by [L1].

step 1.1L1algebra
3.1

Quotienting the diagonal presentation gives Z/(1)Z/(2)Z/(6); the first summand is zero, yielding the displayed cokernel with no free part because the determinant is nonzero.

step 1.1given
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-24Open item page →

The abelian groups of order 360 in elementary-divisor and invariant-factor form

Example

Since 360=23325, the elementary-divisor and invariant-factor forms pair as follows:

Elementary-divisor formInvariant-factor form
Z/8Z/9Z/5Z/360
Z/8Z/3Z/3Z/5Z/3Z/120
Z/4Z/2Z/9Z/5Z/2Z/180
Z/4Z/2Z/3Z/3Z/5Z/6Z/60
Z/2Z/2Z/2Z/9Z/5Z/2Z/2Z/90
Z/2Z/2Z/2Z/3Z/3Z/5Z/2Z/6Z/30

Facts & Assumptions

Given: Partitions of positive integers (Partitions of a positive integer).

[L1]

For a finite abelian group, the PID-module elementary divisors and invariant factors agree with the published group-theoretic data (The PID-module and finite-abelian-group classifications have the same canonical data).

Verification

technique · direct
1.1

The exponent 3 of 2 has partitions 3, 2+1, and 1+1+1; the exponent 2 of 3 has partitions 2 and 1+1; the exponent 1 of 5 has partition 1. By [L1], independently combining these choices gives exactly the elementary-divisor rows displayed.

L1given
2.1

Align prime-power factors on the right and multiply columns. The resulting columns are respectively (360), (3,120), (2,180), (6,60), (2,2,90), and (2,6,30), giving the displayed invariant forms by [L1].

step 1.1L1
3.1

In every row the product of the invariant factors is 360, and each factor divides the next. Factoring those factors back into prime powers reproduces its elementary-divisor row, so no regrouping is duplicated.

step 2.1algebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

Z2/(2,0),(0,3) is cyclic of order six

Example

The quotient Z2/(2,0),(0,3) is cyclic of order six, generated by the class of (1,1).

Facts & Assumptions

Given: The displayed relation matrix and elementary integer row and column operations.

[L1]

R/(ab)R/(a)R/(b) when a and b are coprime (Coprime cyclic quotients over a PID split by the Chinese remainder map).

Verification

technique · direct
1.1

The relation matrix is diag(2,3). Since 2 and 3 are coprime, elementary integer row and column operations using 32=1 transform it to diag(1,6), which is its Smith form.

givenalgebra
2.1

Directly, the quotient is Z/2Z/3, and [L1] identifies this with Z/6; the unit Smith factor in step 1.1 contributes no summand.

step 1.1L1
3.1

The class of (1,1) has order the least common multiple of 2 and 3, namely 6, so it generates the order-six quotient. Its lower positive multiples are nonzero because neither coordinate has simultaneously reached its relation.

step 2.1algebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

Rational canonical form of an explicit four-by-four matrix

Example

Over Q, let

A=(1000000101010011)=C(x1)C((x1)(x2+1)).

The invariant factors are x1 and (x1)(x2+1). Thus A is already in rational canonical form,

μA=(x1)(x2+1),χA=(x1)2(x2+1).

Facts & Assumptions

[L1]

In rational canonical form, the blocks are the companion matrices of a divisibility chain of monic invariant factors (Existence and uniqueness of rational canonical form).

Verification

technique · direct
1.1

The lower three-by-three block is the companion matrix of x3x2+x1=(x1)(x2+1), while the first block is C(x1)=(1). Since x1 divides the cubic factor, [L1] gives the displayed polynomial-module summands and confirms that A is in rational canonical form with the stated invariant factors.

L1
2.1

The largest invariant factor in step 1.1 is (x1)(x2+1), so the minimal-polynomial dictionary gives the displayed μA.

step 1.1given
3.1

The product of the two invariant factors is (x1)2(x2+1), so the characteristic-polynomial dictionary gives the displayed χA; their degrees 1 and 3 sum to the matrix dimension.

step 1.1givenalgebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-24Open item page →

One matrix in rational form over Q and Jordan form after adjoining its roots

Example

For the preceding matrix A, rational canonical form over Q has companion blocks C(x1) and C((x1)(x2+1)). Over a field containing i with i2=1, its Jordan form is

diag(1,1,i,i).

Facts & Assumptions

[L1]

The invariant factors are x1 and (x1)(x2+1) (Rational canonical form of an explicit four-by-four matrix).

Verification

technique · direct
1.1

Over Q, [L1] gives the two rational companion blocks and the divisibility chain, so no splitting field is needed for rational canonical form.

L1
2.1

After adjoining i, the second invariant factor splits as (x1)(xi)(x+i) into pairwise coprime factors, while the first contributes another x1. The elementary divisors are therefore x1,x1,xi,x+i.

step 1.1algebra
3.1

Each elementary divisor in step 2.1 is linear, so the module Jordan theorem gives four one-dimensional blocks with entries 1,1,i,i, and the agreement theorem confirms the same Jordan-string block data. Their product remains (x1)2(x2+1) and their least common multiple remains (x1)(x2+1), preserving the characteristic and minimal polynomial identities.

step 2.1given
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-24Open item page →

The real quarter-turn has rational canonical form but no real Jordan form

Example

The real quarter-turn

A=(0110)

is the companion matrix of x2+1 and hence is in rational canonical form over R, but it has no Jordan canonical form over R. Over a field containing i, its Jordan form is diag(i,i).

Facts & Assumptions

Given: Rational canonical form from Existence and uniqueness of rational canonical form and the module construction of Jordan form after splitting (Jordan canonical form from the elementary divisors of VT).

[L1]

An endomorphism has a Jordan canonical form over its base field if and only if its characteristic polynomial splits into linear factors there (Jordan form over the base field exists exactly when the characteristic polynomial splits).

Verification

technique · direct
1.1

With e1=(1,0) one has Ae1=e2 and A2e1=e1, so e1,Ae1 is a cyclic basis with annihilator x2+1. The displayed matrix is exactly C(x2+1) and is its one-block rational canonical form.

givenalgebra
2.1

The polynomial x2+1 has no real root and does not split over R. By [L1], the real operator has no real Jordan form.

step 1.1L1
3.1

After adjoining i, the polynomial splits as (xi)(x+i) with distinct roots. The module Jordan theorem gives the two one-dimensional blocks i and i, whose dimensions sum to two.

step 2.1given
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

The polynomial module of a two-by-two operator

Example

For

T=(0210)on Q2,

the polynomial module is

VTQ[x]/(x2+2).

Its sole invariant factor, minimal polynomial, and characteristic polynomial are all x2+2, and the displayed matrix is the companion matrix C(x2+2).

Facts & Assumptions

[L1]

In a cyclic power basis the restriction has the companion matrix with ones on the subdiagonal and the negative coefficients in the last column (A vector annihilator gives a power basis and its companion matrix).

Verification

technique · direct
1.1

For e1=(1,0), one has Te1=(0,1)=e2, so e1,Te1 is a basis of Q2.

algebra
2.1

Direct multiplication gives T2e1=2e1, and no nonzero polynomial of degree below two kills e1 because the vectors in step 1.1 are independent. Thus the vector annihilator is x2+2, and [L1] gives its displayed companion matrix.

step 1.1L1
3.1

The cyclic map Q[x]VT, pp(T)e1, has kernel (x2+2) and is surjective, so it gives the displayed module isomorphism. Consequently the sole invariant factor is x2+2; it is the minimal polynomial, and the companion determinant gives the same characteristic polynomial.

step 2.1given
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-24Open item page →

FALSE: characteristic and minimal polynomials determine similarity

Statement

False claim. Two square matrices over a field having the same characteristic polynomial and the same minimal polynomial are similar.

Facts & Assumptions

Refutation

technique · direct
1.1

Let A=J2(0)J2(0) and B=J2(0)J1(0)J1(0). Both are four-dimensional nilpotent matrices with characteristic polynomial x4 and largest block size two, hence minimal polynomial x2.

algebra
2.1

The invariant factors of A are x2,x2, while those of B are x,x,x2; equivalently, their ranks are 2 and 1. By [L1] they are not similar, despite the equal characteristic and minimal polynomials.

step 1.1L1

Remarks

This witness agrees with FALSE: Equal characteristic and minimal polynomials imply similarity, but the proof here is self-contained because that published item lies on an examples page and is not a dependency.

False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

FALSE: every finitely generated module over a domain is a direct sum of cyclic modules

Statement

False claim. Every finitely generated module over an integral domain is a direct sum of cyclic modules.

Facts & Assumptions

[F1]

For aR, the ideal ({a}) is written (a) and is called principal (The ideal generated by a subset and principal ideals).

Refutation

technique · direct
1.1

Let R=Z[x] and I=(2,x). The ring is a domain, and I is generated by the displayed elements, so it is a two-generated torsion-free R-module.

givenalgebra
2.1

Any nonzero cyclic submodule of the torsion-free ideal is isomorphic to R. If a direct-sum decomposition contained two nonzero cyclic summands with nonzero generators a,bI, the relation baab=0 would be a nontrivial relation between them, contradicting directness. Thus a cyclic decomposition could have at most one nonzero summand.

step 1.1algebra
3.1

A single nonzero cyclic summand would make I principal by [F1]. But a generator would divide both 2 and x in Z[x], hence would be a unit; that would give I=R, while reduction modulo (2,x) shows 1I. Thus I is not cyclic and has no direct-sum decomposition into cyclic modules, refuting the claim and isolating the PID hypothesis.

step 1.1F1algebra
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

FALSE: every torsion-free module over a PID is free

Statement

False claim. Every torsion-free module over a principal ideal domain is free, without a finite-generation hypothesis.

Facts & Assumptions

Given: The rational field Q (The rationals form a field), bases and free modules (Generated submodule, cyclic and finitely generated modules, module basis and free module), the integer ring and cancellation law (The integers form a commutative ring, The integers have no zero divisors; multiplicative cancellation), the fact that every additive subgroup of Z is cyclic (Every subgroup of (Z,+) is n=nZ for exactly one natural number n), the PID definition (Principal ideal domain), and the valid finitely generated theorem Every finitely generated torsion-free module over a PID is free. These integer facts show that Z is a PID.

[F1]

A module is torsion-free when its torsion subset is {0} (Annihilators, torsion elements and the torsion subset of a module).

Refutation

technique · contradiction
1.1

Under the usual integer action, Q is a Z-module. If nq=0 with n0, field cancellation gives q=0, so it is torsion-free by [F1].

F1algebra
2.1

Suppose, for contradiction, that Q has a Z-basis B. It cannot be empty because Q0, so choose bB. Express b/2 as a finite integer linear combination of basis elements and multiply by 2. Uniqueness of basis coordinates would make the coefficient of b simultaneously 1 and an even integer, which is impossible.

step 1.1assume-contrachoosealgebra
3.1

Step 2.1 rules out every nonempty basis, and the empty basis cannot span the nonzero module. Thus Q is torsion-free over the PID Z but is not free; finite generation is essential.

step 2.1discharge-contradiction
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

FALSE: elementary divisors determine the free rank

Statement

False claim. The elementary divisors of a finitely generated module over a PID determine its free rank.

Facts & Assumptions

Given: Free rank (The free rank of a finitely generated module over a PID) and the convention that elementary divisors record only torsion cyclic summands (Invariant factors and elementary divisors of a finitely generated module over a PID).

[L1]

Every nonzero commutative unital ring has invariant basis number for finite bases: if RmRn, then m=n (Every nonzero commutative ring has invariant basis number for finite bases).

Refutation

technique · direct
1.1

Let R be any PID. The free modules R and R2 are torsion-free, so both have empty elementary-divisor lists. The zero module R0 has the same empty torsion data as well.

givenalgebra
2.1

By [L1], their free ranks are respectively 1, 2, and 0 and are genuinely distinct. Thus identical elementary-divisor data does not determine the free rank.

step 1.1L1

Sources