Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

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

Depends on

Used by

Dependency tree · two levels

43 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources