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 x. l = 0 -> (forall gcrt_solution_index_solution_empty gcrt_solution_residue_solution_empty gcrt_solution_modulus_solution_empty. (exists ff_lt_gcrt_solution_empty_bound. ff_lt_gcrt_solution_empty_bound + S gcrt_solution_index_solution_empty = l) -> (((exists ff_h_gcrt_solution_empty_residue. ff_h_gcrt_solution_empty_residue + S (gcrt_solution_residue_solution_empty) = S ((S (gcrt_solution_index_solution_empty)) * s)) /\ exists ff_q_gcrt_solution_empty_residue. r = ff_q_gcrt_solution_empty_residue * S ((S (gcrt_solution_index_solution_empty)) * s) + (gcrt_solution_residue_solution_empty))) -> (((exists ff_h_gcrt_solution_empty_modulus. ff_h_gcrt_solution_empty_modulus + S (gcrt_solution_modulus_solution_empty) = S ((S (gcrt_solution_index_solution_empty)) * c)) /\ exists ff_q_gcrt_solution_empty_modulus. b = ff_q_gcrt_solution_empty_modulus * S ((S (gcrt_solution_index_solution_empty)) * c) + (gcrt_solution_modulus_solution_empty))) -> (exists hgcrt_mod_left_gcrt_solution_empty_congruence hgcrt_mod_right_gcrt_solution_empty_congruence. x + gcrt_solution_modulus_solution_empty * hgcrt_mod_left_gcrt_solution_empty_congruence = gcrt_solution_residue_solution_empty + gcrt_solution_modulus_solution_empty * hgcrt_mod_right_gcrt_solution_empty_congruence))Constructive proof overview
Generated structural guide
Every natural number solves the empty simultaneous-congruence system.
The unchanged tactic script uses 2 declared prerequisites and contains 22 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · 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–13
03Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
exfalso
04Calculate and transport equalitiesL15–15
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L15
rewrite hz at hi
Original exact command ledger · 22 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro x - 0007
intro hz - 0008
intro i - 0009
intro a - 0010
intro m - 0011
intro hi - 0012
intro ha - 0013
intro hm - 0014
exfalso - 0015
rewrite hz at hi - 0016
have hbad : S i = 0 - 0017
specialize le_zero (S i) - 0018
apply le_zero - 0019
exact hi - 0020
specialize succ_ne_zero i - 0021
apply succ_ne_zero - 0022
exact hbad
Separate complete second-wave branches: Full G011 proof · Alpha v27.