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
∀ h. ∀ a. ∀ u. ∀ v. ∀ A. ∀ B. (u + h · v) · a + (A + h · B) = u · a + A + h · (v · a + B)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 20 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–6
02Calculate and transport equalitiesL7–8
03Use earlier factsL9–9
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L9
apply add_mul
04Calculate and transport equalitiesL10–11
05Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
apply add_shuffle_middle
06Calculate and transport equalitiesL13–16
07Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
apply mul_assoc
08Calculate and transport equalitiesL18–19
09Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply mul_add
Original defined command ledger · 20 lines
- 0001
intro h - 0002
intro a - 0003
intro u - 0004
intro v - 0005
intro A - 0006
intro B - 0007
trans (u * a + (h * v) * a) + (A + h * B) - 0008
congr - 0009
apply add_mul - 0010
refl - 0011
trans (u * a + A) + ((h * v) * a + h * B) - 0012
apply add_shuffle_middle - 0013
congr - 0014
refl - 0015
trans h * (v * a) + h * B - 0016
congr - 0017
apply mul_assoc - 0018
refl - 0019
symm - 0020
apply mul_add