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 r s b c l. l = 0 -> (forall gcomp_left_index_pairs_empty gcomp_right_index_pairs_empty gcomp_left_residue_pairs_empty gcomp_right_residue_pairs_empty gcomp_left_modulus_pairs_empty gcomp_right_modulus_pairs_empty gcomp_pair_gcd_pairs_empty. (exists ff_lt_gcrt_pairs_empty_left_bound. ff_lt_gcrt_pairs_empty_left_bound + S gcomp_left_index_pairs_empty = l) -> (exists ff_lt_gcrt_pairs_empty_right_bound. ff_lt_gcrt_pairs_empty_right_bound + S gcomp_right_index_pairs_empty = l) -> (((exists ff_h_gcrt_pairs_empty_left_residue. ff_h_gcrt_pairs_empty_left_residue + S (gcomp_left_residue_pairs_empty) = S ((S (gcomp_left_index_pairs_empty)) * s)) /\ exists ff_q_gcrt_pairs_empty_left_residue. r = ff_q_gcrt_pairs_empty_left_residue * S ((S (gcomp_left_index_pairs_empty)) * s) + (gcomp_left_residue_pairs_empty))) -> (((exists ff_h_gcrt_pairs_empty_right_residue. ff_h_gcrt_pairs_empty_right_residue + S (gcomp_right_residue_pairs_empty) = S ((S (gcomp_right_index_pairs_empty)) * s)) /\ exists ff_q_gcrt_pairs_empty_right_residue. r = ff_q_gcrt_pairs_empty_right_residue * S ((S (gcomp_right_index_pairs_empty)) * s) + (gcomp_right_residue_pairs_empty))) -> (((exists ff_h_gcrt_pairs_empty_left_modulus. ff_h_gcrt_pairs_empty_left_modulus + S (gcomp_left_modulus_pairs_empty) = S ((S (gcomp_left_index_pairs_empty)) * c)) /\ exists ff_q_gcrt_pairs_empty_left_modulus. b = ff_q_gcrt_pairs_empty_left_modulus * S ((S (gcomp_left_index_pairs_empty)) * c) + (gcomp_left_modulus_pairs_empty))) -> (((exists ff_h_gcrt_pairs_empty_right_modulus. ff_h_gcrt_pairs_empty_right_modulus + S (gcomp_right_modulus_pairs_empty) = S ((S (gcomp_right_index_pairs_empty)) * c)) /\ exists ff_q_gcrt_pairs_empty_right_modulus. b = ff_q_gcrt_pairs_empty_right_modulus * S ((S (gcomp_right_index_pairs_empty)) * c) + (gcomp_right_modulus_pairs_empty))) -> ((((exists hag_left_factor_gcomp_pairs_empty_gcd. gcomp_left_modulus_pairs_empty = gcomp_pair_gcd_pairs_empty * hag_left_factor_gcomp_pairs_empty_gcd) /\ (exists hag_right_factor_gcomp_pairs_empty_gcd. gcomp_right_modulus_pairs_empty = gcomp_pair_gcd_pairs_empty * hag_right_factor_gcomp_pairs_empty_gcd)) /\ forall hag_divisor_gcomp_pairs_empty_gcd. (exists hag_common_left_gcomp_pairs_empty_gcd. gcomp_left_modulus_pairs_empty = hag_divisor_gcomp_pairs_empty_gcd * hag_common_left_gcomp_pairs_empty_gcd) -> (exists hag_common_right_gcomp_pairs_empty_gcd. gcomp_right_modulus_pairs_empty = hag_divisor_gcomp_pairs_empty_gcd * hag_common_right_gcomp_pairs_empty_gcd) -> exists hag_greatest_factor_gcomp_pairs_empty_gcd. gcomp_pair_gcd_pairs_empty = hag_divisor_gcomp_pairs_empty_gcd * hag_greatest_factor_gcomp_pairs_empty_gcd)) -> (exists hgcrt_mod_left_gcrt_pairs_empty_result hgcrt_mod_right_gcrt_pairs_empty_result. gcomp_left_residue_pairs_empty + gcomp_pair_gcd_pairs_empty * hgcrt_mod_left_gcrt_pairs_empty_result = gcomp_right_residue_pairs_empty + gcomp_pair_gcd_pairs_empty * hgcrt_mod_right_gcrt_pairs_empty_result))Constructive proof overview
Generated structural guide
The empty actual residue/modulus list is pairwise gcd-compatible.
The unchanged tactic script uses 2 declared prerequisites and contains 29 exact native proof lines.
Alpha v34 checked-use · first admitted v25 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
le_zero Stable theorem; checked-use authorized succ_ne_zero 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–20
03Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
exfalso
04Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
rewrite hzero at hi
Original exact command ledger · 29 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro hzero - 0007
intro i - 0008
intro j - 0009
intro a - 0010
intro d - 0011
intro m - 0012
intro n - 0013
intro g - 0014
intro hi - 0015
intro hj - 0016
intro ha - 0017
intro hd - 0018
intro hm - 0019
intro hn - 0020
intro hg - 0021
exfalso - 0022
rewrite hzero at hi - 0023
have hbad : S i = 0 - 0024
specialize le_zero (S i) - 0025
apply le_zero - 0026
exact hi - 0027
specialize succ_ne_zero i - 0028
apply succ_ne_zero - 0029
exact hbad
Separate complete second-wave branches: Full G011 proof · Alpha v27.