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. ∀ x. ∀ y. ∀ r. ∀ s. ∀ d. ∀ e. ModEq(m,x,y) → ModEq(m,r,s) → ModEq(m,d,e) → ModEq(m,d · x + r,e · y + s)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 27 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–10
02Establish hproductL11–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mod eq mul.
- L11
have hproduct : exists hgcrt_mod_left_pth_dstep_product hgcrt_mod_right_pth_dstep_product. (d * x) + m * hgcrt_mod_left_pth_dstep_product = (e * y) + m * hgcrt_mod_right_pth_dstep_product - L12
specialize mod_eq_mul m - L13
specialize mod_eq_mul d - L14
specialize mod_eq_mul e - L15
specialize mod_eq_mul x - L16
specialize mod_eq_mul y - L17
apply mod_eq_mul - L18
exact hderivative - L19
exact hbase - L20
specialize mod_eq_add m
Original defined command ledger · 27 lines
- 0001
intro m - 0002
intro x - 0003
intro y - 0004
intro r - 0005
intro s - 0006
intro d - 0007
intro e - 0008
intro hbase - 0009
intro hvalue - 0010
intro hderivative - 0011
have hproduct : exists hgcrt_mod_left_pth_dstep_product hgcrt_mod_right_pth_dstep_product. (d * x) + m * hgcrt_mod_left_pth_dstep_product = (e * y) + m * hgcrt_mod_right_pth_dstep_product - 0012
specialize mod_eq_mul m - 0013
specialize mod_eq_mul d - 0014
specialize mod_eq_mul e - 0015
specialize mod_eq_mul x - 0016
specialize mod_eq_mul y - 0017
apply mod_eq_mul - 0018
exact hderivative - 0019
exact hbase - 0020
specialize mod_eq_add m - 0021
specialize mod_eq_add (d * x) - 0022
specialize mod_eq_add (e * y) - 0023
specialize mod_eq_add r - 0024
specialize mod_eq_add s - 0025
apply mod_eq_add - 0026
exact hproduct - 0027
exact hvalue