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 M i a r. (forall pftrim_index_suffix_entry pftrim_value_suffix_entry. (exists pfa_gap_suffix_entrybound. pfa_gap_suffix_entrybound + S (pftrim_index_suffix_entry) = (M)) -> (((exists ff_h_pfp_suffix_entrysource. ff_h_pfp_suffix_entrysource + S (pftrim_value_suffix_entry) = S ((S ((t)+pftrim_index_suffix_entry)) * c)) /\ exists ff_q_pfp_suffix_entrysource. b = ff_q_pfp_suffix_entrysource * S ((S ((t)+pftrim_index_suffix_entry)) * c) + (pftrim_value_suffix_entry))) -> (((exists ff_h_pfp_suffix_entryoutput. ff_h_pfp_suffix_entryoutput + S (pftrim_value_suffix_entry) = S ((S (pftrim_index_suffix_entry)) * e)) /\ exists ff_q_pfp_suffix_entryoutput. d = ff_q_pfp_suffix_entryoutput * S ((S (pftrim_index_suffix_entry)) * e) + (pftrim_value_suffix_entry)))) -> (exists pfa_gap_suffix_entry_bound. pfa_gap_suffix_entry_bound + S (i) = (M)) -> (((exists ff_h_pfp_suffix_entry_source. ff_h_pfp_suffix_entry_source + S (a) = S ((S (t+i)) * c)) /\ exists ff_q_pfp_suffix_entry_source. b = ff_q_pfp_suffix_entry_source * S ((S (t+i)) * c) + (a))) -> (((exists ff_h_pfp_suffix_entry_output. ff_h_pfp_suffix_entry_output + S (r) = S ((S (i)) * e)) /\ exists ff_q_pfp_suffix_entry_output. d = ff_q_pfp_suffix_entry_output * S ((S (i)) * e) + (r))) -> r=aConstructive proof overview
Generated structural guide
Every actual output decoding equals the input coefficient at the supplied shifted index.
The unchanged tactic script uses 1 declared prerequisite and contains 25 exact native proof lines.
Alpha v34 checked-use · first admitted v32 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
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–13
03Use earlier factsL14–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 25 lines
- 0001
intro b - 0002
intro c - 0003
intro t - 0004
intro d - 0005
intro e - 0006
intro M - 0007
intro i - 0008
intro a - 0009
intro r - 0010
intro h - 0011
intro hi - 0012
intro ha - 0013
intro hr - 0014
specialize beta_at_unique (d) - 0015
specialize beta_at_unique (e) - 0016
specialize beta_at_unique (i) - 0017
specialize beta_at_unique (r) - 0018
specialize beta_at_unique (a) - 0019
apply beta_at_unique - 0020
exact hr - 0021
specialize h (i) - 0022
specialize h (a) - 0023
apply h - 0024
exact hi - 0025
exact ha