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 t d e f g M. (forall pftrim_index_suffix_equal_left pftrim_value_suffix_equal_left. (exists pfa_gap_suffix_equal_leftbound. pfa_gap_suffix_equal_leftbound + S (pftrim_index_suffix_equal_left) = (M)) -> (((exists ff_h_pfp_suffix_equal_leftsource. ff_h_pfp_suffix_equal_leftsource + S (pftrim_value_suffix_equal_left) = S ((S ((t)+pftrim_index_suffix_equal_left)) * c)) /\ exists ff_q_pfp_suffix_equal_leftsource. b = ff_q_pfp_suffix_equal_leftsource * S ((S ((t)+pftrim_index_suffix_equal_left)) * c) + (pftrim_value_suffix_equal_left))) -> (((exists ff_h_pfp_suffix_equal_leftoutput. ff_h_pfp_suffix_equal_leftoutput + S (pftrim_value_suffix_equal_left) = S ((S (pftrim_index_suffix_equal_left)) * e)) /\ exists ff_q_pfp_suffix_equal_leftoutput. d = ff_q_pfp_suffix_equal_leftoutput * S ((S (pftrim_index_suffix_equal_left)) * e) + (pftrim_value_suffix_equal_left)))) -> (forall pftrim_index_suffix_equal_right pftrim_value_suffix_equal_right. (exists pfa_gap_suffix_equal_rightbound. pfa_gap_suffix_equal_rightbound + S (pftrim_index_suffix_equal_right) = (M)) -> (((exists ff_h_pfp_suffix_equal_rightsource. ff_h_pfp_suffix_equal_rightsource + S (pftrim_value_suffix_equal_right) = S ((S ((t)+pftrim_index_suffix_equal_right)) * c)) /\ exists ff_q_pfp_suffix_equal_rightsource. b = ff_q_pfp_suffix_equal_rightsource * S ((S ((t)+pftrim_index_suffix_equal_right)) * c) + (pftrim_value_suffix_equal_right))) -> (((exists ff_h_pfp_suffix_equal_rightoutput. ff_h_pfp_suffix_equal_rightoutput + S (pftrim_value_suffix_equal_right) = S ((S (pftrim_index_suffix_equal_right)) * g)) /\ exists ff_q_pfp_suffix_equal_rightoutput. f = ff_q_pfp_suffix_equal_rightoutput * S ((S (pftrim_index_suffix_equal_right)) * g) + (pftrim_value_suffix_equal_right)))) -> (forall mdr_i_pfp_suffix_equal_result mdr_a_pfp_suffix_equal_result. (exists mdr_gap_pfp_suffix_equal_resultb. mdr_gap_pfp_suffix_equal_resultb + S (mdr_i_pfp_suffix_equal_result) = (M)) -> (((exists ff_h_mdr_pfp_suffix_equal_resulto. ff_h_mdr_pfp_suffix_equal_resulto + S (mdr_a_pfp_suffix_equal_result) = S ((S (mdr_i_pfp_suffix_equal_result)) * e)) /\ exists ff_q_mdr_pfp_suffix_equal_resulto. d = ff_q_mdr_pfp_suffix_equal_resulto * S ((S (mdr_i_pfp_suffix_equal_result)) * e) + (mdr_a_pfp_suffix_equal_result))) -> (((exists ff_h_mdr_pfp_suffix_equal_resultn. ff_h_mdr_pfp_suffix_equal_resultn + S (mdr_a_pfp_suffix_equal_result) = S ((S (mdr_i_pfp_suffix_equal_result)) * g)) /\ exists ff_q_mdr_pfp_suffix_equal_resultn. f = ff_q_mdr_pfp_suffix_equal_resultn * S ((S (mdr_i_pfp_suffix_equal_result)) * g) + (mdr_a_pfp_suffix_equal_result))))Constructive proof overview
Generated structural guide
Two actual suffix encodings agree at every decoded prefix position, without asserting equality of raw codes.
The unchanged tactic script uses 2 declared prerequisites and contains 40 exact native proof lines.
Alpha v34 checked-use · first admitted v32 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_at_exists Stable theorem; checked-use authorized beta_at_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–10
02Fix variables and assumptionsL11–14
03Establish hzL15–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at exists.
- L15
have hz : exists z. (((exists ff_h_pfp_suffix_equal_source. ff_h_pfp_suffix_equal_source + S (z) = S ((S (t+i)) * c)) /\ exists ff_q_pfp_suffix_equal_source. b = ff_q_pfp_suffix_equal_source * S ((S (t+i)) * c) + (z))) - L16
specialize beta_at_exists (b) - L17
specialize beta_at_exists (c) - L18
specialize beta_at_exists (t+i) - L19
apply beta_at_exists
04Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
cases hz
05Establish heqL21–30
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
06Use earlier factsL31–33
07Calculate and transport equalitiesL34–35
Original exact command ledger · 40 lines
- 0001
intro b - 0002
intro c - 0003
intro t - 0004
intro d - 0005
intro e - 0006
intro f - 0007
intro g - 0008
intro M - 0009
intro hd - 0010
intro hf - 0011
intro i - 0012
intro a - 0013
intro hi - 0014
intro ha - 0015
have hz : exists z. (((exists ff_h_pfp_suffix_equal_source. ff_h_pfp_suffix_equal_source + S (z) = S ((S (t+i)) * c)) /\ exists ff_q_pfp_suffix_equal_source. b = ff_q_pfp_suffix_equal_source * S ((S (t+i)) * c) + (z))) - 0016
specialize beta_at_exists (b) - 0017
specialize beta_at_exists (c) - 0018
specialize beta_at_exists (t+i) - 0019
apply beta_at_exists - 0020
cases hz - 0021
have heq : a=x - 0022
specialize beta_at_unique (d) - 0023
specialize beta_at_unique (e) - 0024
specialize beta_at_unique (i) - 0025
specialize beta_at_unique (a) - 0026
specialize beta_at_unique (x) - 0027
apply beta_at_unique - 0028
exact ha - 0029
specialize hd (i) - 0030
specialize hd (x) - 0031
apply hd - 0032
exact hi - 0033
exact hz_witness - 0034
rewrite heq - 0035
rewrite heq - 0036
specialize hf (i) - 0037
specialize hf (x) - 0038
apply hf - 0039
exact hi - 0040
exact hz_witness