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.
Exact expanded first-order arithmetic statement
forall d p q. ~(p = 0) -> (forall hmi_divisor_pth_correction. (exists hmi_left_factor_pth_correction. d = hmi_divisor_pth_correction * hmi_left_factor_pth_correction) -> (exists hmi_right_factor_pth_correction. p = hmi_divisor_pth_correction * hmi_right_factor_pth_correction) -> hmi_divisor_pth_correction = 1) -> exists t. ((((exists ff_lt_pth_correction_t_bound. ff_lt_pth_correction_t_bound + S t = p) /\ (exists hgcrt_mod_left_pth_correction_t_annihilation hgcrt_mod_right_pth_correction_t_annihilation. (q + d * t) + p * hgcrt_mod_left_pth_correction_t_annihilation = 0 + p * hgcrt_mod_right_pth_correction_t_annihilation))) /\ forall u. (((exists ff_lt_pth_correction_u_bound. ff_lt_pth_correction_u_bound + S u = p) /\ (exists hgcrt_mod_left_pth_correction_u_annihilation hgcrt_mod_right_pth_correction_u_annihilation. (q + d * u) + p * hgcrt_mod_left_pth_correction_u_annihilation = 0 + p * hgcrt_mod_right_pth_correction_u_annihilation))) -> u = t)Constructive proof overview
Generated structural guide
Every coprime formal derivative at a nonzero modulus has exactly one canonical bounded correction digit.
The unchanged tactic script uses 2 declared prerequisites and contains 28 exact native proof lines.
Alpha v34 checked-use · first admitted v25 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 exact 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
Separate complete second-wave branches: Full G095 proof · Alpha v27.