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.

✓ 15 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 7 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Rings, Subrings, Integral Domains and Fields

1 · Prerequisites

2 · Summary

Objective. A group has one operation. Every number system this library has built has two, and every one of them re-proved the same handful of facts about how the two interact: that multiplying by zero gives zero, that a product of negatives is positive, that cancellation works away from zero. This page isolates that interaction into axioms. A ring is an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides. The first two facts are then proved once, for every structure satisfying the axioms. The third is not: cancellation away from zero is equivalent to the absence of zero divisors, not a consequence of the ring axioms, and that equivalence is what the definition of an integral domain is built on.

The convention, stated once and kept. Here a ring has a multiplicative identity, because axiom (R2) of Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides asks (R,⋅,1) to be a monoid. A structure satisfying the other axioms without an identity is called a non-unital ring where it occurs and is not called a ring. That decision has consequences the page carries openly: a subring must contain the identity of the ambient ring, and the companion page's 2Z is closed under addition, negation and multiplication and is not a subring of Z, because it does not contain 1 is the witness that the requirement is not automatic. Nothing here requires 1≠0 of a ring; the definitions that need it — integral domain, division ring, field — say so, and the companion page records the one ring where the difference bites.

This page does not define a field. Field is already in the library and is the definition; what this page adds is the translation between it and the ring vocabulary, and the translation is four numbered items, never a remark. Every field is a commutative ring with 1≠0; it is an integral domain, and it is a commutative division ring shows a field is a commutative ring with 1≠0, an integral domain and a division ring; Every commutative division ring is a field, so "field" and "commutative division ring" name the same structures and the published definition and the ring-theoretic one agree shows every commutative division ring satisfies the published axioms, so the two words name the same structures; Every ordered field is an ordered ring, and its order is the one its positive cone induces does the same for the order; and A ring homomorphism between fields is a field homomorphism in the published sense, and every such map is injective shows a ring homomorphism between fields is exactly a field homomorphism in the published sense, and is injective. Getting these wrong would leave the library with two notions wearing one name, which is the defect the four items exist to prevent.

The field axioms, where their quantifiers are load bearing. Axiom (M) of Field asserts associativity, commutativity and x⋅1=x on all of F, the element 0 included; its Remarks record the two-element counterexample showing that quantifier cannot be restricted to F∖{0}. Two steps of Every field is a commutative ring with 1≠0; it is an integral domain, and it is a commutative division ring spend exactly that clause: that (F,⋅,1) is a monoid, which is a statement about all of F including 0, and right distributivity, which follows from the left form only by commuting a product one of whose factors may be 0. The axiom was amended into this explicit form in the commit that published this level, after the strict reading of its earlier wording was shown to admit a model falsifying Multiplication by zero: 0⋅a=0.

Elementary consequences, and integer multiples. In any ring 0⋅a=a⋅0=0, (−a)b=a(−b)=−(ab), (−a)(−b)=ab, (−1)a=−a and a(b−c)=ab−ac proves 0⋅a=a⋅0=0, (−a)b=a(−b)=−(ab), (−a)(−b)=ab, (−1)a=−a and a(b−c)=ab−ac, each on both sides because multiplication is not assumed commutative, and records that a ring with 1=0 has exactly one element. Integer multiples in a ring: (m+n)a=ma+na, m(a+b)=ma+mb, (ma)b=m(ab)=a(mb) and (ma)(nb)=(mn)(ab) for all m,n∈Z and a,b∈R develops the notation ma for m∈Z: it is not a product in the ring but the integer power of a in the additive group (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e), so the exponent laws are quoted from Exponent laws in a group: gm+n=gmgn and (gm)n=gmn for all m,n∈Z, and (gh)n=gnhn when g and h commute rather than reproved, and what is genuinely new is (ma)b=m(ab)=a(mb), together with the identity ma=(m 1)a that the characteristic later depends on. The units of a ring are the invertible elements of its multiplicative monoid, and R× is a group under multiplication; 0∈R× only in the zero ring names the units and obtains the group R× from The invertible elements of a monoid form a group under the restricted operation applied to the multiplicative monoid, adding only the ring-specific fact that 0 is a unit exactly in the zero ring.

Domains, division rings, and the quaternions. Zero divisor, and integral domain: a commutative ring with 1≠0 and no zero divisors fixes one convention for a zero divisor and keeps it: 0 is never one, and 1≠0 is a hypothesis rather than a consequence. Cancellation characterises domains: in a commutative ring with 1≠0, the implication ab=ac and a≠0 imply b=c holds if and only if the ring has no zero divisors proves that in a commutative ring with 1≠0 the cancellation law and the absence of zero divisors are equivalent, so a commutative ring with 1≠0 is a domain exactly when cancellation works there. Division ring: a ring with 1≠0 in which every nonzero element is a unit asks instead that every nonzero element be invertible, and the two conditions are genuinely different in both directions: Z is a domain and not a division ring, and H is a division ring and not a domain, since a domain is required to be commutative. The quaternions H: real quadruples with componentwise addition and an explicit multiplication formula matching the table on 1,i,j,k builds H as R4 with an explicit product formula in the eight real coordinates, and H is a division ring that is not commutative, hence not a field: q−1=qˉ/N(q) for q≠0, while ij=k and ji=−k proves it is a division ring with q−1=N(q)−1^ qˉ, that ij=k while ji=−k, and therefore that it is not a field. Associativity is the whole cost of that proof, and it is paid without any notion of linearity: the product is put in coefficient form, both bracketings expand into the same shape of finite real sum, the sixty four basis triples reduce to twenty seven by the identity law and to nine by a cyclic symmetry that is checked rather than asserted.

Order. Ordered ring: a ring with a total order compatible with addition and with positives closed under multiplication asks for a total order compatible with addition whose positive elements are closed under multiplication, in the strict form that the published The integers form a totally ordered ring proves and the published Ordered field requires. The order presentation and the positive-cone presentation of an ordered ring determine each other: P={ x:0<x } satisfies trichotomy and closure, and a<b:  ⟺  b−a∈P recovers the order then shows the order presentation and the positive-cone presentation determine each other, which is what keeps one notion of "ordered" in the library rather than two, and Every ordered field is an ordered ring, and its order is the one its positive cone induces applies it to fields.

Substructures and maps. Subring: a subset containing 1R and closed under addition, additive inverses and multiplication asks for the ambient identity and closure under addition, additive inverses and multiplication, and shows the subset is then a ring with the same zero and the same identity; Subring criterion: S⊆R is a subring if and only if 1R∈S and a−b∈S and ab∈S for all a,b∈S; and an intersection of subrings is a subring compresses the closure conditions to a−b∈S and ab∈S and proves intersections of subrings are subrings. Subfield: a subring of a field closed under inverses of its nonzero elements, and therefore a field with the restricted operations adds closure under inverses of nonzero elements, discharges the claim that a subfield is a field by way of the two bridge lemmas, and records that a subfield of an ordered field inherits the order. Ring homomorphism: additive, multiplicative, and required to send 1 to 1 imposes f(1)=1 rather than deriving it, for the reason Monoid homomorphism and group homomorphism gives: the additive part is a group homomorphism, where identity preservation is free, and the multiplicative part is only a monoid homomorphism, where it is not. A ring homomorphism satisfies f(0)=0, f(−a)=−f(a) and f(ma)=mf(a) for m∈Z, carries units to units, and has a subring as its image; composites of ring homomorphisms are ring homomorphisms collects what does follow.

Two constructions and the characteristic. The product ring R×S with componentwise operations, its identity (1R,1S) and its units R××S× gives R×S componentwise, computes its units as R××S×, and records that a product of two rings with 1≠0 always has zero divisors. The ring RX of all functions from a set X into a ring, with pointwise operations gives RX pointwise, and records that it has zero divisors as soon as X has two distinct points and R is not the zero ring; it is minted here because the same set, with the same pointwise addition, carries a second structure elsewhere in the library's plan, whose second operation multiplies a function by a scalar rather than two functions together. Finally In a field, the additive multiple n⋅1F is the canonical natural ι(n): the additive power of the group-power definition and the canonical natural are the same function, both being the unique one given by the recursion ι(0)=0F, ι(σ(n))=ι(n)+1F proves that in a field the multiple n⋅1F is the canonical natural ι(n) of The canonical natural ι(n)=n⋅1F of a field — proved, because assuming it is exactly the two-notions defect this page is built to avoid — and The characteristic of a ring: the least n≥1 with n⋅1R=0 when one exists, and 0 otherwise defines char⁡(R) as the least n≥1 with n⋅1R=0, or 0 when there is none. That value 0 is the opposite convention to the ∞ of The order ∣G∣ of a finite group and the order ord⁡(g) of an element, with ord⁡(g)=∞ when no positive power of g is the identity, deliberately, and The characteristic of a ring is the additive order of 1R, with 0 recording infinite order; n⋅1R=0 holds exactly when char⁡(R)∣n; and in an integral domain every nonzero element has the same additive order as 1R shows why: with it, "the characteristic divides n" is a single statement covering both cases, and the characteristic is exactly the additive order of 1R, shared by every nonzero element when the ring is a domain.

What is deliberately absent. Ideals, quotient rings and the isomorphism theorems belong to a later page and are used nowhere here; the injectivity of a ring homomorphism between fields is proved without them. Polynomial rings are not constructed. The further property of the characteristic of an integral domain that would say more than "it is 0 or at least 2" requires the notion of a prime number, which no definition on this page or among the items it cites introduces, so it is not stated here. Twenty-eight items are proved on this page, thirteen of them marked as landmarks in the flowchart above. Every instance lives on the companion page except one: the quaternions are built here, because companion pages are leaves in the reading order and later pages need them.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-28Open item page →

Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides

Definition

A ring is a set R carrying two binary operations (Binary operation on a set; associativity, commutativity, and a subset closed under the operation), addition + and multiplication ⋅, and two distinguished elements 0 and 1 of R, such that

  • (R1) (R,+,0) is an abelian group (Group and abelian group): addition is associative and commutative, 0+x=x=x+0 for every x∈R, and every x∈R has an additive inverse;
  • (R2) (R,⋅,1) is a monoid (Semigroup and monoid): multiplication is associative and 1⋅x=x=x⋅1 for every x∈R;
  • (R3) multiplication distributes over addition on both sides: for all x,y,z∈R,

x⋅(y+z)  =  x⋅y+x⋅z,(y+z)⋅x  =  y⋅x+z⋅x.

We write xy for x⋅y, call 0 the zero and 1 the identity (or unity) of R, write −x for the additive inverse of x, and abbreviate x−y:=x+(−y).

Why "the" zero, "the" identity and "the" additive inverse are legitimate. Each of 0 and 1 is a two-sided identity for its own operation, and a binary operation has at most one two-sided identity (A left identity and a right identity for the same binary operation are equal; hence there is at most one two-sided identity, Left identity, right identity, and two-sided identity for a binary operation), so each is determined by the operation and the notation is single-valued. An additive inverse of x is an inverse in the monoid (R,+,0) (Left inverse, right inverse, and invertible element of a monoid), and in a monoid an element has at most one inverse (In a monoid, a left inverse and a right inverse of the same element are equal; hence an invertible element has exactly one inverse, and it is two-sided); so −x names one element, and a single equation y+x=0 already forces y=−x.

Convention: a ring has an identity. Axiom (R2) asks for a monoid, so the existence of 1 is part of the definition and is not an extra hypothesis to be carried around. This is the convention used throughout this library. A structure satisfying (R1), (R3) and the associativity half of (R2), but not required to have a multiplicative identity, is called a non-unital ring (also rng); it is not called a ring here, and where such a structure occurs it is named as a non-unital ring in as many words. The distinction has content: the companion page exhibits a subset of Z that is closed under addition, additive inverses and multiplication and is not a subring, precisely because it misses the identity.

Nothing above requires 1≠0. A ring in which 1=0 has exactly one element; the companion page records it as the zero ring. Definitions that need 1≠0 — integral domain, division ring, field — say so explicitly.

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-07-28Open item page →

Commutative ring

Definition

A ring R (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides) is commutative when its multiplication is commutative (Binary operation on a set; associativity, commutativity, and a subset closed under the operation):

xy  =  yxfor all x,y∈R.

Addition is commutative in every ring, by axiom (R1), so the word refers to multiplication alone.

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

In any ring 0⋅a=a⋅0=0, (−a)b=a(−b)=−(ab), (−a)(−b)=ab, (−1)a=−a and a(b−c)=ab−ac

Statement

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides) and let a,b,c∈R. Then

  1. 0⋅a=0 and a⋅0=0;
  2. (−a)b=−(ab) and a(−b)=−(ab);
  3. (−a)(−b)=ab;
  4. (−1)a=−a and a(−1)=−a;
  5. a(b−c)=ab−ac and (b−c)a=ba−ca.

In particular, if 1=0 in R then R={0}.

No commutativity is assumed, which is why each claim is stated on both sides.

Facts & Assumptions

Given: A ring R with zero 0, identity 1, addition + and multiplication ⋅, and elements a,b,c∈R; x−y abbreviates x+(−y) (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides).

[L1]

(R,+,0) is an abelian group: addition is associative and commutative, 0+x=x=x+0, and each x has an additive inverse −x with x+(−x)=0=(−x)+x (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Group and abelian group, Left identity, right identity, and two-sided identity for a binary operation).

[L2]

Both distributive laws hold: x(y+z)=xy+xz and (y+z)x=yx+zx for all x,y,z∈R (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides).

Proof

technique · direct
1.1

0⋅a=(0+0)⋅a=0⋅a+0⋅a, using 0+0=0 and the right distributive law.

L1L2
1.2

a⋅0=a⋅(0+0)=a⋅0+a⋅0, using 0+0=0 and the left distributive law.

L1L2
1.3

(−a)b+ab=((−a)+a)b=0⋅b, by the right distributive law and (−a)+a=0.

L1L2
1.4

a(−b)+ab=a((−b)+b)=a⋅0, by the left distributive law and (−b)+b=0.

L1L2
2.1

0⋅a=0: step 1.1 gives 0+0⋅a=0⋅a=0⋅a+0⋅a, and cancelling 0⋅a on the right gives 0=0⋅a.

step 1.1L1L4
2.2

a⋅0=0: step 1.2 gives 0+a⋅0=a⋅0=a⋅0+a⋅0, and cancelling a⋅0 on the right gives 0=a⋅0. This proves claim 1.

step 1.2L1L4
3.1

(−a)b=−(ab): by step 1.3 and step 2.1, (−a)b+ab=0⋅b=0=−(ab)+ab, and cancelling ab on the right gives (−a)b=−(ab).

step 1.3step 2.1L1L4
3.2

a(−b)=−(ab): by step 1.4 and step 2.2, a(−b)+ab=a⋅0=0=−(ab)+ab, and cancelling ab on the right gives a(−b)=−(ab). This proves claim 2.

step 1.4step 2.2L1L4
4.1

(−a)(−b)=−(a(−b))=−(−(ab))=ab: the first equality is step 3.1 applied with b replaced by −b, the second is step 3.2, and the third is −(−x)=x. This proves claim 3.

step 3.1step 3.2L5
4.2

(−1)a=−(1⋅a)=−a and a(−1)=−(a⋅1)=−a, by step 3.1 and step 3.2 applied with a or b equal to 1, together with the identity law. This proves claim 4.

step 3.1step 3.2L3
4.3

a(b−c)=a(b+(−c))=ab+a(−c)=ab+(−(ac))=ab−ac, and (b−c)a=(b+(−c))a=ba+(−c)a=ba+(−(ca))=ba−ca, using the two distributive laws and step 3.1 and step 3.2. This proves claim 5.

step 3.1step 3.2L2
5.1

If 1=0 then for every x∈R we have x=1⋅x=0⋅x=0 by the identity law and step 2.1, so R={0}.

step 2.1L3∎

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Integer multiples in a ring: (m+n)a=ma+na, m(a+b)=ma+mb, (ma)b=m(ab)=a(mb) and (ma)(nb)=(mn)(ab) for all m,n∈Z and a,b∈R

Statement

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). For m∈Z and a∈R write ma for the integer power of a in the additive group (R,+,0), read in additive notation as in Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e: thus 0a=0, σ(n)a=na+a for n∈N, and ma=−(ka) when m<0 and −m is the image of k∈N under the embedding of The naturals embed in the integers. Throughout, a natural number written where an integer is expected means its image under that embedding.

Then for all m,n∈Z and all a,b∈R:

  1. (m+n)a=ma+na;
  2. m(a+b)=ma+mb;
  3. (ma)b=m(ab)=a(mb);
  4. (ma)(nb)=(mn)(ab);
  5. ma=(m 1)a=a(m 1), where 1 is the identity of R.

No commutativity of R is assumed. The symbol ma is not a product in R: an integer is not an element of R, and claim 5 is the precise statement that the multiple ma is nevertheless a product in R, namely the product of a with the ring element m 1.

Facts & Assumptions

Given: A ring R with zero 0 and identity 1, elements a,b∈R, integers m,n∈Z, and multiples ma as described in the Statement (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e).

[L1]

(R,+,0) is an abelian group, (R,⋅,1) is a monoid, and both distributive laws hold (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Group and abelian group).

[L2]

The defining recursion for multiples: 0a=0 and σ(n)a=na+a for n∈N; and ma=−(ka) when m<0 and −m=ι(k) (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e).

[L3]

Exponent laws in a group, read additively in (R,+,0): (x+y)a=xa+ya; (−x)a=−(xa); y(xa)=(xy)a; and x(u+v)=xu+xv whenever u and v commute, all for x,y∈Z (Exponent laws in a group: gm+n=gmgn and (gm)n=gmn for all m,n∈Z, and (gh)n=gnhn when g and h commute).

[L6]

ι:N→Z is injective, preserves addition, multiplication and order, and its image is exactly the nonnegative integers (The naturals embed in the integers, The integers as equivalence classes of pairs of naturals).

[L7]

Z is a totally ordered commutative ring: multiplication on Z is commutative, exactly one of 0≤x and x<0 holds, and x<0 implies 0<−x (The integers form a commutative ring, The integers form a totally ordered ring, Order on the integers, Arithmetic on the integers).

Proof

technique · induction
1.1

Claim 1 is the first exponent law of [L3] read additively in the group (R,+,0): (m+n)a=ma+na.

L1L3
1.2

Claim 2: addition in R is commutative, so any two elements of (R,+,0) commute, and the last law of [L3] applies with u=a, v=b to give m(a+b)=ma+mb.

L1L3
1.3

Base of claim 3 at the exponent 0: (0a)b=0⋅b=0, 0(ab)=0 and a(0b)=a⋅0=0, so all three agree.

baseL2L4
1.4

Inductive hypothesis for claim 3: fix n∈N and assume (na)b=n(ab) and a(nb)=n(ab) for all a,b∈R.

ih
2.1

Successor step: (σ(n)a)b=(na+a)b=(na)b+ab=n(ab)+ab=σ(n)(ab), by the recursion, the right distributive law and the hypothesis; and a(σ(n)b)=a(nb+b)=a(nb)+ab=n(ab)+ab=σ(n)(ab), by the recursion, the left distributive law and the hypothesis.

step 1.4L1L2
3.1

By induction, (ka)b=k(ab)=a(kb) for every k∈N and all a,b∈R.

step 1.3step 2.1L5
4.1

Negative exponents. Let m<0, so 0<−m and −m=ι(k) for a unique k∈N. Then (ma)b=(−(ka))b=−((ka)b)=−(k(ab))=((−k)(ab))=m(ab), and likewise a(mb)=a(−(kb))=−(a(kb))=−(k(ab))=m(ab), using the second clause of the recursion, the sign rules of [L4], step 3.1, and (−x)c=−(xc) from [L3].

step 3.1L2L3L4L6L7
5.1

Claim 3 in full: for m∈Z either 0≤m, in which case m=ι(k) for some k∈N and step 3.1 applies, or m<0, in which case step 4.1 applies; exactly one of the two holds.

step 3.1step 4.1L6L7
6.1

Claim 4: applying claim 3 first with the pair (a,nb) and then with the pair (a,b), (ma)(nb)=m(a(nb))=m(n(ab))=(nm)(ab)=(mn)(ab), the third equality being y(xc)=(xy)c from [L3] with x=n, y=m, and the fourth commutativity of multiplication in Z.

step 5.1L3L7
6.2

Claim 5: applying claim 3 with the pair (1,a) gives (m 1)a=m(1⋅a)=ma, and applying it with the pair (a,1) gives a(m 1)=m(a⋅1)=ma, using the identity law of the multiplicative monoid.

step 5.1L1
7.1

Claims 1 to 5 are established: claim 1 in step 1.1, claim 2 in step 1.2, claim 3 in step 5.1, claim 4 in step 6.1 and claim 5 in step 6.2.

step 1.1step 1.2step 5.1step 6.1step 6.2discharge-induction∎

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

The units of a ring are the invertible elements of its multiplicative monoid, and R× is a group under multiplication; 0∈R× only in the zero ring

Statement

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). An element u∈R is a unit of R when it is invertible in the multiplicative monoid (R,⋅,1) (Left inverse, right inverse, and invertible element of a monoid), that is, when there is v∈R with uv=1=vu. Write R× for the set of units. Then:

  1. a unit has exactly one inverse, written u−1, and a single equation vu=1 or uv=1 with u already known to be a unit forces v=u−1;
  2. R× contains 1, is closed under multiplication and under inversion, and (R×,⋅,1) is a group (Group and abelian group), the group of units of R;
  3. 0∈R× if and only if 1=0, that is, if and only if R={0}.

Facts & Assumptions

Given: A ring R with zero 0 and identity 1, and R×={ u∈R:uv=1=vu for some v∈R } (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Left inverse, right inverse, and invertible element of a monoid).

[L1]

(R,⋅,1) is a monoid: multiplication is associative and 1 is a two-sided identity for it (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Semigroup and monoid).

[L2]

In a monoid a left inverse and a right inverse of the same element are equal; so an invertible element has exactly one two-sided inverse, and one of the two equations already determines it (In a monoid, a left inverse and a right inverse of the same element are equal; hence an invertible element has exactly one inverse, and it is two-sided).

[L3]

The invertible elements of a monoid M contain the identity, are closed under the operation and under inversion, and form a group under the restricted operation (The invertible elements of a monoid form a group under the restricted operation, Group and abelian group).

Proof

technique · direct
1.1

By [L1] the pair (R,⋅,1) is a monoid, so "unit of R" as defined above is exactly "invertible element of the monoid (R,⋅,1)", and R× is the set of units of that monoid in the sense of Left inverse, right inverse, and invertible element of a monoid.

L1
1.2

Claim 1 is [L2] applied to the monoid (R,⋅,1).

L1L2
1.3

Claim 2 is [L3] applied to the same monoid: 1∈R× because 1⋅1=1, the set is closed under multiplication and under inversion, and (R×,⋅,1) is a group.

L1L3
1.4

Conversely, if 1=0 then 0⋅0=0=1, so 0 is its own two-sided inverse and 0∈R×; and R={0}.

L4
2.1

If 0∈R×, choose v∈R with 0⋅v=1. But 0⋅v=0, so 1=0, and then R={0}.

step 1.1L4
3.1

Steps 2.1 and 1.4 give claim 3: 0∈R× exactly when 1=0, exactly when R is the one-element ring.

step 2.1step 1.4L4∎

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Zero divisor, and integral domain: a commutative ring with 1≠0 and no zero divisors

Definition

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). An element a∈R is a zero divisor when

a≠0andab=0  or  ba=0  for some b∈R with b≠0.

The ring R has no zero divisors when no element of R is a zero divisor; equivalently, when ab=0 implies a=0 or b=0, for all a,b∈R.

An integral domain, or simply a domain, is a commutative ring (Commutative ring) R such that

  • (D1) 1≠0 in R;
  • (D2) R has no zero divisors.

In a commutative ring the two clauses ab=0 and ba=0 of the definition of a zero divisor say the same thing, so there the notion is one-sided without ambiguity.

Two conventions fixed here, and kept. First, 0 is not a zero divisor, because the clause a≠0 is part of the definition. This matters: 0⋅b=0 holds for every b in every ring (In any ring 0⋅a=a⋅0=0, (−a)b=a(−b)=−(ab), (−a)(−b)=ab, (−1)a=−a and a(b−c)=ab−ac), so without that clause 0 would be a zero divisor in every ring with more than one element and the phrase "no zero divisors" would name the empty class. Second, (D1) is a hypothesis and not a consequence of (D2). The one-element ring, in which 1=0, has no zero divisors at all — vacuously, since it has no nonzero element — so (D2) alone would admit it. It is excluded by (D1), and by nothing else; the companion page records that ring explicitly.

Remarks

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-07-28Open item page →

Cancellation characterises domains: in a commutative ring with 1≠0, the implication ab=ac and a≠0 imply b=c holds if and only if the ring has no zero divisors

Statement

Let R be a commutative ring (Commutative ring) with 1≠0. Consider the two conditions

Then (C) holds if and only if (Z) holds; that is, (C) holds exactly when R is an integral domain.

Facts & Assumptions

[L4]

a is a zero divisor when a≠0 and ab=0 for some b≠0; R has no zero divisors exactly when ab=0 implies a=0 or b=0; and an integral domain is exactly a commutative ring with 1≠0 and no zero divisors (Zero divisor, and integral domain: a commutative ring with 1≠0 and no zero divisors).

Proof

technique · direct
1.1

Assume (Z), and let ab=ac with a≠0. Then a(b−c)=ab−ac=0.

L2given
1.2

Assume (C), and let ab=0 with a≠0. Then ab=0=a⋅0.

L2given
2.1

From step 1.1, (Z) gives a=0 or b−c=0; since a≠0, we get b+(−c)=0. As also c+(−c)=0, cancelling −c gives b=c. So (Z) implies (C).

step 1.1L1L3L4
2.2

From step 1.2, (C) applied with a, b and 0 gives b=0. So whenever ab=0 and a≠0 we have b=0, which says exactly that ab=0 implies a=0 or b=0; hence (Z). So (C) implies (Z).

step 1.2L4
3.1

By steps 2.1 and 2.2 the two conditions are equivalent, and (Z) together with commutativity and 1≠0 is the definition of an integral domain.

step 2.1step 2.2L4∎

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Division ring: a ring with 1≠0 in which every nonzero element is a unit

Definition

A division ring (also skew field) is a ring D (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides) such that

Equivalently, D×=D∖{0}: by (V2) every nonzero element is a unit, and by (V1) together with The units of a ring are the invertible elements of its multiplicative monoid, and R× is a group under multiplication; 0∈R× only in the zero ring the element 0 is not a unit, since 0 is a unit only when 1=0. Consequently (D∖{0},⋅,1) is a group (The units of a ring are the invertible elements of its multiplicative monoid, and R× is a group under multiplication; 0∈R× only in the zero ring); in particular D∖{0} is closed under multiplication, so a division ring has no zero divisors.

A commutative division ring is a division ring whose multiplication is commutative. Those are exactly the fields (Every commutative division ring is a field, so "field" and "commutative division ring" name the same structures and the published definition and the ring-theoretic one agree, Every field is a commutative ring with 1≠0; it is an integral domain, and it is a commutative division ring).

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

Every field is a commutative ring with 1≠0; it is an integral domain, and it is a commutative division ring

Statement

Let F be a field (Field), with addition +, multiplication ⋅, and distinguished elements 0≠1. Then

  1. (F,+,⋅,0,1) is a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides), and it is commutative (Commutative ring), with 1≠0;
  2. F is an integral domain (Zero divisor, and integral domain: a commutative ring with 1≠0 and no zero divisors);
  3. F is a division ring (Division ring: a ring with 1≠0 in which every nonzero element is a unit), and hence a commutative division ring.

The field structure is not changed by this: the ring operations are the field operations, and the ring's zero and identity are the field's 0 and 1.

Facts & Assumptions

Given: A field F with operations + and ⋅ and distinguished elements 0≠1, satisfying the axioms (A), (M) and (D) of Field.

[A1]

Axiom (M) of Field: multiplication is associative and commutative on all of F, and x⋅1=x for every x∈F, the element 0 included; moreover (F∖{0},⋅) is an abelian group with identity 1, so every x≠0 has a multiplicative inverse x−1 with x⋅x−1=1.

[A2]

Axiom (A): (F,+) is an abelian group with identity 0; addition is associative and commutative, x+0=x for all x, and every x has an additive inverse −x with x+(−x)=0 (Field, Group and abelian group).

[A3]

Axiom (D), left distributivity: x(y+z)=xy+xz for all x,y,z∈F (Field).

[A4]

0≠1 (Field).

[L1]

A ring is an abelian group under addition, a monoid under multiplication, and satisfies both distributive laws; it is commutative when its multiplication is (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Commutative ring, Semigroup and monoid).

[L2]

In a field, ab=0 implies a=0 or b=0 (A field has no zero divisors: ab=0⇒a=0 or b=0).

[L3]

In a field the identities 0, 1 and the inverses −x, x−1 are unique, so the notation is single-valued (Identities and inverses in a field are unique, Left inverse, right inverse, and invertible element of a monoid).

Proof

technique · direct
1.1

(F,+,0) is an abelian group: this is axiom (A), and 0+x=x+0=x follows from x+0=x and commutativity of addition.

A2
1.2

(F,⋅,1) is a commutative monoid: multiplication is a binary operation on F, it is associative and commutative on all of F by axiom (M), and x⋅1=x for every x∈F by the same axiom, whence 1⋅x=x⋅1=x by commutativity.

A1L1
1.3

Right distributivity: for all x,y,z∈F, (y+z)x=x(y+z)=xy+xz=yx+zx, the first and third equalities being commutativity of multiplication at the pairs (y+z,x), (x,y) and (x,z) from axiom (M) as stated in [A1], and the middle one axiom (D).

A1A3
1.4

F has no zero divisors: if ab=0 then a=0 or b=0 by [L2], which is exactly the condition of Zero divisor, and integral domain: a commutative ring with 1≠0 and no zero divisors.

L2
2.1

By steps 1.1, 1.2 and 1.3 together with axiom (D), F satisfies (R1), (R2) and (R3) of Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, so F is a ring; its multiplication is commutative by step 1.2, so it is a commutative ring; and 1≠0 by [A4]. This is claim 1.

step 1.1step 1.2step 1.3A3A4L1
3.1

Claim 2: by step 2.1 the ring F is commutative with 1≠0, and by step 1.4 it has no zero divisors, so it is an integral domain.

step 2.1step 1.4L2
3.2

Claim 3: 1≠0 by [A4]; and if x∈F with x≠0, axiom (M) supplies x−1∈F with x⋅x−1=1, and x−1⋅x=1 as well, by the commutativity of multiplication that (M) asserts. So x is a unit of the ring F, and F is a division ring; it is commutative by step 2.1.

step 2.1A1A4L3
4.1

Claims 1, 2 and 3 are established in steps 2.1, 3.1 and 3.2.

step 2.1step 3.1step 3.2∎

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-28 (claude-fable-5)Open item page →

Every commutative division ring is a field, so "field" and "commutative division ring" name the same structures and the published definition and the ring-theoretic one agree

Statement

Let D be a commutative division ring (Division ring: a ring with 1≠0 in which every nonzero element is a unit, Commutative ring), with addition +, multiplication ⋅, zero 0 and identity 1. Then D, with the same operations and the same two distinguished elements, satisfies the axioms (A), (M) and (D) of Field; that is, D is a field.

Together with Every field is a commutative ring with 1≠0; it is an integral domain, and it is a commutative division ring this says that "field" and "commutative division ring" name exactly the same structures, so the published definition of a field and the ring-theoretic description of one agree and no second notion of field is introduced on this page.

Facts & Assumptions

Given: A commutative division ring D with zero 0, identity 1, 1≠0, and x−1 the two-sided multiplicative inverse of each x≠0 (Division ring: a ring with 1≠0 in which every nonzero element is a unit, Commutative ring).

[L1]

(D,+,0) is an abelian group, (D,⋅,1) is a monoid, both distributive laws hold, and multiplication is commutative (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Commutative ring, Group and abelian group).

[L2]

1≠0, and every x≠0 has a two-sided inverse x−1; equivalently D×=D∖{0} (Division ring: a ring with 1≠0 in which every nonzero element is a unit).

[L3]

D× contains 1, is closed under multiplication and under inversion, and is a group under the restricted multiplication; and 0∈D× only when 1=0 (The units of a ring are the invertible elements of its multiplicative monoid, and R× is a group under multiplication; 0∈R× only in the zero ring, Left inverse, right inverse, and invertible element of a monoid, Group and abelian group).

[L5]

The field axioms to be verified: (A) (F,+) is an abelian group with identity 0; (M) multiplication is associative and commutative on all of F with x⋅1=x for every x∈F, and (F∖{0},⋅) is an abelian group with identity 1, each x≠0 having an inverse; (D) x(y+z)=xy+xz; and 0≠1 (Field).

Proof

technique · direct
1.1

Axiom (A) holds: (D,+,0) is an abelian group by [L1], which is precisely what (A) asserts.

L1L5
1.2

Axiom (D) holds: the left distributive law x(y+z)=xy+xz is one of the two distributive laws of a ring.

L1L5
1.3

0≠1 holds, by [L2].

L2L5
1.4

D×=D∖{0}: every nonzero element is a unit by [L2]; and 0 is not a unit, since 0⋅v=0 for every v by [L4], so 0⋅v=1 would force 1=0, contradicting [L2].

L2L3L4
2.1

D∖{0} is a group under the restricted multiplication, with identity 1: this is [L3] applied to D×, which by step 1.4 is D∖{0}. In particular D∖{0} is closed under multiplication, so D has no zero divisors.

step 1.4L3
2.2

That group is abelian, since multiplication is commutative on all of D and therefore on the subset D∖{0}.

step 1.4L1
3.1

Axiom (M) holds in both of its clauses: multiplication is associative and commutative on all of D with x⋅1=x for every x∈D, since (D,⋅,1) is a commutative monoid by [L1]; and (D∖{0},⋅) is an abelian group with identity 1 by steps 2.1 and 2.2.

step 2.1step 2.2L1L5
4.1

By steps 1.1, 1.2, 1.3 and 3.1 the structure (D,+,⋅,0,1) satisfies (A), (M), (D) and 0≠1, so it is a field.

step 1.1step 1.2step 1.3step 3.1L5∎

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicableverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

The quaternions H: real quadruples with componentwise addition and an explicit multiplication formula matching the table on 1,i,j,k

Definition

Let R be the field of real numbers (The real numbers, The reals form a field, Field) and let 4={0,1,2,3} be the von Neumann natural number 4 (The natural numbers N (von Neumann), On N the order is membership: m<n  ⟺  m∈n). The set of quaternions is the set of all functions 4→R,

H  :=  R4  =  { x:4→R },

whose members are written as quadruples x=(x0,x1,x2,x3) with xp∈R for p∈4. Note that the coordinates are indexed from 0, because 4 is the set {0,1,2,3}.

Addition is componentwise:

x+y  :=  (x0+y0,  x1+y1,  x2+y2,  x3+y3).

Multiplication is given by the explicit formula

xy  :=  ( x0y0−x1y1−x2y2−x3y3,    x0y1+x1y0+x2y3−x3y2,    x0y2+x2y0+x3y1−x1y3,    x0y3+x3y0+x1y2−x2y1 ).

The distinguished elements are

0H  :=  (0,0,0,0),1H  :=  (1,0,0,0).

Both rules are functions H×H→H, since every coordinate on the right is a real number formed from real numbers by the field operations of R; so each is a binary operation on H (Binary operation on a set; associativity, commutativity, and a subset closed under the operation), and no separate well-definedness question arises. That these data satisfy the ring axioms (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides), with 1H a two-sided identity (Left identity, right identity, and two-sided identity for a binary operation), is proved in H is a division ring that is not commutative, hence not a field: q−1=qˉ/N(q) for q≠0, while ij=k and ji=−k and is not assumed here.

The basis quaternions and the table. Write

e0=1=(1,0,0,0),e1=i=(0,1,0,0),e2=j=(0,0,1,0),e3=k=(0,0,0,1),

and for a real λ write λ^:=(λ,0,0,0), so that 1^=1 and 0^=0H. Evaluating the multiplication formula on these sixteen pairs gives the table

i2=j2=k2=−1,ij=k,jk=i,ki=j,ji=−k,kj=−i,ik=−j,

together with 1x=x1=x for x∈{1,i,j,k}, where −1 abbreviates −1^=(−1,0,0,0) and similarly for −i, −j, −k. In the usual notation x=x0+x1i+x2j+x3k, and the displayed product formula is precisely what the table forces once products are expanded and real coefficients are collected; but the formula, not the table, is the definition, so nothing is "extended by linearity" and no unproved notion is used.

Conjugate and norm. For x∈H put

xˉ  :=  (x0,  −x1,  −x2,  −x3),N(x)  :=  x02+x12+x22+x32  ∈  R.

Both are defined by explicit real formulas; xˉ∈H and N(x)∈R, and N is a function H→R, not a quaternion.

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

H is a division ring that is not commutative, hence not a field: q−1=qˉ/N(q) for q≠0, while ij=k and ji=−k

Statement

Let H be the quaternions, with the addition, the multiplication, the elements 0H and 1H, the basis elements e0=1,e1=i,e2=j,e3=k, the real embedding λ↦λ^, the conjugate xˉ and the norm N(x) of The quaternions H: real quadruples with componentwise addition and an explicit multiplication formula matching the table on 1,i,j,k. Then:

  1. (H,+,⋅,0H,1H) is a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides);

  2. it is not commutative (Commutative ring): ij=k and ji=−k, and k≠−k;

  3. xxˉ=xˉx=N(x)^ for every x∈H, and N(x)>0 in R whenever x≠0H;

  4. H is a division ring (Division ring: a ring with 1≠0 in which every nonzero element is a unit): 1H≠0H and every x≠0H is a unit, with

    x−1  =  N(x)−1^ xˉ;

    consequently H∖{0H} is a group under multiplication;

  5. H is not a field (Field).

Facts & Assumptions

Given: The set H of quadruples of real numbers with the operations, distinguished elements, basis elements ep for p∈4, real embedding λ^, conjugate and norm of The quaternions H: real quadruples with componentwise addition and an explicit multiplication formula matching the table on 1,i,j,k; [x]m denotes the m-th coordinate of x∈H, for m∈4={0,1,2,3} (The natural numbers N (von Neumann)).

[L1]

R is a field: (R,+,0) is an abelian group, multiplication is associative and commutative with identity 1, multiplication distributes over addition, 0≠1, and every t≠0 has an inverse t−1 (The reals form a field, The real numbers, Field, Group and abelian group). Also 0⋅t=t⋅0=0 for every real t (Multiplication by zero: 0⋅a=0).

[L2]

R is a totally ordered field with positive cone P: exactly one of t∈P, t=0, −t∈P holds, and P is closed under addition and multiplication (The reals form a totally ordered field, Ordered field).

[L3]

In an ordered field the square of a nonzero element is positive (Squares of nonzero elements are positive).

Proof

technique · direct
1.1

The additive group. Addition on H is defined coordinatewise from addition on R, so it is associative and commutative, 0H is a two-sided identity, and (−x0,−x1,−x2,−x3) is a two-sided additive inverse of x. Hence (H,+,0H) is an abelian group and −x=(−x0,−x1,−x2,−x3).

L1L5given
1.2

Coefficient form of the product. For m,p,q∈4 let εm(p,q) be the real coefficient of the monomial xpyq in the m-th coordinate of the defining product formula, and εm(p,q)=0 when that monomial does not occur there; every such coefficient is 1, −1 or 0. Reading the four coordinates of the formula off one at a time, [xy]m=∑p<4∑q<4εm(p,q) xp yq for all x,y∈H and all m∈4, the right-hand side being a sum of sixteen real numbers.

L1L4given
1.3

The cyclic symmetry of the table. Let γ:4→4 fix 0 and send 1↦2↦3↦1, and let Γ:H→H be the coordinate permutation determined by [Γx]γ(p)=xp, that is Γ(x0,x1,x2,x3)=(x0,x3,x1,x2). Then Γ is a bijection, Γ(ep)=eγ(p), Γ fixes each λ^, and Γ(λx)=λΓ(x), all immediately from the definition of Γ.

L1given
1.4

Claim 2: from the table, ij=k=(0,0,0,1) and ji=−k=(0,0,0,−1). By [L1], 1≠0, so [L3] gives 1=12>0; the ordered-field definition in [L2] then gives −1<0, hence 1≠−1. Thus the two products differ, and multiplication on H is not commutative.

L1L2L3given
1.5

Claim 3, the norm identity. Evaluating the product formula at y=xˉ gives coordinates x0x0−x1(−x1)−x2(−x2)−x3(−x3)=N(x), then x0(−x1)+x1x0+x2(−x3)−x3(−x2)=0, then x0(−x2)+x2x0+x3(−x1)−x1(−x3)=0, then x0(−x3)+x3x0+x1(−x2)−x2(−x1)=0; so xxˉ=N(x)^. Evaluating it at x:=xˉ, y:=x gives x0x0−(−x1)x1−(−x2)x2−(−x3)x3=N(x) and, in the same way, 0 in each of the other three coordinates; so xˉx=N(x)^ as well.

L1given
1.6

Claim 3, positivity. Let x≠0H; then xp≠0 for at least one p∈4. Each xp′2 with xp′≠0 is positive, and each xp′2 with xp′=0 equals 0; a sum in which at least one summand is positive and the rest are positive or 0 is positive, since P is closed under addition and u+0=u. Hence N(x)>0, and in particular N(x)≠0.

L1L2L3
2.1

Real scalars pass through the product. For λ∈R the formula gives λ^x=xλ^=(λx0,λx1,λx2,λx3), an element we abbreviate λx; in particular λ^μ^=λμ^, 1Hx=x1H=x, and (−1)x=−x by step 1.1.

step 1.1L1given
2.2

The coefficients are the multiplication table: εm(p,q)=[epeq]m for all m,p,q∈4. Fix p and q and substitute x=ep, y=eq into step 1.2: then xp′=0 for p′≠p and yq′=0 for q′≠q, and a real product with a factor 0 is 0, so every one of the sixteen summands vanishes except the one indexed by (p,q), which equals εm(p,q)⋅1⋅1=εm(p,q).

step 1.2L1L4
2.3

Both distributive laws hold. By step 1.2 and distributivity in R, [(x+x′)y]m=∑p,qεm(p,q)(xp+xp′)yq=∑p,q(εm(p,q)xpyq+εm(p,q)xp′yq)=[xy]m+[x′y]m, the last equality being a regrouping of a finite sum of thirty-two real terms; the same computation in the second argument gives x(y+y′)=xy+xy′.

step 1.2L1L4
2.4

The nine table checks that establish eγ(p)eγ(q)=Γ(epeq) for all p,q∈{1,2,3}, read off the table of The quaternions H: real quadruples with componentwise addition and an explicit multiplication formula matching the table on 1,i,j,k: jj=−1=Γ(−1)=Γ(ii); jk=i=Γ(k)=Γ(ij); ji=−k=Γ(−j)=Γ(ik); kj=−i=Γ(−k)=Γ(ji); kk=−1=Γ(−1)=Γ(jj); ki=j=Γ(i)=Γ(jk); ij=k=Γ(j)=Γ(ki); ik=−j=Γ(−i)=Γ(kj); ii=−1=Γ(−1)=Γ(kk). The cases with p=0 or q=0 are immediate, both sides being eγ(q) or eγ(p) respectively.

step 1.3given
2.5

Claim 5: every field is a commutative ring by [L6], and the multiplication of H is not commutative by step 1.4; so H is not a field.

step 1.4L6
3.1

Real scalars pass through a triple product too: by step 1.2 and step 2.1, [(λx)y]m=∑p,qεm(p,q)(λxp)yq=λ[xy]m and likewise [x(λy)]m=λ[xy]m, so (λx)y=λ(xy)=x(λy). Taking λ=−1 gives (−x)y=−(xy)=x(−y).

step 1.2step 2.1L1L4
3.2

Reduction of associativity to the sixty-four basis triples. Applying step 1.2 twice and rearranging, [(xy)z]m=∑s,rεm(s,r)[xy]szr=∑p,q,r(∑sεm(s,r)εs(p,q))xpyqzr, and applying step 2.2 twice, [(epeq)er]m=∑sεm(s,r)[epeq]s=∑sεm(s,r)εs(p,q); hence [(xy)z]m=∑p,q,r<4xpyqzr [(epeq)er]m. The same computation with the other bracketing gives [x(yz)]m=∑p,q,r<4xpyqzr [ep(eqer)]m. Therefore, if (epeq)er=ep(eqer) holds for all p,q,r∈4, then (xy)z=x(yz) for all x,y,z∈H.

step 1.2step 2.2L1L4
3.3

Basis triples containing the index 0. Since e0=1H is a two-sided identity by step 2.1, each of (e0eq)er=eqer=e0(eqer), (epe0)er=eper=ep(e0er) and (epeq)e0=epeq=ep(eqe0) holds. So only the twenty-seven triples with p,q,r∈{1,2,3} remain.

step 2.1
3.4

The multiplication of H commutes with Γ: Γ(x)Γ(y)=Γ(xy) for all x,y. By step 1.2 and [Γx]p=xγ−1(p), [Γ(x)Γ(y)]γ(m)=∑p,qεγ(m)(γ(p),γ(q))xpyq, while [Γ(xy)]γ(m)=[xy]m=∑p,qεm(p,q)xpyq; by step 2.2 the two families of coefficients are [eγ(p)eγ(q)]γ(m) and [epeq]m=[Γ(epeq)]γ(m), which agree by step 2.4.

step 1.2step 2.2step 1.3step 2.4L1L4
4.1

Reduction of the twenty-seven triples to nine. Suppose (epeq)er=ep(eqer) for a triple (p,q,r). Applying step 3.4, (eγ(p)eγ(q))eγ(r)=Γ(epeq)Γ(er)=Γ((epeq)er) and eγ(p)(eγ(q)eγ(r))=Γ(ep)Γ(eqer)=Γ(ep(eqer)), so the identity holds for (γ(p),γ(q),γ(r)) as well. Since γ restricted to {1,2,3} is a cycle of length three, for each p∈{1,2,3} there is exactly one t∈{0,1,2} with γt(p)=1; hence every triple in {1,2,3}3 is obtained by iterating γ from a triple whose first entry is 1, and it suffices to check the nine triples (1,q,r) with q,r∈{1,2,3}.

step 2.4step 3.4
4.2

The nine remaining checks, using the table of The quaternions H: real quadruples with componentwise addition and an explicit multiplication formula matching the table on 1,i,j,k and the sign rule of step 3.1: (ii)i=(−1)i=−i and i(ii)=i(−1)=−i; (ii)j=−j and i(ij)=ik=−j; (ii)k=−k and i(ik)=i(−j)=−(ij)=−k; (ij)i=ki=j and i(ji)=i(−k)=−(ik)=j; (ij)j=kj=−i and i(jj)=i(−1)=−i; (ij)k=kk=−1 and i(jk)=ii=−1; (ik)i=(−j)i=−(ji)=k and i(ki)=ij=k; (ik)j=(−j)j=−(jj)=1 and i(kj)=i(−i)=−(ii)=1; (ik)k=(−j)k=−(jk)=−i and i(kk)=i(−1)=−i. All nine agree.

step 3.1step 2.1given
5.1

Multiplication on H is associative: by steps 3.3, 4.1 and 4.2 the identity (epeq)er=ep(eqer) holds for all sixty-four basis triples, and step 3.2 transfers it to all of H.

step 3.2step 3.3step 4.1step 4.2
6.1

Claim 1: by step 1.1 the additive structure is an abelian group; by step 5.1 and step 2.1 multiplication is associative with two-sided identity 1H, so (H,⋅,1H) is a monoid; and both distributive laws hold by step 2.3. So H is a ring.

step 1.1step 2.1step 2.3step 5.1L5
7.1

Claim 4. First 1H≠0H, because 1≠0 in R. Let x≠0H and put λ:=N(x)−1, which exists by step 1.6, and y:=λxˉ=N(x)−1^xˉ. Then xy=x(λxˉ)=λ(xxˉ)=λN(x)^=λN(x)^=1^=1H by step 3.1, step 1.5 and step 2.1, and yx=(λxˉ)x=λ(xˉx)=1H in the same way. So x is a unit of the ring H with x−1=N(x)−1^xˉ, and H is a division ring; by [L5] its units form a group, and by the description of a division ring that group is H∖{0H}.

step 2.1step 3.1step 6.1step 1.5step 1.6L1L5
8.1

Claims 1 to 5 are established: claim 1 in step 6.1, claim 2 in step 1.4, claim 3 in step 1.5 together with step 1.6, claim 4 in step 7.1 and claim 5 in step 2.5.

step 6.1step 1.4step 1.5step 1.6step 7.1step 2.5∎

Remarks

  • No notion of linearity is used, and none is available here. The reduction of associativity to basis triples is carried out entirely inside R: the product is a fixed real formula, its coefficients are named, and the two bracketings are expanded into the same shape of finite sum, whose coefficients are then recognised as the coordinates of the corresponding basis products. The only tools are the field arithmetic of R and the regrouping law for finite sums (Generalised associativity: in a monoid the product of a finite list does not depend on the bracketing, and in a commutative monoid it does not depend on the order of the factors either).

  • How the count of cases falls. Sixty-four basis triples; those in which one of the three indices is 0 collapse by the identity law, leaving twenty-seven; the cyclic symmetry i↦j↦k↦i is a bijection commuting with multiplication, and it acts on the twenty-seven triples with every orbit of size three, so nine representatives suffice. The symmetry is checked, not asserted: it rests on nine equations of the table.

  • H separates three notions this page keeps apart. It is a ring that is not commutative; it is a division ring that is not a field; and it has no zero divisors without being an integral domain, since a domain is required to be commutative (Zero divisor, and integral domain: a commutative ring with 1≠0 and no zero divisors).

  • The inverse formula x−1=N(x)−1^xˉ is the exact analogue of zˉ/∣z∣2 for complex numbers, and the proof is the same computation; the only quaternionic subtlety is that xxˉ and xˉx have to be computed separately, which the norm-identity step above does.

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Ordered ring: a ring with a total order compatible with addition and with positives closed under multiplication

Definition

An ordered ring is a ring R (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides) together with a total order ≤ on R (Partial order and partially ordered set) such that, for all a,b,c∈R:

  • (OR1) if a≤b then a+c≤b+c;
  • (OR2) if 0<a and 0<b then 0<ab.

As always a<b means a≤b and a≠b. The positive cone of an ordered ring is

P  :=  { x∈R  :  0<x },

and its members are the positive elements. An element x with x<0 is negative. An ordered ring whose multiplication is commutative (Commutative ring) is an ordered commutative ring; nothing in the definition requires commutativity.

Convention, and the one place it differs from another in use. (OR2) is stated in the strict form: a product of two positive elements is positive. Some texts, and the Wikipedia article named below, instead require 0≤a and 0≤b to imply 0≤ab. Given (OR1) and a total order the two are not equivalent: the strict form is the non-strict one together with the extra requirement that a product of two positive elements is nonzero. The strict form is the one adopted here, for a reason internal to this library: it is verbatim what the published The integers form a totally ordered ring proves of Z ("0<x and 0<y imply 0<xy") and verbatim what axiom (O2) of the published Ordered field requires of a positive cone, so with this convention both of those become instances of the present definition with nothing to adjust.

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

The order presentation and the positive-cone presentation of an ordered ring determine each other: P={ x:0<x } satisfies trichotomy and closure, and a<b:  ⟺  b−a∈P recovers the order

Statement

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). Call a subset P⊆R a cone when

  • (C1) trichotomy: for each x∈R exactly one of x∈P, x=0, −x∈P holds;
  • (C2) closure: if x,y∈P then x+y∈P and xy∈P.

Then:

  1. If ≤ makes R an ordered ring (Ordered ring: a ring with a total order compatible with addition and with positives closed under multiplication), then P:={ x∈R:0<x } is a cone, and for all a,b∈R, a<b if and only if b−a∈P.
  2. Conversely, let P⊆R be a cone and define a≤Pb to mean b−a∈P or a=b. Then ≤P is a total order making R an ordered ring, and its positive cone { x∈R:0<Px } is P.
  3. The two constructions are mutually inverse: starting from an ordered ring (R,≤), the order ≤P built from its cone P is ≤ itself; and starting from a cone P, the cone of ≤P is P.

Facts & Assumptions

[L1]

(R,+,0) is an abelian group: addition is associative and commutative, x+0=x, and x+(−x)=0 (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides, Group and abelian group).

[L2]

Identities of the abelian group (R,+,0), where x−y:=x+(−y): x−0=x; x−x=0; −(x−y)=y−x, since −(u+v)=(−v)+(−u) and −(−y)=y; (y−x)+(z−y)=z−x, by associativity and commutativity; and x−y=0 exactly when x=y, by cancellation after adding y (Group and abelian group, In a group e−1=e, (g−1)−1=g and (gh)−1=h−1g−1, the order of the last product being essential, Cancellation in a group: gx=gy or xg=yg forces x=y; equivalently left and right translation by g are bijections of G, so gx=h and xg=h each have exactly one solution).

[L3]

A total order is a reflexive, antisymmetric, transitive relation in which any two elements are comparable, and a<b means a≤b with a≠b (Partial order and partially ordered set).

[L4]

An ordered ring is a ring with a total order satisfying (OR1) a≤b implies a+c≤b+c, and (OR2) 0<a and 0<b imply 0<ab (Ordered ring: a ring with a total order compatible with addition and with positives closed under multiplication).

Proof

technique · direct
1.1

Assume ≤ makes R an ordered ring, and put P={x:0<x}. For a,b∈R: a<b if and only if 0<b−a. Indeed, adding −a to a≤b gives a−a≤b−a, that is 0≤b−a, by (OR1); adding a to 0≤b−a gives a≤b likewise; and a=b exactly when b−a=0. So a<b exactly when b−a∈P.

L1L2L4
1.2

Now let P be any cone and define ≤P as in the statement. Reflexivity holds by the clause a=a. Antisymmetry: if a≠b, b−a∈P and a−b∈P, then −(b−a)=a−b∈P as well, contradicting trichotomy applied to x=b−a; so a≤Pb and b≤Pa force a=b. Transitivity: if a≤Pb and b≤Pc and the two are not equalities, then (c−b)+(b−a)=c−a∈P by closure; the cases where one of them is an equality are immediate. Comparability: given a,b, trichotomy applied to b−a gives b−a∈P, or b−a=0 and then a=b, or a−b=−(b−a)∈P. So ≤P is a total order.

L1L2L3
2.1

Trichotomy for the positive cone in claim 1. Return here to the ordered-ring order and its set P={x:0<x} from step 1.1. Let x∈R. By totality and antisymmetry exactly one of 0<x, 0=x, x<0 holds. By step 1.1 applied with a=x, b=0, the last is equivalent to 0−x=−x∈P. So exactly one of x∈P, x=0, −x∈P holds.

step 1.1L2L3
2.2

≤P makes R an ordered ring. (OR1): (b+c)−(a+c)=b−a, so a≤Pb implies a+c≤Pb+c. (OR2): 0<Pa means a−0=a∈P, so if 0<Pa and 0<Pb then ab∈P by closure, that is 0<Pab.

step 1.2L1L2L4
3.1

Closure for P. Let x,y∈P. Then 0<x and, adding x to 0≤y, x≤x+y; with 0<x and transitivity this gives 0<x+y, so x+y∈P. And xy∈P is (OR2) verbatim. So P is a cone, which with step 2.1 and step 1.1 proves claim 1.

step 1.1step 2.1L1L3L4
3.2

The cone of ≤P is P: 0<Px means x−0=x∈P and x≠0, and 0∉P by trichotomy, so {x:0<Px}=P. With steps 1.2 and 2.2 this proves claim 2.

step 1.2step 2.2L2
4.1

Claim 3. Starting from an ordered ring (R,≤) with cone P, step 1.1 says a<b exactly when b−a∈P, hence a≤b exactly when b−a∈P or a=b, which is a≤Pb; so ≤P and ≤ are the same relation. Starting from a cone P, step 3.2 says the cone of ≤P is P.

step 1.1step 2.2step 3.2∎

Remarks

  • This is what keeps one notion of "ordered" in the library rather than two. The published The integers form a totally ordered ring presents the order on Z as a relation; the published Ordered field presents the order on a field by its positive cone. Without this lemma the two would be different-looking hypotheses and every later statement would have to choose one. With it, Every ordered field is an ordered ring, and its order is the one its positive cone induces is a two-line consequence.

  • Trichotomy is doing the work in both directions. In claim 1 it comes from totality plus antisymmetry of the order; in claim 2 it is what supplies comparability and antisymmetry. Closure under addition, by contrast, is a strict statement in one direction and needs transitivity to recover in the other, which is why step 3.1 argues through x≤x+y rather than quoting (OR1) directly.

  • Nothing here uses multiplication except (OR2) and (C2), which correspond to each other verbatim. That is why the lemma holds for rings that are not commutative as well.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Every ordered field is an ordered ring, and its order is the one its positive cone induces

Statement

Let F be an ordered field with positive cone P (Ordered field), and let ≤ be the relation a≤b:  ⟺  (b−a∈P or a=b) that Ordered field defines from P. Then:

  1. F with the operations of Field is a commutative ring (Every field is a commutative ring with 1≠0; it is an integral domain, and it is a commutative division ring), and P is a cone in the sense of The order presentation and the positive-cone presentation of an ordered ring determine each other: P={ x:0<x } satisfies trichotomy and closure, and a<b:  ⟺  b−a∈P recovers the order;
  2. ≤ is a total order making F an ordered ring (Ordered ring: a ring with a total order compatible with addition and with positives closed under multiplication), whose positive cone { x∈F:0<x } is exactly P;
  3. 1∈P, that is 0<1.

So an ordered field is an ordered ring, and its order and its positive cone determine each other exactly as they do in any ordered ring.

Facts & Assumptions

Given: An ordered field F with positive cone P, and ≤ defined from P by a≤b:  ⟺  (b−a∈P or a=b) (Ordered field).

[A1]

Axiom (O1): for each x∈F exactly one of x∈P, x=0, −x∈P holds (Ordered field).

[A2]

Axiom (O2): if x,y∈P then x+y∈P and xy∈P (Ordered field).

[A3]

The order of an ordered field is defined by a<b:  ⟺  b−a∈P, and a≤b means a<b or a=b (Ordered field).

[L3]

In an ordered field, a≠0 implies a2>0, that is a⋅a∈P (Squares of nonzero elements are positive).

Proof

technique · direct
1.1

F is a commutative ring under its own addition and multiplication, with the same 0 and 1.

L1
2.1

P is a cone in the ring F: trichotomy is axiom (O1) verbatim, and closure under addition and under multiplication is axiom (O2) verbatim. This proves claim 1.

step 1.1A1A2L2
3.1

By [L2] applied to the ring F and the cone P, the relation a≤Pb:  ⟺  (b−a∈P or a=b) is a total order making F an ordered ring, and its positive cone is P.

step 2.1L2
4.1

That relation is the order of the ordered field: [A3] defines a<b as b−a∈P and a≤b as a<b or a=b, which is the definition of ≤P word for word. So ≤ and ≤P are the same relation, and claim 2 follows.

step 3.1A3
5.1

Claim 3: 1≠0 by [L1], so 1⋅1∈P by [L3]; and 1⋅1=1 because 1 is the multiplicative identity. Hence 1∈P, that is 0<1.

step 4.1L1L3∎

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Subring: a subset containing 1R and closed under addition, additive inverses and multiplication

Definition

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides) with zero 0R and identity 1R. A subset S⊆R is a subring of R when

  • (T1) 1R∈S;
  • (T2) x,y∈S implies x+y∈S;
  • (T3) x∈S implies −x∈S;
  • (T4) x,y∈S implies xy∈S.

Why S is then a ring, with the same zero and the same identity. From (T1) and (T3), −1R∈S, and from (T2), 0R=1R+(−1R)∈S. So S contains 0R, is closed under addition and closed under additive inverses, which are exactly conditions (S1), (S2) and (S3) of Subgroup for the abelian group (R,+,0R); hence S is a subgroup of (R,+,0R), and Subgroup states that a subgroup with the restricted operation is itself a group, whose identity and whose inverses are those of the ambient group. So (S,+,0R) is an abelian group, commutativity being inherited.

By (T4) multiplication restricts to a binary operation on S (Binary operation on a set; associativity, commutativity, and a subset closed under the operation), and that restriction is associative because it is associative on R. By (T1) the element 1R lies in S and satisfies 1Rx=x=x1R there, so it is a two-sided identity for the restricted multiplication (Left identity, right identity, and two-sided identity for a binary operation); thus (S,⋅,1R) is a monoid. Both distributive laws hold in S because they hold in R and are equations between elements of S.

Therefore (S,+,⋅,0R,1R) is a ring, and

0S=0R,1S=1R,−Sx=−Rx(x∈S).

This last line is not decoration: it is what makes a statement proved in S transportable to R without translation, and it is used when a subfield of an ordered field is shown to inherit the order and when scalars are restricted along a subfield inclusion.

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Subring criterion: S⊆R is a subring if and only if 1R∈S and a−b∈S and ab∈S for all a,b∈S; and an intersection of subrings is a subring

Statement

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides) with zero 0R and identity 1R, and let S⊆R. Then:

  1. S is a subring of R (Subring: a subset containing 1R and closed under addition, additive inverses and multiplication) if and only if 1R∈S, and a−b∈S and ab∈S for all a,b∈S;
  2. if S is a nonempty set of subrings of R, then K=⋂S∈SS is a subring of R. In particular the intersection of two subrings is a subring.

Facts & Assumptions

Given: A ring R with zero 0R and identity 1R, and a subset S⊆R; a−b abbreviates a+(−b) (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides).

[L1]

A subring is a subset containing 1R and closed under addition, additive inverses and multiplication; it is then a ring with the same zero, identity and additive inverses as R (Subring: a subset containing 1R and closed under addition, additive inverses and multiplication).

[L3]

One-step subgroup test, written additively: a nonempty T⊆R with a−b∈T for all a,b∈T is a subgroup of (R,+,0R); and a subgroup contains 0R and is closed under addition and under additive inverses (One-step subgroup test: a nonempty H⊆G is a subgroup iff gh−1∈H for all g,h∈H; the identity and the inverses of H are then those of G, Subgroup).

[L4]

The intersection of a nonempty set of subgroups of a group is a subgroup (The intersection of a nonempty family of subgroups of G is a subgroup of G).

Proof

technique · direct
1.1

Suppose S is a subring. Then 1R∈S by (T1); for a,b∈S we have −b∈S by (T3) and hence a−b=a+(−b)∈S by (T2); and ab∈S by (T4).

L1
1.2

Conversely, suppose 1R∈S and that a−b∈S and ab∈S for all a,b∈S. Then S is nonempty, so by the one-step test it is a subgroup of (R,+,0R); hence 0R∈S, S is closed under addition and −x∈S for every x∈S. Together with 1R∈S and closure under multiplication, that is exactly (T1) to (T4), so S is a subring.

L1L2L3
2.1

Steps 1.1 and 1.2 prove claim 1.

step 1.1step 1.2L1
2.2

Claim 2. Each S∈S is a subgroup of (R,+,0R) by [L1] and [L3], so K is a subgroup of (R,+,0R) by [L4]; in particular K is closed under addition and under additive inverses. Also 1R∈S for every S∈S, so 1R∈K; and if a,b∈K then ab∈S for every S∈S, so ab∈K. Hence K satisfies (T1) to (T4) and is a subring.

step 1.1L1L3L4
3.1

Claims 1 and 2 are established in steps 2.1 and 2.2.

step 2.1step 2.2∎

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Subfield: a subring of a field closed under inverses of its nonzero elements, and therefore a field with the restricted operations

Definition

Let F be a field (Field), regarded as a commutative ring by Every field is a commutative ring with 1≠0; it is an integral domain, and it is a commutative division ring. A subset K⊆F is a subfield of F when

Equivalently, by Subring criterion: S⊆R is a subring if and only if 1R∈S and a−b∈S and ab∈S for all a,b∈S; and an intersection of subrings is a subring, K is a subfield exactly when 1F∈K, a−b∈K and ab∈K for all a,b∈K, and x−1∈K for every nonzero x∈K.

Why K is then a field, and with the same 0 and 1. By (K1) and Subring: a subset containing 1R and closed under addition, additive inverses and multiplication, K with the restricted operations is a ring whose zero is 0F and whose identity is 1F; its multiplication is commutative, being the restriction of a commutative one (Commutative ring). Since 1F≠0F in F and both lie in K, we have 1K≠0K. Let x∈K with x≠0K; then x≠0F, so x−1∈F exists and lies in K by (K2), and xx−1=1F=1K=x−1x. So every nonzero element of K is a unit of the ring K, and K is a commutative division ring (Division ring: a ring with 1≠0 in which every nonzero element is a unit); by Every commutative division ring is a field, so "field" and "commutative division ring" name the same structures and the published definition and the ring-theoretic one agree it is a field. Moreover the inverse of x computed in K is its inverse computed in F, since x−1 already satisfies the defining equation inside K.

In particular

0K=0F,1K=1F,(−x)K=(−x)F,(x−1)K=(x−1)F(x∈K, x≠0F).

A subfield of an ordered field inherits the order. Let (F,P) be an ordered field (Ordered field) and K a subfield. Put PK:=P∩K. Then (O1) holds in K: for x∈K we have −x∈K by (K1), and exactly one of x∈P, x=0F, −x∈P holds in F, so exactly one of x∈PK, x=0K, −x∈PK holds. And (O2) holds: if x,y∈PK then x+y and xy lie in P by (O2) in F and in K by (K1), hence in PK. So (K,PK) is an ordered field, and its order is the restriction of the order of F, because a<b means b−a∈P on both sides and b−a is the same element in K as in F.

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-28Open item page →

Ring homomorphism: additive, multiplicative, and required to send 1 to 1

Definition

Let R and S be rings (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). A ring homomorphism from R to S is a function f:R→S such that, for all x,y∈R,

  • (RH1) f(x+y)=f(x)+f(y);
  • (RH2) f(xy)=f(x)f(y);
  • (RH3) f(1R)=1S.

A ring homomorphism from a ring to itself is a ring endomorphism; a bijective ring homomorphism is a ring isomorphism.

(RH3) is imposed, not derived, and the reason is exactly the reason Monoid homomorphism and group homomorphism treats monoids and groups differently. Condition (RH1) says that f is a homomorphism of the additive groups (R,+,0R)→(S,+,0S), and for groups preservation of the identity is free: it follows from (RH1) by cancellation (A group homomorphism automatically satisfies f(e)=e′ and f(g−1)=f(g)−1, and f(gn)=f(g)n for every n∈Z; for monoid homomorphisms preservation of the identity must be assumed). Condition (RH2) says only that f is a homomorphism of the multiplicative semigroups, and (R,⋅,1R) is a monoid that need not be a group (Semigroup and monoid); for monoids preservation of the identity does not follow and must be assumed, which is precisely why Monoid homomorphism and group homomorphism puts the clause f(e)=e′ into the definition of a monoid homomorphism and leaves it out of the definition of a group homomorphism (Left identity, right identity, and two-sided identity for a binary operation).

So a ring homomorphism is: a homomorphism of additive groups that is also a homomorphism of multiplicative monoids. The clause is not redundant: the companion page exhibits a map Z→Z×Z satisfying (RH1) and (RH2) and failing (RH3).

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

A ring homomorphism satisfies f(0)=0, f(−a)=−f(a) and f(ma)=mf(a) for m∈Z, carries units to units, and has a subring as its image; composites of ring homomorphisms are ring homomorphisms

Statement

Let R and S be rings (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides) and f:R→S a ring homomorphism (Ring homomorphism: additive, multiplicative, and required to send 1 to 1). Then:

  1. f(0R)=0S and f(−a)=−f(a) for every a∈R; consequently f(a−b)=f(a)−f(b);
  2. f(ma)=m f(a) for every a∈R and every m∈Z, the multiples being those of Integer multiples in a ring: (m+n)a=ma+na, m(a+b)=ma+mb, (ma)b=m(ab)=a(mb) and (ma)(nb)=(mn)(ab) for all m,n∈Z and a,b∈R;
  3. if u∈R× then f(u)∈S× and f(u)−1=f(u−1);
  4. the image f(R)={ f(a):a∈R } is a subring of S (Subring: a subset containing 1R and closed under addition, additive inverses and multiplication);
  5. if g:S→T is a ring homomorphism then so is g∘f:R→T, and the identity map of R is a ring homomorphism.

Facts & Assumptions

Given: Rings R, S with zeros 0R, 0S and identities 1R, 1S, and a function f:R→S with f(x+y)=f(x)+f(y), f(xy)=f(x)f(y) and f(1R)=1S. For claim 5, let T be a ring and let g:S→T be a ring homomorphism (Ring homomorphism: additive, multiplicative, and required to send 1 to 1).

[A1]

f(x+y)=f(x)+f(y) for all x,y∈R.

[A2]

f(xy)=f(x)f(y) for all x,y∈R.

[A3]

f(1R)=1S.

[A4]

g(y+z)=g(y)+g(z) for all y,z∈S (Ring homomorphism: additive, multiplicative, and required to send 1 to 1).

[A5]

g(yz)=g(y)g(z) for all y,z∈S (Ring homomorphism: additive, multiplicative, and required to send 1 to 1).

[L1]

(R,+,0R) and (S,+,0S) are abelian groups, and by [A1] the map f is a homomorphism of these groups in the sense of Monoid homomorphism and group homomorphism (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides).

[L2]

A group homomorphism h satisfies h(e)=e′, h(g−1)=h(g)−1 and h(gn)=h(g)n for every n∈Z; read additively, h(0)=0, h(−a)=−h(a) and h(na)=n h(a) (A group homomorphism automatically satisfies f(e)=e′ and f(g−1)=f(g)−1, and f(gn)=f(g)n for every n∈Z; for monoid homomorphisms preservation of the identity must be assumed, Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e).

Proof

technique · direct
1.1

By [L1] the map f is a homomorphism from the additive group of R to the additive group of S, so [L2] applies to it.

A1L1
1.2

Claim 5: for x,y∈R, (g∘f)(x+y)=g(f(x)+f(y))=g(f(x))+g(f(y)) and (g∘f)(xy)=g(f(x)f(y))=g(f(x))g(f(y)), while (g∘f)(1R)=g(1S)=1T. The identity map satisfies the three conditions trivially.

A1A2A3A4A5A6
1.3

Claim 3: let u∈R× with inverse u−1, so uu−1=1R=u−1u. Applying f and using [A2] and [A3], f(u)f(u−1)=f(1R)=1S=f(u−1)f(u). So f(u) has the two-sided inverse f(u−1) in S, hence f(u)∈S×, and f(u)−1=f(u−1) because inverses in a monoid are unique.

A2A3L4
2.1

Claim 1: [L2] read additively gives f(0R)=0S and f(−a)=−f(a); hence f(a−b)=f(a+(−b))=f(a)+f(−b)=f(a)−f(b).

step 1.1A1L2
2.2

Claim 2: by [L3] the multiple ma is the integer power of a in (R,+,0R), and mf(a) is the integer power of f(a) in (S,+,0S); so the claim is the third part of [L2] read additively.

step 1.1L2L3
3.1

Claim 4: 1S=f(1R)∈f(R) by [A3]; for f(a),f(b)∈f(R) we have f(a)−f(b)=f(a−b)∈f(R) by step 2.1 and f(a)f(b)=f(ab)∈f(R) by [A2]. So f(R) satisfies the subring criterion.

step 2.1A2A3L5
4.1

Claims 1 to 5 are established in steps 2.1, 2.2, 1.3, 3.1 and 1.2.

step 1.2step 2.1step 2.2step 1.3step 3.1∎

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

A ring homomorphism between fields is a field homomorphism in the published sense, and every such map is injective

Statement

Let F and G be fields (Field), regarded as rings by Every field is a commutative ring with 1≠0; it is an integral domain, and it is a commutative division ring, and let f:F→G be a function. Then:

  1. f is a ring homomorphism (Ring homomorphism: additive, multiplicative, and required to send 1 to 1) if and only if f is a field homomorphism (Field homomorphism and embedding); the two definitions impose the same three conditions;
  2. every such f is injective (Injection, surjection, bijection).

So "ring homomorphism between fields" and "field homomorphism" name the same maps, and no second notion of homomorphism of fields is introduced.

Facts & Assumptions

Given: Fields F and G, with zeros 0F,0G and identities 1F,1G, and a function f:F→G (Field).

[L2]

A ring homomorphism is a map satisfying (RH1) f(x+y)=f(x)+f(y), (RH2) f(xy)=f(x)f(y) and (RH3) f(1F)=1G (Ring homomorphism: additive, multiplicative, and required to send 1 to 1).

[L3]

A field homomorphism is a map satisfying φ(x+y)=φ(x)+φ(y), φ(xy)=φ(x)φ(y) and φ(1F)=1G (Field homomorphism and embedding).

[L6]

In a field, every x≠0 has an inverse x−1 with x−1x=1, and 1G≠0G (Field).

[L7]

A map is injective when f(a)=f(b) forces a=b (Injection, surjection, bijection).

Proof

technique · direct
1.1

By [L1] the ring structures on F and G are the field structures, so the expressions f(x)+f(y), f(x)f(y), 1F and 1G mean the same thing in [L2] and in [L3].

L1
2.1

Claim 1: the three conditions of [L2] and the three conditions of [L3] are the same three equations, so f satisfies one triple exactly when it satisfies the other.

step 1.1L2L3
3.1

Let f be such a map and suppose f(a)=f(b) with a≠b. Then a−b≠0F, and f(a−b)=f(a)−f(b)=0G by [L4].

step 2.1L4
4.1

Put c:=(a−b)−1, which exists by [L6]. Then 1G=f(1F)=f(c(a−b))=f(c)f(a−b)=f(c)⋅0G=0G, using (RH3), (RH2) and [L5]. This contradicts 1G≠0G.

step 3.1L2L5L6
5.1

Hence f(a)=f(b) forces a=b, so f is injective; with step 2.1 this proves both claims.

step 2.1step 4.1L7∎

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicableverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

The product ring R×S with componentwise operations, its identity (1R,1S) and its units R××S×

Definition

Let R and S be rings (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). The product ring R×S is the cartesian product of the underlying sets with the componentwise operations

(a,b)+(a′,b′):=(a+a′,  b+b′),(a,b)⋅(a′,b′):=(aa′,  bb′),

and the distinguished elements

0R×S:=(0R,0S),1R×S:=(1R,1S).

These data make R×S a ring. Both rules take a pair of elements of R×S to an element of R×S, so each is a binary operation. Every ring axiom is an equation between elements of R×S, and two such elements are equal exactly when their components are; so each axiom holds componentwise from the corresponding axiom in R and in S. Explicitly: (R×S,+,(0R,0S)) is an abelian group with −(a,b)=(−a,−b); multiplication is associative with two-sided identity (1R,1S); and both distributive laws hold.

Units. An element (u,v) is a unit of R×S if and only if u is a unit of R and v is a unit of S, in which case (u,v)−1=(u−1,v−1). Indeed, if uu′=1R=u′u and vv′=1S=v′v then (u,v)(u′,v′)=(1R,1S)=(u′,v′)(u,v); conversely, if (u,v)(u′,v′)=(1R,1S)=(u′,v′)(u,v) then reading each component gives uu′=1R=u′u and vv′=1S=v′v. So

(R×S)×=R××S×,

and by The units of a ring are the invertible elements of its multiplicative monoid, and R× is a group under multiplication; 0∈R× only in the zero ring that set is a group under multiplication (Left inverse, right inverse, and invertible element of a monoid).

Commutativity. R×S is commutative (Commutative ring) if and only if both R and S are. If both are, the componentwise product is commutative. Conversely, if R×S is commutative then for a,a′∈R, (aa′,1S)=(a,1S)(a′,1S)=(a′,1S)(a,1S)=(a′a,1S), so aa′=a′a; the same argument in the second component settles S.

Zero divisors. If 1R≠0R and 1S≠0S, then R×S has zero divisors and is therefore never an integral domain (Zero divisor, and integral domain: a commutative ring with 1≠0 and no zero divisors), whatever R and S are. Indeed (1R,0S) and (0R,1S) are both nonzero, and

(1R,0S)⋅(0R,1S)  =  (1R0R,  0S1S)  =  (0R,0S),

using x⋅0=0=0⋅x (In any ring 0⋅a=a⋅0=0, (−a)b=a(−b)=−(ab), (−a)(−b)=ab, (−1)a=−a and a(b−c)=ab−ac).

Remarks

  • The product of two domains is never a domain, by the zero-divisor computation above, since a domain has 1≠0 by definition. This is the cleanest source of zero divisors available at this point, and the companion page records the instance Z×Z.

  • The two projections are ring homomorphisms; the standard injections need not be, and fail when the other factor is nonzero. The maps (a,b)↦a and (a,b)↦b satisfy (RH1), (RH2) and (RH3) of Ring homomorphism: additive, multiplicative, and required to send 1 to 1. The map a↦(a,0S) satisfies (RH1) and (RH2) but sends 1R to (1R,0S), which is not the identity of R×S when 1S≠0S; the companion page uses exactly that map to show (RH3) is not redundant.

  • Only the product of two rings is defined here, which is all this page and its companion use. Nothing below needs an indexed family.

DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

The ring RX of all functions from a set X into a ring, with pointwise operations

Definition

Let X be a set and R a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides). Write

RX  :=  { f  :  f is a function X→R }

and define, for f,g∈RX, the pointwise operations

(f+g)(x):=f(x)+g(x),(f⋅g)(x):=f(x) g(x)(x∈X),

with distinguished elements the constant functions

0RX(x):=0R,1RX(x):=1R(x∈X).

These data make RX a ring. Each rule assigns to a pair of functions X→R another function X→R, so each is a binary operation on RX (Binary operation on a set; associativity, commutativity, and a subset closed under the operation). Two elements of RX are equal exactly when they agree at every x∈X, so every ring axiom, being an equation between elements of RX, holds as soon as it holds at each point; and at each point it is the corresponding axiom of R. In particular −f is the function x↦−f(x), the additive group of RX is abelian, multiplication is associative with two-sided identity 1RX, and both distributive laws hold.

Commutativity. If R is commutative (Commutative ring) then so is RX, pointwise. If X≠∅ the converse holds: fixing x0∈X and taking constant functions f≡a, g≡b gives ab=ba from (fg)(x0)=(gf)(x0). If X=∅ then RX has exactly one element, the empty function, so 1RX=0RX and RX is commutative whatever R is; the converse therefore needs the hypothesis X≠∅ and is stated with it.

Zero divisors. Suppose R is not the one-element ring, that is 1R≠0R (In any ring 0⋅a=a⋅0=0, (−a)b=a(−b)=−(ab), (−a)(−b)=ab, (−1)a=−a and a(b−c)=ab−ac), and suppose X has two distinct elements x1≠x2. Define f,g∈RX by

f(x):={1Rx=x10Rx≠x1g(x):={0Rx=x11Rx≠x1.

Then f≠0RX because f(x1)=1R≠0R, and g≠0RX because g(x2)=1R≠0R; and (fg)(x)=0R for every x, since one of the two factors is 0R at each point and 0Ry=0R=y0R (In any ring 0⋅a=a⋅0=0, (−a)b=a(−b)=−(ab), (−a)(−b)=ab, (−1)a=−a and a(b−c)=ab−ac). So f and g are zero divisors (Zero divisor, and integral domain: a commutative ring with 1≠0 and no zero divisors) and RX is not an integral domain.

Remarks

  • The same underlying set carries other structures. RX is the set of all functions X→R, with no continuity, boundedness or finiteness condition. When R is a field, this same set with this same addition carries a second structure of interest, obtained by replacing the pointwise product with a scalar multiplication. The addition of that second structure is this same pointwise rule (f+g)(x)=f(x)+g(x); what differs is the second operation, which multiplies a function by a scalar rather than two functions together, so the two are not special cases of one another.

  • This is where non-domains become plentiful. Products of two nonzero rings (The product ring R×S with componentwise operations, its identity (1R,1S) and its units R××S×) and function rings on a set with at least two points are the two standard sources of zero divisors, and neither needs any arithmetic beyond 0⋅y=0.

  • The empty index set is a genuine case, not an edge case to be waved away. R∅ has exactly one element and is the one-element ring, in which 1=0; that is why the commutativity statement above carries the hypothesis X≠∅ in the direction where it is needed, and why the zero-divisor statement asks for two distinct points.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

In a field, the additive multiple n⋅1F is the canonical natural ι(n): the additive power of the group-power definition and the canonical natural are the same function, both being the unique one given by the recursion ι(0)=0F, ι(σ(n))=ι(n)+1F

Statement

Let F be a field (Field), which is a ring by Every field is a commutative ring with 1≠0; it is an integral domain, and it is a commutative division ring. Two functions N→F are in play:

These are the same function: ι(n)=n⋅1F for every n∈N. In particular the notation n⋅1F used by The canonical natural ι(n)=n⋅1F of a field and the notation n⋅1F used by Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e denote the same element of F, and no second notion is in play.

Facts & Assumptions

Given: A field F with 0F and 1F, the map ι:N→F of The canonical natural ι(n)=n⋅1F of a field, and the additive natural powers of Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e in the group (F,+,0F).

[L2]

ι(0)=0F and ι(n+1)=ι(n)+1F for every n∈N (The canonical natural ι(n)=n⋅1F of a field).

[L3]

The additive natural powers satisfy 0⋅a=0F and σ(n)⋅a=n⋅a+a for every n∈N and every a∈F (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e).

[L4]

On N: m+0=m and m+σ(n)=σ(m+n), so n+1=σ(n) (Addition of natural numbers, The natural numbers N (von Neumann)).

[L5]

The recursion theorem: for a set A, an element a∈A and a function u:A→A there is exactly one g:N→A with g(0)=a and g(σ(n))=u(g(n)) (The recursion theorem).

Proof

technique · direct
1.1

Let u:F→F be the function u(t)=t+1F, which is a function from F to F because addition is a binary operation on F. By [L5] applied with A=F, a=0F and this u, there is exactly one function g:N→F satisfying g(0)=0F and g(σ(n))=g(n)+1F for every n∈N.

L1L5
1.2

The map ι satisfies those two equations: ι(0)=0F by [L2], and ι(σ(n))=ι(n+1)=ι(n)+1F by [L2] together with n+1=σ(n).

L2L4
1.3

The map n↦n⋅1F satisfies them too: 0⋅1F=0F and σ(n)⋅1F=n⋅1F+1F, both by [L3] with a=1F.

L3
2.1

By the uniqueness clause of step 1.1, the two functions of steps 1.2 and 1.3 are equal, so ι(n)=n⋅1F for every n∈N.

step 1.1step 1.2step 1.3L5∎

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicableverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

The characteristic of a ring: the least n≥1 with n⋅1R=0 when one exists, and 0 otherwise

Definition

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides) with identity 1R and zero 0R. For n∈N let n⋅1R be the additive natural power of 1R in the abelian group (R,+,0R) (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e, Group and abelian group): thus 0⋅1R=0R and σ(n)⋅1R=n⋅1R+1R. Put

TR  :=  { n∈N  :  n≥1 and n⋅1R=0R }  ⊆  N.

The characteristic of R is

char⁡(R)  :=  {min⁡TRif TR≠∅,0if TR=∅.

Why the least element exists. TR is a subset of N, so when it is nonempty it has a least element by the well-ordering principle (The well-ordering principle), and that element is unique: two least members are below one another and hence equal by antisymmetry of the natural-number order (≤ is a linear order on N, Order on the natural numbers). So char⁡(R) is a well-defined natural number in both cases.

The clause n≥1 is not decoration. N contains 0 (The natural numbers N (von Neumann)) and 0⋅1R=0R holds in every ring, so without that clause TR would always contain 0 and the definition would say nothing.

Convention: the value in the empty case is 0, and this is the OPPOSITE of the convention for the order of a group element. The order ∣G∣ of a finite group and the order ord⁡(g) of an element, with ord⁡(g)=∞ when no positive power of g is the identity writes ord⁡(g)=∞ when no positive power of g is the identity. Here the value in the corresponding case is the natural number 0, not a symbol ∞. A reader coming straight from The order ∣G∣ of a finite group and the order ord⁡(g) of an element, with ord⁡(g)=∞ when no positive power of g is the identity should notice the difference: it is deliberate, it is the standard convention for the characteristic, and it is what makes the divisibility statement of The characteristic of a ring is the additive order of 1R, with 0 recording infinite order; n⋅1R=0 holds exactly when char⁡(R)∣n; and in an integral domain every nonzero element has the same additive order as 1R uniform across the two cases.

char⁡(R) is a natural number, hence a set, not an element of R. A natural number in this library is a von Neumann natural (The natural numbers N (von Neumann)), so char⁡(R)∉R in general and the expression n⋅1R is not a product in R but the additive multiple just described.

Dictionary for fields. When R is a field F (Field), the element n⋅1F is exactly the canonical natural ι(n) of The canonical natural ι(n)=n⋅1F of a field; this is proved, not assumed, in In a field, the additive multiple n⋅1F is the canonical natural ι(n): the additive power of the group-power definition and the canonical natural are the same function, both being the unique one given by the recursion ι(0)=0F, ι(σ(n))=ι(n)+1F. So for a field TF={ n≥1:ι(n)=0F } and the characteristic is the least n≥1 with ι(n)=0F, or 0 if there is none.

Remarks

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

The characteristic of a ring is the additive order of 1R, with 0 recording infinite order; n⋅1R=0 holds exactly when char⁡(R)∣n; and in an integral domain every nonzero element has the same additive order as 1R

Statement

Let R be a ring (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides) and let ord⁡(1R) be the order of 1R in the abelian group (R,+,0R) (The order ∣G∣ of a finite group and the order ord⁡(g) of an element, with ord⁡(g)=∞ when no positive power of g is the identity), with ord⁡(1R)=∞ when no n≥1 satisfies n⋅1R=0R. Throughout, a natural number written where an integer is expected means its image under the embedding ιZ:N→Z of The naturals embed in the integers. Then:

  1. if ord⁡(1R) is finite then char⁡(R)=ord⁡(1R) (The characteristic of a ring: the least n≥1 with n⋅1R=0 when one exists, and 0 otherwise), and if ord⁡(1R)=∞ then char⁡(R)=0; so the characteristic is the additive order of 1R, with the value 0 recording infinite order;
  2. for every n∈Z, the equation n⋅1R=0R holds if and only if char⁡(R) divides n in Z, divisibility being the relation of Divisibility in Z: d∣a when a=dq for some integer q;
  3. if R is an integral domain (Zero divisor, and integral domain: a commutative ring with 1≠0 and no zero divisors) then for every a∈R with a≠0R and every n∈Z, na=0R if and only if n⋅1R=0R; consequently every nonzero element of R has the same additive order as 1R.

Facts & Assumptions

[L1]

char⁡(R) is the least n∈N with n≥1 and n⋅1R=0R when such an n exists, and is 0 otherwise (The characteristic of a ring: the least n≥1 with n⋅1R=0 when one exists, and 0 otherwise).

[L2]

ord⁡(g), for g in a group, is the least k∈N with k≥1 and gk=e when such a k exists, and is ∞ otherwise; read additively in (R,+,0R) this is the least k≥1 with k⋅1R=0R (The order ∣G∣ of a finite group and the order ord⁡(g) of an element, with ord⁡(g)=∞ when no positive power of g is the identity, Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e, Group and abelian group).

[L3]

If ord⁡(g)=n with n≥1, then for k∈Z we have gk=e if and only if n∣k; and if ord⁡(g)=∞ then gj=gk implies j=k (If ord⁡(g)=n then gk=e iff k is an integer multiple of n, the powers g0,…,gn−1 are distinct, and ⟨g⟩ has exactly n elements; if g has infinite order then gj=gk only for j=k).

[L7]

Z is a commutative ring, so 0⋅q=0 for every integer q; and d∣a means a=dq for some q∈Z (The integers form a commutative ring, In any ring 0⋅a=a⋅0=0, (−a)b=a(−b)=−(ab), (−a)(−b)=ab, (−1)a=−a and a(b−c)=ab−ac, Divisibility in Z: d∣a when a=dq for some integer q). The embedding ιZ is injective and preserves addition, multiplication and order, its image being the nonnegative integers (The naturals embed in the integers).

Proof

technique · direct
1.1

Claim 1. Read additively in the abelian group (R,+,0R), the set S1R of [L2] is { k∈N:k≥1, k⋅1R=0R }, which is the set TR of [L1]. So the two definitions take the minimum of the same set: if that set is nonempty both ord⁡(1R) and char⁡(R) equal its least element, and if it is empty then ord⁡(1R)=∞ while char⁡(R)=0.

L1L2
1.2

Claim 3. Let R be an integral domain, a≠0R and n∈Z. By [L4], na=(n 1R)a. If n⋅1R=0R then na=0R⋅a=0R by [L5]. Conversely if na=0R then (n 1R)a=0R, so by [L6] either n⋅1R=0R or a=0R; the second is excluded, so n⋅1R=0R.

L4L5L6
2.1

Claim 2, the case char⁡(R)=c with c≥1. By step 1.1, ord⁡(1R)=c, so [L3] read additively in (R,+,0R) gives, for every n∈Z: n⋅1R=0R if and only if c∣n.

step 1.1L3L7
2.2

Claim 2, the case char⁡(R)=0. By step 1.1, ord⁡(1R)=∞, so [L3] gives that n⋅1R=m⋅1R forces n=m; taking m=0 and using the additive reading 0⋅1R=0R from [L2], we get n⋅1R=0R if and only if n=0. On the other side, 0∣n means n=0⋅q for some integer q, and 0⋅q=0 in Z, so 0∣n holds exactly when n=0. The two conditions therefore agree.

step 1.1L2L3L7
3.1

Claim 2 follows from steps 2.1 and 2.2, since char⁡(R) is either 0 or at least 1.

step 2.1step 2.2L1
4.1

Consequently, for a≠0R in an integral domain the set { k∈N:k≥1, ka=0R } equals the set TR of step 1.1, so the two have the same least element when nonempty and are empty together: ord⁡(a)=ord⁡(1R), finite or infinite alike. With steps 1.1, 3.1 and 1.2 all three claims are established.

step 1.1step 3.1step 1.2L2∎

Remarks

  • The convention char⁡=0 is what makes claim 2 a single statement. With ∞ in place of 0 the right-hand side would have to be split into two cases, since ∞ is not an integer and "∞∣n" has no meaning. With 0, the divisibility relation of Divisibility in Z: d∣a when a=dq for some integer q does the work in both cases, because 0∣n holds exactly for n=0.

  • Claim 3 is where the ring structure enters. Claims 1 and 2 are statements about the additive group alone, and would be true in any abelian group with a distinguished element. Claim 3 uses na=(n 1R)a, which is Integer multiples in a ring: (m+n)a=ma+na, m(a+b)=ma+mb, (ma)b=m(ab)=a(mb) and (ma)(nb)=(mn)(ab) for all m,n∈Z and a,b∈R, and then the absence of zero divisors. Without the domain hypothesis the argument breaks at a named place: the step deducing n⋅1R=0R from (n 1R)a=0R is an appeal to the absence of zero divisors, and nothing on this page replaces it for a ring that has them.

  • char⁡(R) is a natural number and n is an integer, so the divisibility in claim 2 is a statement in Z about ιZ(char⁡(R)) and n, as the Statement says. The two are not the same kind of object, and reading the claim without the embedding would be a category error rather than an abbreviation.

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-31Open item page →

A finite sum in a commutative monoid indexed by an arbitrary finite set

Definition

Let (M,+,0) be a commutative monoid (Semigroup and monoid), let S be a finite set with n:=∣S∣ (The cardinality ∣A∣ of a finite set), and let a:S→M. Choose a bijection ϕ:n→S and define

∑s∈Sas:=aϕ(0)+aϕ(1)+⋯+aϕ(n−1),

where the right side is the finite monoid product of The product g0g1⋯gn−1 of a finite list in a monoid, by recursion, with the empty product (n=0) equal to the identity written additively. In particular, the sum over the empty set is 0.

This value is independent of the enumeration. If ψ:n→S is another bijection, then ϕ−1∘ψ is a permutation of n (Injection, surjection, bijection), and generalised commutativity gives

∑k<naψ(k)=∑k<naϕ(k)

(Generalised associativity: in a monoid the product of a finite list does not depend on the bracketing, and in a commutative monoid it does not depend on the order of the factors either). Thus the displayed notation names one element of M and does not select a preferred enumeration.

When M is the additive monoid of R or of N, this definition agrees with The sum ∑i∈Sai over a finite index set, and its product form: both enumerate S, apply the same finite recursion with identity 0, and are independent of the enumeration.

Remarks

The coefficient object is an arbitrary commutative monoid. This is stronger than the published real- and natural-valued definition and is the form needed for sums in a commutative ring.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-07-31Open item page →

Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule

Statement

Let (M,+,0) be a commutative monoid and let all index sets below be finite.

  1. If h:T→S is a bijection and a:S→M, then ∑t∈Tah(t)=∑s∈Sas.
  2. If S and T are disjoint and a:S∪T→M, then ∑u∈S∪Tau=∑s∈Sas+∑t∈Tat.
  3. If a:S×T→M, then ∑(s,t)∈S×Tas,t=∑s∈S(∑t∈Tas,t)=∑t∈T(∑s∈Sas,t).

Facts & Assumptions

Given: A commutative monoid (M,+,0), finite sets S,T, and functions and a bijection as in the Statement.

[F1]

A finite commutative-monoid sum is obtained from any enumeration of its finite index set, and its value is independent of that enumeration (A finite sum in a commutative monoid indexed by an arbitrary finite set).

[L1]

A finite monoid product splits at a cut, may be regrouped into consecutive blocks, and in a commutative monoid is invariant under permutations (Generalised associativity: in a monoid the product of a finite list does not depend on the bracketing, and in a commutative monoid it does not depend on the order of the factors either).

[L2]

A finite family of pairwise disjoint finite sets has finite union, and its cardinality is the sum of the cardinalities; in particular, ∣S∪T∣=∣S∣+∣T∣ when S and T are disjoint (The sum rule: a finite disjoint union is finite with ∣A∪B∣=∣A∣+∣B∣ and ∣⋃i∈IAi∣=∑i∈I∣Ai∣, and a sum over a finite index set splits along a partition).

[L3]

A Cartesian product of finite sets is finite with ∣S×T∣=∣S∣∣T∣ (The product rule: ∣A×B∣=∣A∣ ∣B∣, and ∣∏i<mAi∣=∏i<m∣Ai∣).

[F2]

Composites and inverses of bijections are bijections (Injection, surjection, bijection).

Proof

technique · direct
1.1

For clause 1, choose an enumeration ϕ:∣T∣→T. Then h∘ϕ enumerates S, and [F1] gives ∑t∈Tah(t)=∑k<∣T∣ah(ϕ(k))=∑s∈Sas.

F1F2
1.2

For clause 2, choose enumerations of S and T and concatenate them. By [L2] this gives an enumeration of S∪T of length ∣S∣+∣T∣, and the splitting law in [L1] turns the resulting finite sum into the sum over S followed by the sum over T.

F1L1L2
1.3

For clause 3, choose enumerations ϕ:∣S∣→S and ψ:∣T∣→T. The disjoint slices {ϕ(i)}×T cover S×T; concatenate their ψ-enumerations in the order of i. By [L2] and [L3] this is an enumeration of S×T, and regrouping it into the ∣S∣ consecutive slices gives ∑(s,t)∈S×Tas,t=∑s∈S(∑t∈Tas,t).

F1L1L2L3
2.1

The column-major list also enumerates S×T, and permutation invariance followed by regrouping into columns gives ∑(s,t)∈S×Tas,t=∑t∈T(∑s∈Sas,t).

step 1.3F1L1L3
3.1

Steps 1.1, 1.2, 1.3 and 2.1 prove reindexing, disjoint splitting and both finite Fubini equalities.

step 1.1step 1.2step 1.3step 2.1∎

5 · Examples, counterexamples and false statements

None yet.

Sources