Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27
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.

(Z,+)(\mathbb{Z}, +) is an abelian group, (Z,)(\mathbb{Z}, \cdot) is a commutative monoid that is not a group, and its group of units is {1,1}\{1, -1\}

Example

Let Z\mathbb{Z} be the integers with the operations of Arithmetic on the integers. Then

  1. (Z,+,0)(\mathbb{Z}, +, 0) is an abelian group (Group and abelian group);
  2. (Z,,1)(\mathbb{Z}, \cdot, 1) is a commutative monoid (Semigroup and monoid) which is not a group, because 00 has no multiplicative inverse;
  3. its group of units (The invertible elements of a monoid form a group under the restricted operation) is Z×={1,1}\mathbb{Z}^{\times} = \{1, -1\}, and 111 \ne -1.

Facts & Assumptions

Given: The integers Z\mathbb{Z} with ++, \cdot, 00 and 11 (The integers as equivalence classes of pairs of naturals, Arithmetic on the integers), and the embedding ι:NZ\iota : \mathbb{N} \to \mathbb{Z} of The naturals embed in the integers.

[L1]

In Z\mathbb{Z}: addition is associative and commutative, x+0=xx + 0 = x, and every x=[(a,b)]x = [(a,b)] has the additive inverse x=[(b,a)]-x = [(b,a)] with x+(x)=0x + (-x) = 0; multiplication is associative and commutative with x1=xx \cdot 1 = x, and it distributes over addition. These are the ring axioms, verified one by one in the proof of The integers form a commutative ring (The integers form a commutative ring, Arithmetic on the integers).

[L2]

The order on Z\mathbb{Z} is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication (The integers form a totally ordered ring, Order on the integers).

[L3]

ι\iota is injective, preserves addition, multiplication and order, and its image is exactly the nonnegative integers; ι(0)=0\iota(0) = 0 and ι(1)=1\iota(1) = 1 (The naturals embed in the integers).

[L4]

On N\mathbb{N}: every k0k \ne 0 is a successor σ(j)=1+j\sigma(j) = 1 + j, so k0k \ne 0 implies 1k1 \le k (Every nonzero natural number is a successor, Addition is commutative, Order on the natural numbers, The natural numbers N\mathbb{N} (von Neumann)).

Verification

technique · direct
1.1

Addition on Z\mathbb{Z} is associative and commutative, x+0=xx + 0 = x and hence 0+x=x0 + x = x, and every xx has a two-sided additive inverse x-x; so (Z,+,0)(\mathbb{Z},+,0) is an abelian group.

L1L5
1.2

Multiplication on Z\mathbb{Z} is associative and commutative and x1=x=1xx \cdot 1 = x = 1 \cdot x; so (Z,,1)(\mathbb{Z},\cdot,1) is a commutative monoid.

L1L5
1.3

For every yZy \in \mathbb{Z}, 0y=00 \cdot y = 0: by distributivity 0y=(0+0)y=0y+0y0 \cdot y = (0+0) \cdot y = 0 \cdot y + 0 \cdot y, and adding (0y)-(0 \cdot y) gives 0=0y0 = 0 \cdot y.

L1
1.4

101 \ne 0 in Z\mathbb{Z}: ι\iota is injective with ι(1)=1\iota(1) = 1 and ι(0)=0\iota(0) = 0, and 101 \ne 0 in N\mathbb{N} since 1=σ(0)1 = \sigma(0) contains 00 as an element while 0=0 = \varnothing has none.

L3L4
1.5

Discreteness in Z\mathbb{Z}: if 0<x0 < x then 1x1 \le x. Indeed x0x \ge 0 gives x=ι(k)x = \iota(k) with kNk \in \mathbb{N}, and k0k \ne 0 since ι(0)=0x\iota(0) = 0 \ne x; so 1k1 \le k in N\mathbb{N} and, ι\iota preserving the order, 1=ι(1)ι(k)=x1 = \iota(1) \le \iota(k) = x.

L3L4
2.1

00 is not invertible in (Z,,1)(\mathbb{Z},\cdot,1): 0y=010 \cdot y = 0 \ne 1 for every yy. Hence (Z,,1)(\mathbb{Z},\cdot,1) is not a group.

step 1.3step 1.4L5
2.2

11 and 1-1 are units: 11=11 \cdot 1 = 1, and (1)(1)=1(-1)(-1) = 1 because (1)(1)+(1)=(1)((1)+1)=(1)0=0(-1)(-1) + (-1) = (-1)\bigl((-1) + 1\bigr) = (-1) \cdot 0 = 0, so (1)(1)(-1)(-1) is the additive inverse of 1-1, which is 11.

step 1.3L1
2.3

If 0<u0 < u and 1v1 \le v then uuvu \le uv: from 1v1 \le v we get 0v10 \le v - 1, so u(v1)0u(v-1) \ge 0, either factor being possibly zero, and uvu=u(v1)0uv - u = u(v-1) \ge 0 gives uuvu \le uv.

step 1.5L1L2
2.4

Let xy=1xy = 1. Then x0x \ne 0 and y0y \ne 0 by step 1.3 and step 1.4. If x>0x > 0 and y<0y < 0 then 0<x(y)=(xy)=10 < x(-y) = -(xy) = -1, so 1<01 < 0, contradicting 0<10 < 1, which holds by step 1.4 and totality since 101 \ge 0; the case x<0x < 0, y>0y > 0 is the same with the names interchanged. So xx and yy are both positive or both negative.

step 1.3step 1.4L1L2L3
3.1

Both positive: 1x1 \le x and 1y1 \le y by step 1.5, so xxy=1x \le xy = 1 by step 2.3, and with 1x1 \le x antisymmetry gives x=1x = 1.

step 1.5step 2.3L2
4.1

Both negative: then 0<x0 < -x and 0<y0 < -y and (x)(y)=xy=1(-x)(-y) = xy = 1 by ring arithmetic, so x=1-x = 1 by step 3.1, that is x=1x = -1.

step 3.1L1L2
5.1

By steps 2.2, 2.4, 3.1 and 4.1 the units of (Z,,1)(\mathbb{Z},\cdot,1) are exactly 11 and 1-1; and 111 \ne -1, since 1=11 = -1 would give 1+1=01 + 1 = 0, while 0<10 < 1 gives 1<1+11 < 1 + 1 and hence 0<1+10 < 1 + 1. So Z×={1,1}\mathbb{Z}^{\times} = \{1,-1\}, a group under multiplication with two elements.

step 2.2step 2.4step 3.1step 4.1L1L2L5

Remarks

  • The Statement of The integers form a commutative ring is quoted here by its content, not by its name. That theorem says Z\mathbb{Z} is "a commutative ring with multiplicative identity", a phrase not defined at this point in the reading order; what is used above is the list of equations its proof verifies one at a time. Nothing here presupposes a definition of a ring.

  • Cancellation without invertibility. (Z,)(\mathbb{Z},\cdot) satisfies cancellation by nonzero elements yet is not a group, and (N,+)(\mathbb{N},+) is a sharper example still, being cancellative outright (A commutative monoid in which cancellation holds need not be a group: (N,+)(\mathbb{N}, +)).

  • Z×={1,1}\mathbb{Z}^{\times} = \{1,-1\} is the first finite group in the library that is not trivial. It is cyclic of order 22, generated by 1-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: 53 results over 17 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.

Sources