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 M. (forall gcrt_positive_index_gcomp_lcm_positive gcrt_positive_value_gcomp_lcm_positive. (exists ff_lt_gcrt_gcomp_lcm_positive_bound. ff_lt_gcrt_gcomp_lcm_positive_bound + S gcrt_positive_index_gcomp_lcm_positive = l) -> (((exists ff_h_gcrt_gcomp_lcm_positive_entry. ff_h_gcrt_gcomp_lcm_positive_entry + S (gcrt_positive_value_gcomp_lcm_positive) = S ((S (gcrt_positive_index_gcomp_lcm_positive)) * c)) /\ exists ff_q_gcrt_gcomp_lcm_positive_entry. b = ff_q_gcrt_gcomp_lcm_positive_entry * S ((S (gcrt_positive_index_gcomp_lcm_positive)) * c) + (gcrt_positive_value_gcomp_lcm_positive))) -> ~(gcrt_positive_value_gcomp_lcm_positive = 0)) -> (((forall gcrt_common_index_gcomp_lcm_nonzero_source_own gcrt_common_modulus_gcomp_lcm_nonzero_source_own. (exists ff_lt_gcrt_gcomp_lcm_nonzero_source_own_bound. ff_lt_gcrt_gcomp_lcm_nonzero_source_own_bound + S gcrt_common_index_gcomp_lcm_nonzero_source_own = l) -> (((exists ff_h_gcrt_gcomp_lcm_nonzero_source_own_entry. ff_h_gcrt_gcomp_lcm_nonzero_source_own_entry + S (gcrt_common_modulus_gcomp_lcm_nonzero_source_own) = S ((S (gcrt_common_index_gcomp_lcm_nonzero_source_own)) * c)) /\ exists ff_q_gcrt_gcomp_lcm_nonzero_source_own_entry. b = ff_q_gcrt_gcomp_lcm_nonzero_source_own_entry * S ((S (gcrt_common_index_gcomp_lcm_nonzero_source_own)) * c) + (gcrt_common_modulus_gcomp_lcm_nonzero_source_own))) -> exists gcrt_common_quotient_gcomp_lcm_nonzero_source_own. M = gcrt_common_modulus_gcomp_lcm_nonzero_source_own * gcrt_common_quotient_gcomp_lcm_nonzero_source_own) /\ forall gcrt_lcm_common_gcomp_lcm_nonzero_source. (forall gcrt_common_index_gcomp_lcm_nonzero_source_other gcrt_common_modulus_gcomp_lcm_nonzero_source_other. (exists ff_lt_gcrt_gcomp_lcm_nonzero_source_other_bound. ff_lt_gcrt_gcomp_lcm_nonzero_source_other_bound + S gcrt_common_index_gcomp_lcm_nonzero_source_other = l) -> (((exists ff_h_gcrt_gcomp_lcm_nonzero_source_other_entry. ff_h_gcrt_gcomp_lcm_nonzero_source_other_entry + S (gcrt_common_modulus_gcomp_lcm_nonzero_source_other) = S ((S (gcrt_common_index_gcomp_lcm_nonzero_source_other)) * c)) /\ exists ff_q_gcrt_gcomp_lcm_nonzero_source_other_entry. b = ff_q_gcrt_gcomp_lcm_nonzero_source_other_entry * S ((S (gcrt_common_index_gcomp_lcm_nonzero_source_other)) * c) + (gcrt_common_modulus_gcomp_lcm_nonzero_source_other))) -> exists gcrt_common_quotient_gcomp_lcm_nonzero_source_other. gcrt_lcm_common_gcomp_lcm_nonzero_source = gcrt_common_modulus_gcomp_lcm_nonzero_source_other * gcrt_common_quotient_gcomp_lcm_nonzero_source_other) -> exists gcrt_lcm_quotient_gcomp_lcm_nonzero_source. gcrt_lcm_common_gcomp_lcm_nonzero_source = M * gcrt_lcm_quotient_gcomp_lcm_nonzero_source)) -> ~(M = 0)Constructive proof overview
Generated structural guide
The exact universal-property LCM of every finite positive modulus prefix is nonzero, including the empty prefix.
The unchanged tactic script uses 4 declared prerequisites and contains 40 exact native proof lines.
Alpha v34 checked-use · first admitted v25 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_product_exists_unique Stable theorem; checked-use authorized crt_positive_moduli_prefix_product_nonzero Alpha theorem; checked-use authorized crt_prefix_product_common_multiple Alpha theorem; checked-use authorized mul_zero_left 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
02Use earlier factsL8–10
03Separate the logical casesL11–12
04Establish hnonzeroL13–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply crt positive moduli prefix product nonzero.
- L13
have hnonzero : ~(x = 0) - L14
specialize crt_positive_moduli_prefix_product_nonzero b - L15
specialize crt_positive_moduli_prefix_product_nonzero c - L16
specialize crt_positive_moduli_prefix_product_nonzero l - L17
specialize crt_positive_moduli_prefix_product_nonzero x - L18
intro hxzero - L19
apply crt_positive_moduli_prefix_product_nonzero - L20
exact hpositive - L21
exact beta_product_exists_unique_witness_left - L22
exact hxzero
05Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
cases hlcm
06Establish hmultipleL24–32
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hlcm right.
- L24
have hmultiple : exists q. x = M * q - L25
specialize hlcm_right x - L26
apply hlcm_right - L27
specialize crt_prefix_product_common_multiple b - L28
specialize crt_prefix_product_common_multiple c - L29
specialize crt_prefix_product_common_multiple l - L30
specialize crt_prefix_product_common_multiple x - L31
apply crt_prefix_product_common_multiple - L32
exact beta_product_exists_unique_witness_left
07Separate the logical casesL33–33
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L33
cases hmultiple
Original exact command ledger · 40 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro M - 0005
intro hpositive - 0006
intro hlcm - 0007
intro hzero - 0008
specialize beta_product_exists_unique b - 0009
specialize beta_product_exists_unique c - 0010
specialize beta_product_exists_unique l - 0011
cases beta_product_exists_unique - 0012
cases beta_product_exists_unique_witness - 0013
have hnonzero : ~(x = 0) - 0014
specialize crt_positive_moduli_prefix_product_nonzero b - 0015
specialize crt_positive_moduli_prefix_product_nonzero c - 0016
specialize crt_positive_moduli_prefix_product_nonzero l - 0017
specialize crt_positive_moduli_prefix_product_nonzero x - 0018
intro hxzero - 0019
apply crt_positive_moduli_prefix_product_nonzero - 0020
exact hpositive - 0021
exact beta_product_exists_unique_witness_left - 0022
exact hxzero - 0023
cases hlcm - 0024
have hmultiple : exists q. x = M * q - 0025
specialize hlcm_right x - 0026
apply hlcm_right - 0027
specialize crt_prefix_product_common_multiple b - 0028
specialize crt_prefix_product_common_multiple c - 0029
specialize crt_prefix_product_common_multiple l - 0030
specialize crt_prefix_product_common_multiple x - 0031
apply crt_prefix_product_common_multiple - 0032
exact beta_product_exists_unique_witness_left - 0033
cases hmultiple - 0034
have hxzero : x = 0 - 0035
trans M * x1 - 0036
exact hmultiple_witness - 0037
rewrite hzero - 0038
apply mul_zero_left - 0039
apply hnonzero - 0040
exact hxzero
Separate complete second-wave branches: Full G011 proof · Alpha v27.