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 p t r s l i j. (forall fms_i_indices. (exists fms_gap_indices. fms_gap_indices + S (fms_i_indices) = (l)) -> exists fms_j_indices. (((exists fs_h_fms_indices_entry. fs_h_fms_indices_entry + S (fms_j_indices) = S ((S (fms_i_indices)) * s)) /\ exists fs_q_fms_indices_entry. r = fs_q_fms_indices_entry * S ((S (fms_i_indices)) * s) + (fms_j_indices))) /\ ((exists fms_gap_indices_bound. fms_gap_indices_bound + S (fms_j_indices) = (p)) /\ (exists fms_u_indices fms_v_indices. (fms_i_indices+t) + (p) * fms_u_indices = (fms_j_indices) + (p) * fms_v_indices))) -> (exists fms_gap_lt. fms_gap_lt + S (i) = (l)) -> (((exists fs_h_fms_index_entry. fs_h_fms_index_entry + S (j) = S ((S (i)) * s)) /\ exists fs_q_fms_index_entry. r = fs_q_fms_index_entry * S ((S (i)) * s) + (j))) -> (exists fms_gap_lt. fms_gap_lt + S (j) = (p)) /\ (exists fms_u_mod fms_v_mod. (i+t) + (p) * fms_u_mod = (j) + (p) * fms_v_mod)Constructive proof overview
Generated structural guide
Every actual decoded modular-translation index has the canonical bound and the required congruence.
The unchanged tactic script uses 1 declared prerequisite and contains 28 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · 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
02Establish hvL11–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hindices.
- L11
have hv : exists v. (((exists fs_h_fms_index_chosen. fs_h_fms_index_chosen + S (v) = S ((S (i)) * s)) /\ exists fs_q_fms_index_chosen. r = fs_q_fms_index_chosen * S ((S (i)) * s) + (v))) /\ ((exists fms_gap_lt. fms_gap_lt + S (v) = (p)) /\ (exists fms_u_mod fms_v_mod. (i+t) + (p) * fms_u_mod = (v) + (p) * fms_v_mod)) - L12
specialize hindices i - L13
apply hindices - L14
exact hi
03Separate the logical casesL15–16
04Establish heL17–26
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
05Calculate and transport equalitiesL27–27
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L27
rewrite he at hv_witness_right
06Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hv_witness_right
Original exact command ledger · 28 lines
- 0001
intro p - 0002
intro t - 0003
intro r - 0004
intro s - 0005
intro l - 0006
intro i - 0007
intro j - 0008
intro hindices - 0009
intro hi - 0010
intro hj - 0011
have hv : exists v. (((exists fs_h_fms_index_chosen. fs_h_fms_index_chosen + S (v) = S ((S (i)) * s)) /\ exists fs_q_fms_index_chosen. r = fs_q_fms_index_chosen * S ((S (i)) * s) + (v))) /\ ((exists fms_gap_lt. fms_gap_lt + S (v) = (p)) /\ (exists fms_u_mod fms_v_mod. (i+t) + (p) * fms_u_mod = (v) + (p) * fms_v_mod)) - 0012
specialize hindices i - 0013
apply hindices - 0014
exact hi - 0015
cases hv - 0016
cases hv_witness - 0017
have he : x=j - 0018
specialize beta_at_unique r - 0019
specialize beta_at_unique s - 0020
specialize beta_at_unique i - 0021
specialize beta_at_unique x - 0022
specialize beta_at_unique j - 0023
apply beta_at_unique - 0024
exact hv_witness_left - 0025
exact hj - 0026
rewrite he at hv_witness_right - 0027
rewrite he at hv_witness_right - 0028
exact hv_witness_right