Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)judge pass (z-ai/glm-5.2)audited 2026-07-28
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.

The absolute value a|a| of an integer

Definition

Let aZa \in \mathbb{Z} (The integers as equivalence classes of pairs of naturals). The absolute value of aa is

a  :=  {aif a0,aif a<0,|a| \;:=\; \begin{cases} a & \text{if } a \ge 0, \\ -a & \text{if } a < 0, \end{cases}

where \le is the order of Order on the integers and a-a is the additive inverse supplied by The integers form a commutative ring for the operations of Arithmetic on the integers.

Why the two clauses define a function. The order on Z\mathbb{Z} is total and antisymmetric (The integers form a totally ordered ring), so for each aa exactly one of a0a \ge 0 and a<0a < 0 holds: totality gives at least one of 0a0 \le a and a0a \le 0, and if both hold then a=0a = 0 by antisymmetry, in which case a0a \ge 0 and a<0a < 0 fails, since a<0a < 0 means a0a \le 0 together with a0a \ne 0. The two clauses therefore never both apply and never both fail, and a-a is a single element of Z\mathbb{Z} because additive inverses are unique in a commutative ring: if a+u=0a + u = 0 and a+v=0a + v = 0 then u=u+0=u+(a+v)=(u+a)+v=0+v=vu = u + 0 = u + (a + v) = (u + a) + v = 0 + v = v.

At the boundary, 0=0|0| = 0 by the first clause, and the second clause also gives a-a whenever a0a \le 0: for a<0a < 0 that is the definition, and for a=0a = 0 both readings give 00.

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 36 results over 14 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