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.
Historical partial components only: this chapter proves exact natural polynomial Taylor remainders, bounded corrections, and one-step divisibility lifts. G095 is now closed in the separate Alpha-v27 hensel-lifting branch for integer polynomials, unrestricted input roots, unique canonical representatives, and every positive prime power. Full G095 proof · Alpha v27
Exact theorem in conservative defined notation
∀ m. ∀ t. ∀ p. ∀ s. m = p · s → Dvd(p · m,m · t · (m · t))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 24 lines are the exact independently kernel-checked original 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–5
02Construct an explicit witnessL6–6
Supply the displayed value, then prove that it has the required property.
- L6
exists s * (t * t)
03Calculate and transport equalitiesL7–7
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L7
trans (m * m) * (t * t)
04Use earlier factsL8–8
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
apply mul_shuffle_four
05Calculate and transport equalitiesL9–12
06Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact hfactor
07Calculate and transport equalitiesL14–15
08Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
apply mul_assoc
09Calculate and transport equalitiesL17–19
10Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply mul_comm
11Calculate and transport equalitiesL21–21
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L21
symm
12Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
apply mul_assoc
13Calculate and transport equalitiesL23–23
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L23
refl
14Use earlier factsL24–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
apply mul_assoc
Original defined command ledger · 24 lines
- 0001
intro m - 0002
intro t - 0003
intro p - 0004
intro s - 0005
intro hfactor - 0006
exists s * (t * t) - 0007
trans (m * m) * (t * t) - 0008
apply mul_shuffle_four - 0009
trans ((p * m) * s) * (t * t) - 0010
congr - 0011
trans (p * s) * m - 0012
congr - 0013
exact hfactor - 0014
refl - 0015
trans p * (s * m) - 0016
apply mul_assoc - 0017
trans p * (m * s) - 0018
congr - 0019
refl - 0020
apply mul_comm - 0021
symm - 0022
apply mul_assoc - 0023
refl - 0024
apply mul_assoc