Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
All displayed hypotheses are required. Powers and positive differences are actual existential outputs. The proof constructs second-order correction identities and iterates the prime step; no binomial expansion or LTE oracle is assumed. The 2-adic variants remain separate open targets.
Exact theorem in conservative defined notation
∀ a. Pow(a,0,1)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 16 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay script.
Read the argument
Proof checkpoints
This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.
01Fix variables and assumptionsL1–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro a
02Establish hexistsL2–5
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pow exists.
03Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hexists
04Establish hxL7–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pow zero.
Original defined command ledger · 16 lines
- 0001
intro a - 0002
have hexists : ∃ x. Pow(a,0,x) - 0003
specialize pow_exists (a) - 0004
specialize pow_exists (0) - 0005
apply pow_exists - 0006
cases hexists - 0007
have hx : x = 1 - 0008
specialize pow_zero (a) - 0009
specialize pow_zero (0) - 0010
specialize pow_zero (x) - 0011
apply pow_zero - 0012
refl - 0013
exact hexists_witness - 0014
rewrite hx at hexists_witness - 0015
rewrite hx at hexists_witness - 0016
exact hexists_witness