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
∀ p. ¬p = 1 ∧ (∀ x. ∀ y. p = x · y → x = 1 ∨ y = 1) → ¬Dvd(p,1)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 14 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–3
02Separate the logical casesL4–5
03Use earlier factsL6–6
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L6
apply hp_left
04Establish hcomponentsL7–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul eq one components.
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases hcomponents
06Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hcomponents_left
Original defined command ledger · 14 lines
- 0001
intro p - 0002
intro hp - 0003
intro hdiv - 0004
cases hdiv - 0005
cases hp - 0006
apply hp_left - 0007
have hcomponents : p = 1 /\ x = 1 - 0008
specialize mul_eq_one_components (p) - 0009
specialize mul_eq_one_components (x) - 0010
apply mul_eq_one_components - 0011
symm - 0012
exact hdiv_witness - 0013
cases hcomponents - 0014
exact hcomponents_left