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.

✓ 2 results · all verified · 0 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.

Modules, Submodules, Quotient Modules and the Isomorphism Theorems: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-03Open item page →

The residue classes Z/n as a Z-module

Example

For n≥1, the additive group of residue classes Z/n is a left Z-module under

r [a]n:=[ra]n.

Facts & Assumptions

Given: An integer n≥1, a scalar r∈Z, and residue classes [a]n,[b]n∈Z/n.

[L1]
[L2]

The integers form a commutative ring (The integers form a commutative ring).

[L4]

A left module is an abelian group with a unital distributive associative scalar action (Unital left and right modules over a ring; unqualified module means left module).

Verification

technique · direct
1.1

The displayed action is representative-independent: replacing a by a congruent integer leaves ra congruent modulo n.

L1L2given
2.1

Integer distributivity and associativity give r([a]n+[b]n)=r[a+b]n=[ra+rb]n=r[a]n+r[b]n, (r+s)[a]n=r[a]n+s[a]n, and (rs)[a]n=r(s[a]n).

step 1.1L1L2given
3.1

Finally 1[a]n=[a]n, and [L3] supplies the abelian additive group; therefore the module axioms hold.

step 2.1L1L2L3L4∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-03Open item page →

Left ideals are exactly the submodules of the regular left module RR

Example

Let R be a ring. On its additive group define the left scalar action r⋅x:=rx, using multiplication in R. This makes R the regular left module, written RR. A subset I⊆R is a submodule of RR if and only if I is a left ideal of R.

Facts & Assumptions

Given: A ring R and its underlying additive group.

[L1]

A left module is an abelian group with a unital scalar action satisfying the two distributive laws and associativity of scalar multiplication (Unital left and right modules over a ring; unqualified module means left module).

[L2]

A subset is a submodule exactly when it is an additive subgroup and is closed under multiplication by every scalar (Submodule of a module).

[L3]

A left ideal is an additive subgroup I such that ri∈I for all r∈R and i∈I (Left, right and two-sided ideals).

[L4]

In a ring, addition is an abelian-group operation, multiplication is associative and unital, and multiplication distributes over addition on both sides (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides).

Proof

technique · direct
1.1

The additive group of R is abelian. For r,s,x,y∈R, the ring laws give r(x+y)=rx+ry, (r+s)x=rx+sx, (rs)x=r(sx), and 1Rx=x. Thus r⋅x:=rx makes R a left R-module.

L1L4given
2.1

If I is a left ideal, then it is an additive subgroup and ri∈I for all r∈R, i∈I. Hence it is a submodule of RR.

step 1.1L2L3
2.2

Conversely, if I is a submodule of RR, then it is an additive subgroup and is closed under the scalar action, which here says exactly that ri∈I for all r∈R, i∈I. Hence I is a left ideal.

step 1.1L2L3
3.1

Steps 2.1 and 2.2 prove the claimed equivalence.

step 2.1step 2.2∎

Remarks

  • With the right regular module RR, the same argument identifies its submodules with the right ideals. Two-sided ideals are precisely the subsets that are submodules in both regular-module structures.

Sources