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. (exists ff_u_gcrt_product_multiple ff_v_gcrt_product_multiple. ((((exists ff_h_gcrt_product_multiple_start. ff_h_gcrt_product_multiple_start + S (1) = S ((S (0)) * ff_v_gcrt_product_multiple)) /\ exists ff_q_gcrt_product_multiple_start. ff_u_gcrt_product_multiple = ff_q_gcrt_product_multiple_start * S ((S (0)) * ff_v_gcrt_product_multiple) + (1))) /\ ((((exists ff_h_gcrt_product_multiple_terminal. ff_h_gcrt_product_multiple_terminal + S (x) = S ((S (l)) * ff_v_gcrt_product_multiple)) /\ exists ff_q_gcrt_product_multiple_terminal. ff_u_gcrt_product_multiple = ff_q_gcrt_product_multiple_terminal * S ((S (l)) * ff_v_gcrt_product_multiple) + (x))) /\ forall ff_i_gcrt_product_multiple. (exists ff_lt_gcrt_product_multiple_bound. ff_lt_gcrt_product_multiple_bound + S ff_i_gcrt_product_multiple = l) -> exists ff_p_gcrt_product_multiple ff_r_gcrt_product_multiple ff_s_gcrt_product_multiple. ((((exists ff_h_gcrt_product_multiple_factor. ff_h_gcrt_product_multiple_factor + S (ff_p_gcrt_product_multiple) = S ((S (ff_i_gcrt_product_multiple)) * c)) /\ exists ff_q_gcrt_product_multiple_factor. b = ff_q_gcrt_product_multiple_factor * S ((S (ff_i_gcrt_product_multiple)) * c) + (ff_p_gcrt_product_multiple))) /\ ((((exists ff_h_gcrt_product_multiple_partial. ff_h_gcrt_product_multiple_partial + S (ff_r_gcrt_product_multiple) = S ((S (ff_i_gcrt_product_multiple)) * ff_v_gcrt_product_multiple)) /\ exists ff_q_gcrt_product_multiple_partial. ff_u_gcrt_product_multiple = ff_q_gcrt_product_multiple_partial * S ((S (ff_i_gcrt_product_multiple)) * ff_v_gcrt_product_multiple) + (ff_r_gcrt_product_multiple))) /\ ((((exists ff_h_gcrt_product_multiple_successor. ff_h_gcrt_product_multiple_successor + S (ff_s_gcrt_product_multiple) = S ((S (S ff_i_gcrt_product_multiple)) * ff_v_gcrt_product_multiple)) /\ exists ff_q_gcrt_product_multiple_successor. ff_u_gcrt_product_multiple = ff_q_gcrt_product_multiple_successor * S ((S (S ff_i_gcrt_product_multiple)) * ff_v_gcrt_product_multiple) + (ff_s_gcrt_product_multiple))) /\ ff_s_gcrt_product_multiple = ff_r_gcrt_product_multiple * ff_p_gcrt_product_multiple)))))) -> (forall gcrt_common_index_product_multiple_result gcrt_common_modulus_product_multiple_result. (exists ff_lt_gcrt_product_multiple_result_bound. ff_lt_gcrt_product_multiple_result_bound + S gcrt_common_index_product_multiple_result = l) -> (((exists ff_h_gcrt_product_multiple_result_entry. ff_h_gcrt_product_multiple_result_entry + S (gcrt_common_modulus_product_multiple_result) = S ((S (gcrt_common_index_product_multiple_result)) * c)) /\ exists ff_q_gcrt_product_multiple_result_entry. b = ff_q_gcrt_product_multiple_result_entry * S ((S (gcrt_common_index_product_multiple_result)) * c) + (gcrt_common_modulus_product_multiple_result))) -> exists gcrt_common_quotient_product_multiple_result. x = gcrt_common_modulus_product_multiple_result * gcrt_common_quotient_product_multiple_result)Constructive proof overview
Generated structural guide
The actual finite beta-product is a common multiple of every decoded modulus.
The unchanged tactic script uses 1 declared prerequisite and contains 19 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_factor_divides_product 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–9
02Use earlier factsL10–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
specialize beta_factor_divides_product b - L11
specialize beta_factor_divides_product c - L12
specialize beta_factor_divides_product l - L13
specialize beta_factor_divides_product x - L14
specialize beta_factor_divides_product i - L15
specialize beta_factor_divides_product m - L16
apply beta_factor_divides_product - L17
exact hi - L18
exact hm - L19
exact hproduct
Original exact command ledger · 19 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro x - 0005
intro hproduct - 0006
intro i - 0007
intro m - 0008
intro hi - 0009
intro hm - 0010
specialize beta_factor_divides_product b - 0011
specialize beta_factor_divides_product c - 0012
specialize beta_factor_divides_product l - 0013
specialize beta_factor_divides_product x - 0014
specialize beta_factor_divides_product i - 0015
specialize beta_factor_divides_product m - 0016
apply beta_factor_divides_product - 0017
exact hi - 0018
exact hm - 0019
exact hproduct
Separate complete second-wave branches: Full G011 proof · Alpha v27.