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 b c l n u v. (forall gfull_index_drop_source gfull_modulus_drop_source gfull_gcd_drop_source. (exists ff_lt_gcrt_gfull_drop_source_bound. ff_lt_gcrt_gfull_drop_source_bound + S gfull_index_drop_source = S l) -> (((exists ff_h_gcrt_gfull_drop_source_entry. ff_h_gcrt_gfull_drop_source_entry + S (gfull_modulus_drop_source) = S ((S (gfull_index_drop_source)) * c)) /\ exists ff_q_gcrt_gfull_drop_source_entry. b = ff_q_gcrt_gfull_drop_source_entry * S ((S (gfull_index_drop_source)) * c) + (gfull_modulus_drop_source))) -> ((((exists ec_gcd_left_gfull_drop_source_gcd. gfull_modulus_drop_source = gfull_gcd_drop_source * ec_gcd_left_gfull_drop_source_gcd) /\ (exists ec_gcd_right_gfull_drop_source_gcd. n = gfull_gcd_drop_source * ec_gcd_right_gfull_drop_source_gcd)) /\ forall ec_gcd_common_gfull_drop_source_gcd. (exists ec_gcd_common_left_gfull_drop_source_gcd. gfull_modulus_drop_source = ec_gcd_common_gfull_drop_source_gcd * ec_gcd_common_left_gfull_drop_source_gcd) -> (exists ec_gcd_common_right_gfull_drop_source_gcd. n = ec_gcd_common_gfull_drop_source_gcd * ec_gcd_common_right_gfull_drop_source_gcd) -> exists ec_gcd_greatest_gfull_drop_source_gcd. gfull_gcd_drop_source = ec_gcd_common_gfull_drop_source_gcd * ec_gcd_greatest_gfull_drop_source_gcd)) -> (exists hgcrt_mod_left_gfull_drop_source_mod hgcrt_mod_right_gfull_drop_source_mod. u + gfull_gcd_drop_source * hgcrt_mod_left_gfull_drop_source_mod = v + gfull_gcd_drop_source * hgcrt_mod_right_gfull_drop_source_mod)) -> (forall gfull_index_drop_result gfull_modulus_drop_result gfull_gcd_drop_result. (exists ff_lt_gcrt_gfull_drop_result_bound. ff_lt_gcrt_gfull_drop_result_bound + S gfull_index_drop_result = l) -> (((exists ff_h_gcrt_gfull_drop_result_entry. ff_h_gcrt_gfull_drop_result_entry + S (gfull_modulus_drop_result) = S ((S (gfull_index_drop_result)) * c)) /\ exists ff_q_gcrt_gfull_drop_result_entry. b = ff_q_gcrt_gfull_drop_result_entry * S ((S (gfull_index_drop_result)) * c) + (gfull_modulus_drop_result))) -> ((((exists ec_gcd_left_gfull_drop_result_gcd. gfull_modulus_drop_result = gfull_gcd_drop_result * ec_gcd_left_gfull_drop_result_gcd) /\ (exists ec_gcd_right_gfull_drop_result_gcd. n = gfull_gcd_drop_result * ec_gcd_right_gfull_drop_result_gcd)) /\ forall ec_gcd_common_gfull_drop_result_gcd. (exists ec_gcd_common_left_gfull_drop_result_gcd. gfull_modulus_drop_result = ec_gcd_common_gfull_drop_result_gcd * ec_gcd_common_left_gfull_drop_result_gcd) -> (exists ec_gcd_common_right_gfull_drop_result_gcd. n = ec_gcd_common_gfull_drop_result_gcd * ec_gcd_common_right_gfull_drop_result_gcd) -> exists ec_gcd_greatest_gfull_drop_result_gcd. gfull_gcd_drop_result = ec_gcd_common_gfull_drop_result_gcd * ec_gcd_greatest_gfull_drop_result_gcd)) -> (exists hgcrt_mod_left_gfull_drop_result_mod hgcrt_mod_right_gfull_drop_result_mod. u + gfull_gcd_drop_result * hgcrt_mod_left_gfull_drop_result_mod = v + gfull_gcd_drop_result * hgcrt_mod_right_gfull_drop_result_mod))Constructive proof overview
Generated structural guide
Pointwise congruence modulo decoded gcds restricts to the preceding finite prefix.
The unchanged tactic script uses 1 declared prerequisite and contains 23 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
le_succ Stable theorem; checked-use authorizedDirect 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.
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–13
Original exact command ledger · 23 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro n - 0005
intro u - 0006
intro v - 0007
intro hp - 0008
intro i - 0009
intro m - 0010
intro d - 0011
intro hi - 0012
intro hm - 0013
intro hd - 0014
specialize hp i - 0015
specialize hp m - 0016
specialize hp d - 0017
apply hp - 0018
specialize le_succ (S i) - 0019
specialize le_succ l - 0020
apply le_succ - 0021
exact hi - 0022
exact hm - 0023
exact hd