Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck 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,b be elements of a field (Field) and let integer powers be as in Integer powers am.

  1. For all m,n∈N: am+n=aman, (am)n=amn and (ab)n=anbn.
  2. If a≠0 then an≠0 for every n∈N, and a−m=(am)−1 for every m∈Z (Arithmetic on the integers).
  3. If a≠0 and b≠0 then all three identities of claim 1 hold for all m,n∈Z.

Facts & Assumptions

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

[L1]

Definition of powers (Integer powers am): a0=1 and an+1=ana for n∈N; and a−n:=(an)−1 for a≠0 and n≥1, the two clauses agreeing at n=0.

[L2]
[L3]

Field arithmetic: multiplication is associative and commutative with identity 1, 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,y≠0, (xy)−1=x−1y−1 and (x−1)−1=x, since (xy)(x−1y−1)=1 and x−1x=1 exhibit inverses that uniqueness then identifies.

[L4]

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

[L5]

Z is a commutative ring in which every element is ι(k) or −ι(k) for a unique natural k (The integers form a commutative ring, The naturals embed in the integers, Arithmetic on the integers); we write k for ι(k).

Proof

technique · induction
1.1

Base cases at n=0 for the addition law, the product law and nonvanishing: am+0=am=am⋅1=ama0 for every m∈N; (ab)0=1=1⋅1=a0b0; and if a≠0 then a0=1≠0.

baseL1L3
1.2

Inductive hypothesis: fix n∈N and assume am+n=aman for all m∈N, (ab)n=anbn, and an≠0 whenever a≠0. The iterated-power law (am)n=amn is deliberately NOT carried in this hypothesis: its successor step needs the addition law at the exponent pair (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 a≠0 and every integer j, a−j=(aj)−1: for j≥0 this is the definition together with the agreement of the two clauses at j=0, and for j=−k with k≥1 it reads ak=(a−k)−1, which holds because a−k=(ak)−1 and (x−1)−1=x at x=ak. That last substitution needs ak≠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 k, from a0=1≠0 and the fact that ak+1=aka 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+1 for every m∈N; (ab)n+1=(ab)n(ab)=(anbn)(ab)=(ana)(bnb)=an+1bn+1; and if a≠0 then an+1=ana is a product of two nonzero elements, hence nonzero.

step 1.2L1L3L4
3.1

By the induction principle, for all m,n∈N: am+n=aman and (ab)n=anbn, and an≠0 whenever a≠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, by a second induction on n with m∈N fixed: at n=0 both sides are 1, since (am)0=1=a0=am⋅0; and if (am)n=amn then (am)n+1=(am)nam=amnam=amn+m=am(n+1), where the third equality is the addition law of step 3.1 at the pair (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 a≠0 and every integer j, aj+1=aja: for j≥0 this is the recursion clause, and for j=−k with k≥1 we compute a−ka=(ak)−1a=(ak−1a)−1a=(ak−1)−1a−1a=(ak−1)−1=a−(k−1)=a−k+1.

step 3.1step 1.3L1L3
4.3

For a,b≠0 the product law holds for all integers n: for n≥0 it is step 3.1, and for n=−k with k≥1 we get (ab)−k=((ab)k)−1=(akbk)−1=(ak)−1(bk)−1=a−kb−k.

step 3.1step 1.3L3L5
5.1

For a≠0, every integer j and every natural k, aj+k=ajak, by induction on k: the case k=0 is aj=aj⋅1, and if aj+k=ajak then aj+k+1=aj+ka=ajaka=ajak+1 by step 4.2 applied to the integer j+k and by the recursion clause.

step 4.2L1L2L3
6.1

For a≠0 the addition law holds for all integers m,n: writing n=k or n=−k with k∈N, the case n=k is step 5.1, while for n=−k step 5.1 applied to the integer m−k gives am=a(m−k)+k=am−kak, hence am−k=am(ak)−1=ama−k.

step 5.1step 1.3L3L5
7.1

For a≠0 the iterated-power law holds for all integers m,n: for n≥0 induction on n gives (am)n+1=(am)nam=amnam=amn+m=am(n+1), the third equality by the integer addition law of step 6.1 at the pair (mn,m), with base (am)0=1=a0; and for n=−q with q≥1, (am)−q=((am)q)−1=(amq)−1=a−mq=am(−q), using that am≠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 a−m=(am)−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 19 more results.

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

Dependency tree · two levels

30 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