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 x y. (((forall gcrt_common_index_lcm_unique_left_own gcrt_common_modulus_lcm_unique_left_own. (exists ff_lt_gcrt_lcm_unique_left_own_bound. ff_lt_gcrt_lcm_unique_left_own_bound + S gcrt_common_index_lcm_unique_left_own = l) -> (((exists ff_h_gcrt_lcm_unique_left_own_entry. ff_h_gcrt_lcm_unique_left_own_entry + S (gcrt_common_modulus_lcm_unique_left_own) = S ((S (gcrt_common_index_lcm_unique_left_own)) * c)) /\ exists ff_q_gcrt_lcm_unique_left_own_entry. b = ff_q_gcrt_lcm_unique_left_own_entry * S ((S (gcrt_common_index_lcm_unique_left_own)) * c) + (gcrt_common_modulus_lcm_unique_left_own))) -> exists gcrt_common_quotient_lcm_unique_left_own. x = gcrt_common_modulus_lcm_unique_left_own * gcrt_common_quotient_lcm_unique_left_own) /\ forall gcrt_lcm_common_lcm_unique_left. (forall gcrt_common_index_lcm_unique_left_other gcrt_common_modulus_lcm_unique_left_other. (exists ff_lt_gcrt_lcm_unique_left_other_bound. ff_lt_gcrt_lcm_unique_left_other_bound + S gcrt_common_index_lcm_unique_left_other = l) -> (((exists ff_h_gcrt_lcm_unique_left_other_entry. ff_h_gcrt_lcm_unique_left_other_entry + S (gcrt_common_modulus_lcm_unique_left_other) = S ((S (gcrt_common_index_lcm_unique_left_other)) * c)) /\ exists ff_q_gcrt_lcm_unique_left_other_entry. b = ff_q_gcrt_lcm_unique_left_other_entry * S ((S (gcrt_common_index_lcm_unique_left_other)) * c) + (gcrt_common_modulus_lcm_unique_left_other))) -> exists gcrt_common_quotient_lcm_unique_left_other. gcrt_lcm_common_lcm_unique_left = gcrt_common_modulus_lcm_unique_left_other * gcrt_common_quotient_lcm_unique_left_other) -> exists gcrt_lcm_quotient_lcm_unique_left. gcrt_lcm_common_lcm_unique_left = x * gcrt_lcm_quotient_lcm_unique_left)) -> (((forall gcrt_common_index_lcm_unique_right_own gcrt_common_modulus_lcm_unique_right_own. (exists ff_lt_gcrt_lcm_unique_right_own_bound. ff_lt_gcrt_lcm_unique_right_own_bound + S gcrt_common_index_lcm_unique_right_own = l) -> (((exists ff_h_gcrt_lcm_unique_right_own_entry. ff_h_gcrt_lcm_unique_right_own_entry + S (gcrt_common_modulus_lcm_unique_right_own) = S ((S (gcrt_common_index_lcm_unique_right_own)) * c)) /\ exists ff_q_gcrt_lcm_unique_right_own_entry. b = ff_q_gcrt_lcm_unique_right_own_entry * S ((S (gcrt_common_index_lcm_unique_right_own)) * c) + (gcrt_common_modulus_lcm_unique_right_own))) -> exists gcrt_common_quotient_lcm_unique_right_own. y = gcrt_common_modulus_lcm_unique_right_own * gcrt_common_quotient_lcm_unique_right_own) /\ forall gcrt_lcm_common_lcm_unique_right. (forall gcrt_common_index_lcm_unique_right_other gcrt_common_modulus_lcm_unique_right_other. (exists ff_lt_gcrt_lcm_unique_right_other_bound. ff_lt_gcrt_lcm_unique_right_other_bound + S gcrt_common_index_lcm_unique_right_other = l) -> (((exists ff_h_gcrt_lcm_unique_right_other_entry. ff_h_gcrt_lcm_unique_right_other_entry + S (gcrt_common_modulus_lcm_unique_right_other) = S ((S (gcrt_common_index_lcm_unique_right_other)) * c)) /\ exists ff_q_gcrt_lcm_unique_right_other_entry. b = ff_q_gcrt_lcm_unique_right_other_entry * S ((S (gcrt_common_index_lcm_unique_right_other)) * c) + (gcrt_common_modulus_lcm_unique_right_other))) -> exists gcrt_common_quotient_lcm_unique_right_other. gcrt_lcm_common_lcm_unique_right = gcrt_common_modulus_lcm_unique_right_other * gcrt_common_quotient_lcm_unique_right_other) -> exists gcrt_lcm_quotient_lcm_unique_right. gcrt_lcm_common_lcm_unique_right = y * gcrt_lcm_quotient_lcm_unique_right)) -> x = yConstructive proof overview
Generated structural guide
The universal-property lcm of any decoded finite modulus prefix is unique whenever it exists.
The unchanged tactic script uses 1 declared prerequisite and contains 18 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
multiple_antisymm 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–7
02Separate the logical casesL8–9
03Use earlier factsL10–18
Original exact command ledger · 18 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro x - 0005
intro y - 0006
intro hx - 0007
intro hy - 0008
cases hx - 0009
cases hy - 0010
specialize multiple_antisymm x - 0011
specialize multiple_antisymm y - 0012
apply multiple_antisymm - 0013
specialize hx_right y - 0014
apply hx_right - 0015
exact hy_left - 0016
specialize hy_right x - 0017
apply hy_right - 0018
exact hx_left
Separate complete second-wave branches: Full G011 proof · Alpha v27.