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
∀ d. ∀ p. ∀ q. ¬p = 0 → Coprime(d,p) → ∃ x. HenselCorrection(d,p,q,x) ∧ (∀ y. HenselCorrection(d,p,q,y) → y = x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 28 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.
Named ingredients (2)
01Fix variables and assumptionsL1–5
02Establish hexistsL6–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hensel correction exists.
- L6
have hexists : exists t. (((exists ff_lt_pth_unique_exists_bound. ff_lt_pth_unique_exists_bound + S t = p) /\ (exists hgcrt_mod_left_pth_unique_exists_annihilation hgcrt_mod_right_pth_unique_exists_annihilation. (q + d * t) + p * hgcrt_mod_left_pth_unique_exists_annihilation = 0 + p * hgcrt_mod_right_pth_unique_exists_annihilation))) - L7
specialize hensel_correction_exists d - L8
specialize hensel_correction_exists p - L9
specialize hensel_correction_exists q - L10
apply hensel_correction_exists - L11
exact hp - L12
exact hcop
03Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases hexists
04Construct an explicit witnessL14–14
Supply the displayed value, then prove that it has the required property.
- L14
exists x
05Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
06Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact hexists_witness
07Fix variables and assumptionsL17–18
08Use earlier factsL19–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 28 lines
- 0001
intro d - 0002
intro p - 0003
intro q - 0004
intro hp - 0005
intro hcop - 0006
have hexists : exists t. (((exists ff_lt_pth_unique_exists_bound. ff_lt_pth_unique_exists_bound + S t = p) /\ (exists hgcrt_mod_left_pth_unique_exists_annihilation hgcrt_mod_right_pth_unique_exists_annihilation. (q + d * t) + p * hgcrt_mod_left_pth_unique_exists_annihilation = 0 + p * hgcrt_mod_right_pth_unique_exists_annihilation))) - 0007
specialize hensel_correction_exists d - 0008
specialize hensel_correction_exists p - 0009
specialize hensel_correction_exists q - 0010
apply hensel_correction_exists - 0011
exact hp - 0012
exact hcop - 0013
cases hexists - 0014
exists x - 0015
split - 0016
exact hexists_witness - 0017
intro u - 0018
intro hu - 0019
specialize hensel_correction_unique d - 0020
specialize hensel_correction_unique p - 0021
specialize hensel_correction_unique q - 0022
specialize hensel_correction_unique u - 0023
specialize hensel_correction_unique x - 0024
apply hensel_correction_unique - 0025
exact hp - 0026
exact hcop - 0027
exact hu - 0028
exact hexists_witness