Exact expanded PA statement
forall d. (exists y. 1 = d * y) -> d = 1Structural proof guide
Generated structural guide
Every natural divisor of one equals one.
Use the direct prerequisites mul_eq_one_components as previously established PA formulas.
The proof proceeds by case analysis (2), intermediate claims (1).
Referenced ingredients
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Stable checked-use theorem is independently kernel-checked when replayed.
- 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