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.
The derivative-nonzero criterion supplies no inverse or power witness: both are constructed. Roots may be arbitrary natural representatives of signed integer polynomials. Singular-root classification and p-adic completion are separate milestones.
Exact theorem in conservative defined notation
∀ p. ∀ dp. ∀ dn. Prime(p) → SignedDerivativeNonzero(p,dp,dn) → SignedDerivativeUnit(p,dp,dn)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 24 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.
Named ingredients (1)
01Fix variables and assumptionsL1–5
02Establish hpredecessorL6–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply nonzero is succ.
03Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
cases hpredecessor
04Use earlier factsL15–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
specialize hensel_prime_blended_nonzero_derivative_is_unit (p) - L16
specialize hensel_prime_blended_nonzero_derivative_is_unit (x) - L17
specialize hensel_prime_blended_nonzero_derivative_is_unit (dp) - L18
specialize hensel_prime_blended_nonzero_derivative_is_unit (dn) - L19
specialize hensel_prime_blended_nonzero_derivative_is_unit (dp + x * dn) - L20
apply hensel_prime_blended_nonzero_derivative_is_unit - L21
exact hpredecessor_witness
05Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
refl
Original defined command ledger · 24 lines
- 0001
intro p - 0002
intro dp - 0003
intro dn - 0004
intro hp - 0005
intro hnonzero - 0006
have hpredecessor : exists h. p = S h - 0007
specialize nonzero_is_succ (p) - 0008
apply nonzero_is_succ - 0009
intro hz - 0010
specialize prime_nonzero (p) - 0011
apply prime_nonzero - 0012
exact hp - 0013
exact hz - 0014
cases hpredecessor - 0015
specialize hensel_prime_blended_nonzero_derivative_is_unit (p) - 0016
specialize hensel_prime_blended_nonzero_derivative_is_unit (x) - 0017
specialize hensel_prime_blended_nonzero_derivative_is_unit (dp) - 0018
specialize hensel_prime_blended_nonzero_derivative_is_unit (dn) - 0019
specialize hensel_prime_blended_nonzero_derivative_is_unit (dp + x * dn) - 0020
apply hensel_prime_blended_nonzero_derivative_is_unit - 0021
exact hpredecessor_witness - 0022
refl - 0023
exact hp - 0024
exact hnonzero