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. exists n. (exists ff_u_fsat_product_exists ff_v_fsat_product_exists. ((((exists ff_h_fsat_product_exists_start. ff_h_fsat_product_exists_start + S (1) = S ((S (0)) * ff_v_fsat_product_exists)) /\ exists ff_q_fsat_product_exists_start. ff_u_fsat_product_exists = ff_q_fsat_product_exists_start * S ((S (0)) * ff_v_fsat_product_exists) + (1))) /\ ((((exists ff_h_fsat_product_exists_terminal. ff_h_fsat_product_exists_terminal + S (n) = S ((S (l)) * ff_v_fsat_product_exists)) /\ exists ff_q_fsat_product_exists_terminal. ff_u_fsat_product_exists = ff_q_fsat_product_exists_terminal * S ((S (l)) * ff_v_fsat_product_exists) + (n))) /\ forall ff_i_fsat_product_exists. (exists ff_lt_fsat_product_exists_bound. ff_lt_fsat_product_exists_bound + S ff_i_fsat_product_exists = l) -> exists ff_p_fsat_product_exists ff_r_fsat_product_exists ff_s_fsat_product_exists. ((((exists ff_h_fsat_product_exists_factor. ff_h_fsat_product_exists_factor + S (ff_p_fsat_product_exists) = S ((S (ff_i_fsat_product_exists)) * c)) /\ exists ff_q_fsat_product_exists_factor. b = ff_q_fsat_product_exists_factor * S ((S (ff_i_fsat_product_exists)) * c) + (ff_p_fsat_product_exists))) /\ ((((exists ff_h_fsat_product_exists_partial. ff_h_fsat_product_exists_partial + S (ff_r_fsat_product_exists) = S ((S (ff_i_fsat_product_exists)) * ff_v_fsat_product_exists)) /\ exists ff_q_fsat_product_exists_partial. ff_u_fsat_product_exists = ff_q_fsat_product_exists_partial * S ((S (ff_i_fsat_product_exists)) * ff_v_fsat_product_exists) + (ff_r_fsat_product_exists))) /\ ((((exists ff_h_fsat_product_exists_successor. ff_h_fsat_product_exists_successor + S (ff_s_fsat_product_exists) = S ((S (S ff_i_fsat_product_exists)) * ff_v_fsat_product_exists)) /\ exists ff_q_fsat_product_exists_successor. ff_u_fsat_product_exists = ff_q_fsat_product_exists_successor * S ((S (S ff_i_fsat_product_exists)) * ff_v_fsat_product_exists) + (ff_s_fsat_product_exists))) /\ ff_s_fsat_product_exists = ff_r_fsat_product_exists * ff_p_fsat_product_exists))))))Constructive proof overview
Generated structural guide
Construct an actual product value and trace for every finite beta prefix, including empty prefixes.
The unchanged tactic script uses 1 declared prerequisite and contains 10 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_product_exists_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–3
02Use earlier factsL4–6
03Separate the logical casesL7–8
04Construct an explicit witnessL9–9
Supply the displayed value, then prove that it has the required property.
- L9
exists x
05Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
exact beta_product_exists_unique_witness_left
Original exact command ledger · 10 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
specialize beta_product_exists_unique b - 0005
specialize beta_product_exists_unique c - 0006
specialize beta_product_exists_unique l - 0007
cases beta_product_exists_unique - 0008
cases beta_product_exists_unique_witness - 0009
exists x - 0010
exact beta_product_exists_unique_witness_left