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 d e l i a. (forall pfp_i_reflect pfp_a_reflect. (exists pfp_gap_reflectbound. pfp_gap_reflectbound + S (pfp_i_reflect) = (l)) -> (((exists ff_h_pfp_reflectold. ff_h_pfp_reflectold + S (pfp_a_reflect) = S ((S (pfp_i_reflect)) * c)) /\ exists ff_q_pfp_reflectold. b = ff_q_pfp_reflectold * S ((S (pfp_i_reflect)) * c) + (pfp_a_reflect))) -> (((exists ff_h_pfp_reflectnew. ff_h_pfp_reflectnew + S (pfp_a_reflect) = S ((S (pfp_i_reflect)) * e)) /\ exists ff_q_pfp_reflectnew. d = ff_q_pfp_reflectnew * S ((S (pfp_i_reflect)) * e) + (pfp_a_reflect)))) -> (exists pfp_gap_reflect_index. pfp_gap_reflect_index + S (i) = (l)) -> (((exists ff_h_pfp_reflect_new. ff_h_pfp_reflect_new + S (a) = S ((S (i)) * e)) /\ exists ff_q_pfp_reflect_new. d = ff_q_pfp_reflect_new * S ((S (i)) * e) + (a))) -> (((exists ff_h_pfp_reflect_old. ff_h_pfp_reflect_old + S (a) = S ((S (i)) * c)) /\ exists ff_q_pfp_reflect_old. b = ff_q_pfp_reflect_old * S ((S (i)) * c) + (a)))Constructive proof overview
Generated structural guide
Actual beta functionality turns a finite forward entry preservation into reverse preservation at every original index.
The unchanged tactic script uses 2 declared prerequisites and contains 34 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · 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
02Establish holdL11–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at exists.
- L11
have hold : exists z. (((exists ff_h_pfp_reflect_witness. ff_h_pfp_reflect_witness + S (z) = S ((S (i)) * c)) /\ exists ff_q_pfp_reflect_witness. b = ff_q_pfp_reflect_witness * S ((S (i)) * c) + (z))) - L12
specialize beta_at_exists (b) - L13
specialize beta_at_exists (c) - L14
specialize beta_at_exists (i) - L15
apply beta_at_exists
03Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
cases hold
04Establish hmovedL17–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hp.
05Establish heqL23–32
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
06Calculate and transport equalitiesL33–33
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L33
rewrite heq
07Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
exact hold_witness
Original exact command ledger · 34 lines
- 0001
intro b - 0002
intro c - 0003
intro d - 0004
intro e - 0005
intro l - 0006
intro i - 0007
intro a - 0008
intro hp - 0009
intro hi - 0010
intro hnew - 0011
have hold : exists z. (((exists ff_h_pfp_reflect_witness. ff_h_pfp_reflect_witness + S (z) = S ((S (i)) * c)) /\ exists ff_q_pfp_reflect_witness. b = ff_q_pfp_reflect_witness * S ((S (i)) * c) + (z))) - 0012
specialize beta_at_exists (b) - 0013
specialize beta_at_exists (c) - 0014
specialize beta_at_exists (i) - 0015
apply beta_at_exists - 0016
cases hold - 0017
have hmoved : ((exists ff_h_pfp_reflect_moved. ff_h_pfp_reflect_moved + S (x) = S ((S (i)) * e)) /\ exists ff_q_pfp_reflect_moved. d = ff_q_pfp_reflect_moved * S ((S (i)) * e) + (x)) - 0018
specialize hp (i) - 0019
specialize hp (x) - 0020
apply hp - 0021
exact hi - 0022
exact hold_witness - 0023
have heq : a = x - 0024
specialize beta_at_unique (d) - 0025
specialize beta_at_unique (e) - 0026
specialize beta_at_unique (i) - 0027
specialize beta_at_unique (a) - 0028
specialize beta_at_unique (x) - 0029
apply beta_at_unique - 0030
exact hnew - 0031
exact hmoved - 0032
rewrite heq - 0033
rewrite heq - 0034
exact hold_witness