Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)
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.

Laws of integer exponents

Statement

Let a,ba, b be elements of a field (Field) and let integer powers be as in Integer powers ama^m.

  1. For all m,nNm, n \in \mathbb{N}: am+n=amana^{m+n} = a^m a^n, (am)n=amn(a^m)^n = a^{mn} and (ab)n=anbn(ab)^n = a^n b^n.
  2. If a0a \ne 0 then an0a^n \ne 0 for every nNn \in \mathbb{N}, and am=(am)1a^{-m} = (a^m)^{-1} for every mZm \in \mathbb{Z} (Arithmetic on the integers).
  3. If a0a \ne 0 and b0b \ne 0 then all three identities of claim 1 hold for all m,nZm, n \in \mathbb{Z}.

Facts & Assumptions

Given: Elements a,ba, b of a field FF, naturals m,n,p,q,km, n, p, q, k and integers ranged over by m,nm, n in claims 2 and 3.

[L1]

Definition of powers (Integer powers ama^m): a0=1a^0 = 1 and an+1=anaa^{n+1} = a^n a for nNn \in \mathbb{N}; and an:=(an)1a^{-n} := (a^n)^{-1} for a0a \ne 0 and n1n \ge 1, the two clauses agreeing at n=0n = 0.

[L2]
[L3]

Field arithmetic: multiplication is associative and commutative with identity 11, and every nonzero element has an inverse (Field); inverses are unique (Identities and inverses in a field are unique, which states uniqueness and nothing further), and HENCE, for x,y0x, y \ne 0, (xy)1=x1y1(xy)^{-1} = x^{-1} y^{-1} and (x1)1=x(x^{-1})^{-1} = x, since (xy)(x1y1)=1(xy)(x^{-1}y^{-1}) = 1 and x1x=1x^{-1}x = 1 exhibit inverses that uniqueness then identifies.

[L4]

A field has no zero divisors: xy=0xy = 0 implies x=0x = 0 or y=0y = 0 (A field has no zero divisors: ab=0a=0ab = 0 \Rightarrow a = 0 or b=0b = 0).

[L5]

Z\mathbb{Z} is a commutative ring in which every element is ι(k)\iota(k) or ι(k)-\iota(k) for a unique natural kk (The integers form a commutative ring, The naturals embed in the integers, Arithmetic on the integers); we write kk for ι(k)\iota(k).

Proof

technique · induction
1.1

Base cases at n=0n = 0 for the addition law, the product law and nonvanishing: am+0=am=am1=ama0a^{m+0} = a^m = a^m \cdot 1 = a^m a^0 for every mNm \in \mathbb{N}; (ab)0=1=11=a0b0(ab)^0 = 1 = 1 \cdot 1 = a^0 b^0; and if a0a \ne 0 then a0=10a^0 = 1 \ne 0.

baseL1L3
1.2

Inductive hypothesis: fix nNn \in \mathbb{N} and assume am+n=amana^{m+n} = a^m a^n for all mNm \in \mathbb{N}, (ab)n=anbn(ab)^n = a^n b^n, and an0a^n \ne 0 whenever a0a \ne 0. The iterated-power law (am)n=amn(a^m)^n = a^{mn} is deliberately NOT carried in this hypothesis: its successor step needs the addition law at the exponent pair (mn,m)(mn, m), whose second entry is not the current stage, so that law must be finished first and the iterated law proved afterwards.

ih
1.3

For a0a \ne 0 and every integer jj, aj=(aj)1a^{-j} = (a^j)^{-1}: for j0j \ge 0 this is the definition together with the agreement of the two clauses at j=0j = 0, and for j=kj = -k with k1k \ge 1 it reads ak=(ak)1a^{k} = (a^{-k})^{-1}, which holds because ak=(ak)1a^{-k} = (a^k)^{-1} and (x1)1=x(x^{-1})^{-1} = x at x=akx = a^{k}. That last substitution needs ak0a^{k} \ne 0, which is NOT free here and must not be read off the definition, since the definition of the negative clause is what is being justified; it is instead a self-contained induction on kk, from a0=10a^{0} = 1 \ne 0 and the fact that ak+1=akaa^{k+1} = a^{k}a is a product of two nonzero elements of a field, hence nonzero.

L1L2L3L4L5
2.1

Successor step for the addition law, the product law and nonvanishing: am+(n+1)=a(m+n)+1=am+na=(aman)a=am(ana)=aman+1a^{m+(n+1)} = a^{(m+n)+1} = a^{m+n} a = (a^m a^n) a = a^m (a^n a) = a^m a^{n+1} for every mNm \in \mathbb{N}; (ab)n+1=(ab)n(ab)=(anbn)(ab)=(ana)(bnb)=an+1bn+1(ab)^{n+1} = (ab)^n (ab) = (a^n b^n)(ab) = (a^n a)(b^n b) = a^{n+1} b^{n+1}; and if a0a \ne 0 then an+1=anaa^{n+1} = a^n a is a product of two nonzero elements, hence nonzero.

step 1.2L1L3L4
3.1

By the induction principle, for all m,nNm, n \in \mathbb{N}: am+n=amana^{m+n} = a^m a^n and (ab)n=anbn(ab)^n = a^n b^n, and an0a^n \ne 0 whenever a0a \ne 0. The addition law is thereby available at EVERY pair of natural exponents, which is exactly what the iterated-power law needs.

step 1.1step 2.1L2
4.1

The iterated-power law for natural exponents, (am)n=amn(a^m)^n = a^{mn}, by a second induction on nn with mNm \in \mathbb{N} fixed: at n=0n = 0 both sides are 11, since (am)0=1=a0=am0(a^m)^0 = 1 = a^0 = a^{m \cdot 0}; and if (am)n=amn(a^m)^n = a^{mn} then (am)n+1=(am)nam=amnam=amn+m=am(n+1)(a^m)^{n+1} = (a^m)^n a^m = a^{mn} a^m = a^{mn+m} = a^{m(n+1)}, where the third equality is the addition law of step 3.1 at the pair (mn,m)(mn, m), legitimate precisely because that law is by now proved for all pairs of naturals. This completes claim 1.

step 3.1L1L2L3
4.2

For a0a \ne 0 and every integer jj, aj+1=ajaa^{j+1} = a^j a: for j0j \ge 0 this is the recursion clause, and for j=kj = -k with k1k \ge 1 we compute aka=(ak)1a=(ak1a)1a=(ak1)1a1a=(ak1)1=a(k1)=ak+1a^{-k} a = (a^k)^{-1} a = (a^{k-1} a)^{-1} a = (a^{k-1})^{-1} a^{-1} a = (a^{k-1})^{-1} = a^{-(k-1)} = a^{-k+1}.

step 3.1step 1.3L1L3
4.3

For a,b0a, b \ne 0 the product law holds for all integers nn: for n0n \ge 0 it is step 3.1, and for n=kn = -k with k1k \ge 1 we get (ab)k=((ab)k)1=(akbk)1=(ak)1(bk)1=akbk(ab)^{-k} = ((ab)^k)^{-1} = (a^k b^k)^{-1} = (a^k)^{-1}(b^k)^{-1} = a^{-k} b^{-k}.

step 3.1step 1.3L3L5
5.1

For a0a \ne 0, every integer jj and every natural kk, aj+k=ajaka^{j+k} = a^j a^k, by induction on kk: the case k=0k = 0 is aj=aj1a^j = a^j \cdot 1, and if aj+k=ajaka^{j+k} = a^j a^k then aj+k+1=aj+ka=ajaka=ajak+1a^{j+k+1} = a^{j+k} a = a^j a^k a = a^j a^{k+1} by step 4.2 applied to the integer j+kj+k and by the recursion clause.

step 4.2L1L2L3
6.1

For a0a \ne 0 the addition law holds for all integers m,nm, n: writing n=kn = k or n=kn = -k with kNk \in \mathbb{N}, the case n=kn = k is step 5.1, while for n=kn = -k step 5.1 applied to the integer mkm - k gives am=a(mk)+k=amkaka^m = a^{(m-k)+k} = a^{m-k} a^k, hence amk=am(ak)1=amaka^{m-k} = a^m (a^k)^{-1} = a^m a^{-k}.

step 5.1step 1.3L3L5
7.1

For a0a \ne 0 the iterated-power law holds for all integers m,nm, n: for n0n \ge 0 induction on nn gives (am)n+1=(am)nam=amnam=amn+m=am(n+1)(a^m)^{n+1} = (a^m)^n a^m = a^{mn} a^m = a^{mn+m} = a^{m(n+1)}, the third equality by the integer addition law of step 6.1 at the pair (mn,m)(mn, m), with base (am)0=1=a0(a^m)^0 = 1 = a^0; and for n=qn = -q with q1q \ge 1, (am)q=((am)q)1=(amq)1=amq=am(q)(a^m)^{-q} = ((a^m)^q)^{-1} = (a^{mq})^{-1} = a^{-mq} = a^{m(-q)}, using that am0a^m \ne 0 by step 3.1 and step 1.3.

step 6.1step 3.1step 1.3L2L3L5
8.1

Claims 1, 2 and 3 are therefore established: the addition, product and iterated-power laws for natural exponents together with nonvanishing by steps 3.1 and 4.1, the identity am=(am)1a^{-m} = (a^m)^{-1} by step 1.3, and the three integer-exponent laws by steps 6.1, 4.3 and 7.1.

step 3.1step 4.1step 1.3step 6.1step 4.3step 7.1discharge-induction

Depends on

Used by

…and 11 more results.

Cited to discharge well-definedness by Integer powers aᵐ.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 46 results over 17 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources