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.
Exact expanded PA statement
forall d. (exists y. 1 = d * y) -> d = 1Structural proof guide
Every natural divisor of one equals one.
Direct prerequisites: mul_eq_one_components. The authored body proceeds by case analysis (2), intermediate claims (1).
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are hypotheses of the historical Alpha-v12 body receipt. The complete historical Alpha-v18 proof bundle independently checks every dependency; current Alpha v25 preserves that checked theorem use without changing Stable membership.
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.
Named ingredients (1)
01Fix variables and assumptionsL1–2
02Separate the logical casesL3–3
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L3
cases h
03Use earlier factsL4–5
04Establish partsL6–9
05Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
cases parts
06Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
exact parts_left
Original exact command ledger · 11 lines
- 0001
intro d - 0002
intro h - 0003
cases h - 0004
specialize mul_eq_one_components d - 0005
specialize mul_eq_one_components x - 0006
have parts : d = 1 /\ x = 1 - 0007
apply mul_eq_one_components - 0008
symm - 0009
exact h_witness - 0010
cases parts - 0011
exact parts_left