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 y i a m. (forall gcrt_solution_index_pointwise_solution_left gcrt_solution_residue_pointwise_solution_left gcrt_solution_modulus_pointwise_solution_left. (exists ff_lt_gcrt_pointwise_solution_left_bound. ff_lt_gcrt_pointwise_solution_left_bound + S gcrt_solution_index_pointwise_solution_left = l) -> (((exists ff_h_gcrt_pointwise_solution_left_residue. ff_h_gcrt_pointwise_solution_left_residue + S (gcrt_solution_residue_pointwise_solution_left) = S ((S (gcrt_solution_index_pointwise_solution_left)) * s)) /\ exists ff_q_gcrt_pointwise_solution_left_residue. r = ff_q_gcrt_pointwise_solution_left_residue * S ((S (gcrt_solution_index_pointwise_solution_left)) * s) + (gcrt_solution_residue_pointwise_solution_left))) -> (((exists ff_h_gcrt_pointwise_solution_left_modulus. ff_h_gcrt_pointwise_solution_left_modulus + S (gcrt_solution_modulus_pointwise_solution_left) = S ((S (gcrt_solution_index_pointwise_solution_left)) * c)) /\ exists ff_q_gcrt_pointwise_solution_left_modulus. b = ff_q_gcrt_pointwise_solution_left_modulus * S ((S (gcrt_solution_index_pointwise_solution_left)) * c) + (gcrt_solution_modulus_pointwise_solution_left))) -> (exists hgcrt_mod_left_gcrt_pointwise_solution_left_congruence hgcrt_mod_right_gcrt_pointwise_solution_left_congruence. x + gcrt_solution_modulus_pointwise_solution_left * hgcrt_mod_left_gcrt_pointwise_solution_left_congruence = gcrt_solution_residue_pointwise_solution_left + gcrt_solution_modulus_pointwise_solution_left * hgcrt_mod_right_gcrt_pointwise_solution_left_congruence)) -> (forall gcrt_solution_index_pointwise_solution_right gcrt_solution_residue_pointwise_solution_right gcrt_solution_modulus_pointwise_solution_right. (exists ff_lt_gcrt_pointwise_solution_right_bound. ff_lt_gcrt_pointwise_solution_right_bound + S gcrt_solution_index_pointwise_solution_right = l) -> (((exists ff_h_gcrt_pointwise_solution_right_residue. ff_h_gcrt_pointwise_solution_right_residue + S (gcrt_solution_residue_pointwise_solution_right) = S ((S (gcrt_solution_index_pointwise_solution_right)) * s)) /\ exists ff_q_gcrt_pointwise_solution_right_residue. r = ff_q_gcrt_pointwise_solution_right_residue * S ((S (gcrt_solution_index_pointwise_solution_right)) * s) + (gcrt_solution_residue_pointwise_solution_right))) -> (((exists ff_h_gcrt_pointwise_solution_right_modulus. ff_h_gcrt_pointwise_solution_right_modulus + S (gcrt_solution_modulus_pointwise_solution_right) = S ((S (gcrt_solution_index_pointwise_solution_right)) * c)) /\ exists ff_q_gcrt_pointwise_solution_right_modulus. b = ff_q_gcrt_pointwise_solution_right_modulus * S ((S (gcrt_solution_index_pointwise_solution_right)) * c) + (gcrt_solution_modulus_pointwise_solution_right))) -> (exists hgcrt_mod_left_gcrt_pointwise_solution_right_congruence hgcrt_mod_right_gcrt_pointwise_solution_right_congruence. y + gcrt_solution_modulus_pointwise_solution_right * hgcrt_mod_left_gcrt_pointwise_solution_right_congruence = gcrt_solution_residue_pointwise_solution_right + gcrt_solution_modulus_pointwise_solution_right * hgcrt_mod_right_gcrt_pointwise_solution_right_congruence)) -> (exists ff_lt_gcrt_pointwise_index. ff_lt_gcrt_pointwise_index + S i = l) -> (((exists ff_h_gcrt_pointwise_residue. ff_h_gcrt_pointwise_residue + S (a) = S ((S (i)) * s)) /\ exists ff_q_gcrt_pointwise_residue. r = ff_q_gcrt_pointwise_residue * S ((S (i)) * s) + (a))) -> (((exists ff_h_gcrt_pointwise_modulus. ff_h_gcrt_pointwise_modulus + S (m) = S ((S (i)) * c)) /\ exists ff_q_gcrt_pointwise_modulus. b = ff_q_gcrt_pointwise_modulus * S ((S (i)) * c) + (m))) -> (exists hgcrt_mod_left_gcrt_pointwise_result hgcrt_mod_right_gcrt_pointwise_result. x + m * hgcrt_mod_left_gcrt_pointwise_result = y + m * hgcrt_mod_right_gcrt_pointwise_result)Constructive proof overview
Generated structural guide
Two simultaneous solutions are congruent modulo every actually decoded list modulus.
The unchanged tactic script uses 2 declared prerequisites and contains 38 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
mod_eq_symm Stable theorem; checked-use authorized mod_eq_trans 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–15
03Use earlier factsL16–25
04Use earlier factsL26–35
Original exact command ledger · 38 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro x - 0007
intro y - 0008
intro i - 0009
intro a - 0010
intro m - 0011
intro hx - 0012
intro hy - 0013
intro hi - 0014
intro ha - 0015
intro hm - 0016
specialize mod_eq_trans m - 0017
specialize mod_eq_trans x - 0018
specialize mod_eq_trans a - 0019
specialize mod_eq_trans y - 0020
apply mod_eq_trans - 0021
specialize hx i - 0022
specialize hx a - 0023
specialize hx m - 0024
apply hx - 0025
exact hi - 0026
exact ha - 0027
exact hm - 0028
specialize mod_eq_symm m - 0029
specialize mod_eq_symm y - 0030
specialize mod_eq_symm a - 0031
apply mod_eq_symm - 0032
specialize hy i - 0033
specialize hy a - 0034
specialize hy m - 0035
apply hy - 0036
exact hi - 0037
exact ha - 0038
exact hm
Separate complete second-wave branches: Full G011 proof · Alpha v27.