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 expanded first-order arithmetic statement
forall b c L. (exists d e. ((forall mdr_i_pfp_shift_existsprefix mdr_a_pfp_shift_existsprefix. (exists mdr_gap_pfp_shift_existsprefixb. mdr_gap_pfp_shift_existsprefixb + S (mdr_i_pfp_shift_existsprefix) = (L)) -> (((exists ff_h_mdr_pfp_shift_existsprefixo. ff_h_mdr_pfp_shift_existsprefixo + S (mdr_a_pfp_shift_existsprefix) = S ((S (mdr_i_pfp_shift_existsprefix)) * c)) /\ exists ff_q_mdr_pfp_shift_existsprefixo. b = ff_q_mdr_pfp_shift_existsprefixo * S ((S (mdr_i_pfp_shift_existsprefix)) * c) + (mdr_a_pfp_shift_existsprefix))) -> (((exists ff_h_mdr_pfp_shift_existsprefixn. ff_h_mdr_pfp_shift_existsprefixn + S (mdr_a_pfp_shift_existsprefix) = S ((S (mdr_i_pfp_shift_existsprefix)) * e)) /\ exists ff_q_mdr_pfp_shift_existsprefixn. d = ff_q_mdr_pfp_shift_existsprefixn * S ((S (mdr_i_pfp_shift_existsprefix)) * e) + (mdr_a_pfp_shift_existsprefix)))) /\ ((((exists ff_h_pfp_shift_existslast. ff_h_pfp_shift_existslast + S (0) = S ((S (L)) * e)) /\ exists ff_q_pfp_shift_existslast. d = ff_q_pfp_shift_existslast * S ((S (L)) * e) + (0))))))Constructive proof overview
Generated structural guide
Construct a genuine trailing-zero prefix by the original beta-prefix extension theorem, including an empty source.
The unchanged tactic script uses 1 declared prerequisite and contains 17 exact native proof lines.
Alpha v34 checked-use · first admitted v34 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_prefix_extend Alpha 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
02Establish hL4–9
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta prefix extend.
03Separate the logical casesL10–12
04Construct an explicit witnessL13–14
05Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
Original exact command ledger · 17 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
have h : exists d e. ((((exists ff_h_pfp_shift_exists_last. ff_h_pfp_shift_exists_last + S (0) = S ((S (L)) * e)) /\ exists ff_q_pfp_shift_exists_last. d = ff_q_pfp_shift_exists_last * S ((S (L)) * e) + (0))) /\ ((forall mdr_i_pfp_shift_exists_prefix mdr_a_pfp_shift_exists_prefix. (exists mdr_gap_pfp_shift_exists_prefixb. mdr_gap_pfp_shift_exists_prefixb + S (mdr_i_pfp_shift_exists_prefix) = (L)) -> (((exists ff_h_mdr_pfp_shift_exists_prefixo. ff_h_mdr_pfp_shift_exists_prefixo + S (mdr_a_pfp_shift_exists_prefix) = S ((S (mdr_i_pfp_shift_exists_prefix)) * c)) /\ exists ff_q_mdr_pfp_shift_exists_prefixo. b = ff_q_mdr_pfp_shift_exists_prefixo * S ((S (mdr_i_pfp_shift_exists_prefix)) * c) + (mdr_a_pfp_shift_exists_prefix))) -> (((exists ff_h_mdr_pfp_shift_exists_prefixn. ff_h_mdr_pfp_shift_exists_prefixn + S (mdr_a_pfp_shift_exists_prefix) = S ((S (mdr_i_pfp_shift_exists_prefix)) * e)) /\ exists ff_q_mdr_pfp_shift_exists_prefixn. d = ff_q_mdr_pfp_shift_exists_prefixn * S ((S (mdr_i_pfp_shift_exists_prefix)) * e) + (mdr_a_pfp_shift_exists_prefix)))))) - 0005
specialize beta_prefix_extend (L) - 0006
specialize beta_prefix_extend (b) - 0007
specialize beta_prefix_extend (c) - 0008
specialize beta_prefix_extend (0) - 0009
apply beta_prefix_extend - 0010
cases h - 0011
cases h_witness - 0012
cases h_witness_witness - 0013
exists x - 0014
exists x1 - 0015
split - 0016
exact h_witness_witness_right - 0017
exact h_witness_witness_left