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 this body receipt. The focused endpoint audits separately check the complete empty-context certificates.
- 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