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. ∀ R. ∀ D. ∀ u. ¬Dvd(p,R) → Dvd(p,D) → ¬Dvd(p,R + D · u)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 27 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–7
02Separate the logical casesL8–9
03Use earlier factsL10–13
04Construct an explicit witnessL14–15
05Calculate and transport equalitiesL16–19
06Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply mul_assoc
07Establish hsumcopyL21–27
Original defined command ledger · 27 lines
- 0001
intro p - 0002
intro R - 0003
intro D - 0004
intro u - 0005
intro hnot - 0006
intro hD - 0007
intro hsum - 0008
cases hD - 0009
cases hsum - 0010
apply hnot - 0011
specialize balanced_zero_congruence_implies_multiple (p) - 0012
specialize balanced_zero_congruence_implies_multiple (R) - 0013
apply balanced_zero_congruence_implies_multiple - 0014
exists x * u - 0015
exists x1 - 0016
trans R + (p * x) * u - 0017
congr - 0018
refl - 0019
symm - 0020
apply mul_assoc - 0021
have hsumcopy : R + (p * x) * u = p * x1 - 0022
rewrite hD_witness at hsum_witness - 0023
exact hsum_witness - 0024
trans p * x1 - 0025
exact hsumcopy - 0026
symm - 0027
apply zero_add