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.

For any field FF, (F,+)(F, +) and (F{0},)(F \setminus \{0\}, \cdot) are abelian groups; in particular (Q,+)(\mathbb{Q}, +), (Q{0},)(\mathbb{Q} \setminus \{0\}, \cdot), (R,+)(\mathbb{R}, +) and (R{0},)(\mathbb{R} \setminus \{0\}, \cdot)

Example

Let FF be a field (Field). Then

  • (F,+,0)(F, +, 0) is an abelian group (Group and abelian group), the additive group of FF;
  • (F{0},,1)(F \setminus \{0\}, \cdot, 1) is an abelian group, the multiplicative group of FF, often written F×F^{\times}.

Since the rationals (The rationals form a field) and the reals (The reals form a field) are fields, this gives four groups at once: (Q,+)(\mathbb{Q},+), (Q{0},)(\mathbb{Q} \setminus \{0\}, \cdot), (R,+)(\mathbb{R},+) and (R{0},)(\mathbb{R} \setminus \{0\}, \cdot). All four are infinite and abelian.

Facts & Assumptions

Given: A field FF with operations ++ and \cdot and distinguished elements 010 \ne 1 (Field).

[L1]

Axiom (A): addition is associative and commutative, x+0=xx + 0 = x for all xFx \in F, and every xx has an additive inverse x-x with x+(x)=0x + (-x) = 0 (Field).

[L2]

Axiom (M): multiplication is associative and commutative, x1=xx \cdot 1 = x for all xFx \in F, and every x0x \ne 0 has a multiplicative inverse x1x^{-1} with xx1=1x \cdot x^{-1} = 1 (Field).

[L3]

Axiom (D): x(y+z)=xy+xzx(y+z) = xy + xz; and 010 \ne 1 (Field).

[L4]

A group is a monoid in which every element is invertible; a monoid is an associative binary operation on a set together with a two-sided identity; abelian means the operation is commutative; a subset closed under an operation inherits it (Group and abelian group, Semigroup and monoid, Binary operation on a set; associativity, commutativity, and a subset closed under the operation, Left identity, right identity, and two-sided identity for a binary operation, Left inverse, right inverse, and invertible element of a monoid).

[L5]

Q\mathbb{Q} is a field (The rationals form a field) and R\mathbb{R} is a field (The reals form a field).

Verification

technique · direct
1.1

Addition is a binary operation on FF, associative and commutative by (A).

L1
1.2

00 is a two-sided identity for ++: x+0=xx + 0 = x by (A), and 0+x=x+0=x0 + x = x + 0 = x by commutativity. So (F,+,0)(F,+,0) is a commutative monoid.

L1L4
1.3

Every xFx \in F is invertible for ++: x+(x)=0x + (-x) = 0 by (A) and (x)+x=0(-x) + x = 0 by commutativity, so x-x is a two-sided inverse. Hence (F,+,0)(F,+,0) is an abelian group.

L1L4
1.4

For every zFz \in F, z0=0z \cdot 0 = 0: by (D), z0=z(0+0)=z0+z0z \cdot 0 = z(0 + 0) = z \cdot 0 + z \cdot 0, and adding (z0)-(z \cdot 0) to both sides gives 0=z00 = z \cdot 0.

L1L3
2.1

F{0}F \setminus \{0\} is closed under multiplication. Let x,y0x, y \ne 0 and suppose xy=0xy = 0. Multiplying by x1x^{-1} and regrouping, y=1y=(x1x)y=x1(xy)=x10=0y = 1 \cdot y = (x^{-1}x)y = x^{-1}(xy) = x^{-1} \cdot 0 = 0, contradicting y0y \ne 0. So xy0xy \ne 0, and multiplication restricts to a binary operation on F{0}F \setminus \{0\}.

step 1.4L2L4
3.1

1F{0}1 \in F \setminus \{0\} because 010 \ne 1, and x1=x=1xx \cdot 1 = x = 1 \cdot x for every xx by (M) and commutativity; the restricted operation is associative and commutative because it is so on FF. Hence (F{0},,1)(F \setminus \{0\}, \cdot, 1) is a commutative monoid.

step 2.1L2L3L4
4.1

Every xF{0}x \in F \setminus \{0\} is invertible there: (M) supplies x1Fx^{-1} \in F with xx1=1x x^{-1} = 1, and x10x^{-1} \ne 0 since otherwise 1=x0=01 = x \cdot 0 = 0, contradicting 010 \ne 1; commutativity gives x1x=1x^{-1} x = 1 as well, so x1x^{-1} is a two-sided inverse lying in F{0}F \setminus \{0\}.

step 1.4step 3.1L2L3
5.1

By steps 1.3, 3.1 and 4.1, (F,+,0)(F,+,0) and (F{0},,1)(F \setminus \{0\}, \cdot, 1) are abelian groups, and applying this to the fields Q\mathbb{Q} and R\mathbb{R} gives the four groups listed.

step 1.3step 3.1step 4.1L4L5

Remarks

  • This is the cheapest bridge from the analysis half of the library to the algebra half. The field axioms as stated in Field already say "(F,+)(F,+) is an abelian group" and "(F{0},)(F \setminus \{0\},\cdot) is an abelian group"; what the verification above adds is that the group axioms in the sense of Group and abelian group really do all follow from the equations that axiom spells out, including the one thing the spelling out leaves implicit, namely that F{0}F \setminus \{0\} is closed under multiplication.

  • Step 2.1 is where the absence of zero divisors is used, and it is a consequence of the field axioms rather than an extra hypothesis. In a general commutative ring the corresponding statement is false, and the nonzero elements need not be closed under multiplication.

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: 48 results over 19 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