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 a m. (forall gcrt_solution_index_intro_prefix gcrt_solution_residue_intro_prefix gcrt_solution_modulus_intro_prefix. (exists ff_lt_gcrt_intro_prefix_bound. ff_lt_gcrt_intro_prefix_bound + S gcrt_solution_index_intro_prefix = l) -> (((exists ff_h_gcrt_intro_prefix_residue. ff_h_gcrt_intro_prefix_residue + S (gcrt_solution_residue_intro_prefix) = S ((S (gcrt_solution_index_intro_prefix)) * s)) /\ exists ff_q_gcrt_intro_prefix_residue. r = ff_q_gcrt_intro_prefix_residue * S ((S (gcrt_solution_index_intro_prefix)) * s) + (gcrt_solution_residue_intro_prefix))) -> (((exists ff_h_gcrt_intro_prefix_modulus. ff_h_gcrt_intro_prefix_modulus + S (gcrt_solution_modulus_intro_prefix) = S ((S (gcrt_solution_index_intro_prefix)) * c)) /\ exists ff_q_gcrt_intro_prefix_modulus. b = ff_q_gcrt_intro_prefix_modulus * S ((S (gcrt_solution_index_intro_prefix)) * c) + (gcrt_solution_modulus_intro_prefix))) -> (exists hgcrt_mod_left_gcrt_intro_prefix_congruence hgcrt_mod_right_gcrt_intro_prefix_congruence. x + gcrt_solution_modulus_intro_prefix * hgcrt_mod_left_gcrt_intro_prefix_congruence = gcrt_solution_residue_intro_prefix + gcrt_solution_modulus_intro_prefix * hgcrt_mod_right_gcrt_intro_prefix_congruence)) -> (((exists ff_h_gcrt_intro_last_residue. ff_h_gcrt_intro_last_residue + S (a) = S ((S (l)) * s)) /\ exists ff_q_gcrt_intro_last_residue. r = ff_q_gcrt_intro_last_residue * S ((S (l)) * s) + (a))) -> (((exists ff_h_gcrt_intro_last_modulus. ff_h_gcrt_intro_last_modulus + S (m) = S ((S (l)) * c)) /\ exists ff_q_gcrt_intro_last_modulus. b = ff_q_gcrt_intro_last_modulus * S ((S (l)) * c) + (m))) -> (exists hgcrt_mod_left_gcrt_intro_last_congruence hgcrt_mod_right_gcrt_intro_last_congruence. x + m * hgcrt_mod_left_gcrt_intro_last_congruence = a + m * hgcrt_mod_right_gcrt_intro_last_congruence) -> (forall gcrt_solution_index_intro_result gcrt_solution_residue_intro_result gcrt_solution_modulus_intro_result. (exists ff_lt_gcrt_intro_result_bound. ff_lt_gcrt_intro_result_bound + S gcrt_solution_index_intro_result = S l) -> (((exists ff_h_gcrt_intro_result_residue. ff_h_gcrt_intro_result_residue + S (gcrt_solution_residue_intro_result) = S ((S (gcrt_solution_index_intro_result)) * s)) /\ exists ff_q_gcrt_intro_result_residue. r = ff_q_gcrt_intro_result_residue * S ((S (gcrt_solution_index_intro_result)) * s) + (gcrt_solution_residue_intro_result))) -> (((exists ff_h_gcrt_intro_result_modulus. ff_h_gcrt_intro_result_modulus + S (gcrt_solution_modulus_intro_result) = S ((S (gcrt_solution_index_intro_result)) * c)) /\ exists ff_q_gcrt_intro_result_modulus. b = ff_q_gcrt_intro_result_modulus * S ((S (gcrt_solution_index_intro_result)) * c) + (gcrt_solution_modulus_intro_result))) -> (exists hgcrt_mod_left_gcrt_intro_result_congruence hgcrt_mod_right_gcrt_intro_result_congruence. x + gcrt_solution_modulus_intro_result * hgcrt_mod_left_gcrt_intro_result_congruence = gcrt_solution_residue_intro_result + gcrt_solution_modulus_intro_result * hgcrt_mod_right_gcrt_intro_result_congruence))Constructive proof overview
Generated structural guide
A solved predecessor prefix extends exactly when the actual last decoded congruence holds.
The unchanged tactic script uses 2 declared prerequisites and contains 57 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
finite_lt_succ_eq_or_lt Stable theorem; checked-use authorized beta_at_unique 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–18
03Establish hsplitL19–23
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply finite lt succ eq or lt.
04Separate the logical casesL24–24
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L24
cases hsplit
05Calculate and transport equalitiesL25–28
06Establish hresidueL29–37
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
07Establish hmodulusL38–47
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
08Calculate and transport equalitiesL48–49
Original exact command ledger · 57 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro x - 0007
intro a - 0008
intro m - 0009
intro hprefix - 0010
intro ha - 0011
intro hm - 0012
intro hnew - 0013
intro i - 0014
intro q - 0015
intro n - 0016
intro hi - 0017
intro hq - 0018
intro hn - 0019
have hsplit : i = l \/ exists gap. gap + S i = l - 0020
specialize finite_lt_succ_eq_or_lt l - 0021
specialize finite_lt_succ_eq_or_lt i - 0022
apply finite_lt_succ_eq_or_lt - 0023
exact hi - 0024
cases hsplit - 0025
rewrite hsplit_left at hq - 0026
rewrite hsplit_left at hq - 0027
rewrite hsplit_left at hn - 0028
rewrite hsplit_left at hn - 0029
have hresidue : q = a - 0030
specialize beta_at_unique r - 0031
specialize beta_at_unique s - 0032
specialize beta_at_unique l - 0033
specialize beta_at_unique q - 0034
specialize beta_at_unique a - 0035
apply beta_at_unique - 0036
exact hq - 0037
exact ha - 0038
have hmodulus : n = m - 0039
specialize beta_at_unique b - 0040
specialize beta_at_unique c - 0041
specialize beta_at_unique l - 0042
specialize beta_at_unique n - 0043
specialize beta_at_unique m - 0044
apply beta_at_unique - 0045
exact hn - 0046
exact hm - 0047
rewrite hmodulus - 0048
rewrite hmodulus - 0049
rewrite hresidue - 0050
exact hnew - 0051
specialize hprefix i - 0052
specialize hprefix q - 0053
specialize hprefix n - 0054
apply hprefix - 0055
exact hsplit_right - 0056
exact hq - 0057
exact hn
Separate complete second-wave branches: Full G011 proof · Alpha v27.