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 i a. (((exists fs_h_fms_value_one. fs_h_fms_value_one + S (a) = S ((S (i)) * c)) /\ exists fs_q_fms_value_one. b = fs_q_fms_value_one * S ((S (i)) * c) + (a))) -> ((((a=1) -> (((exists fs_h_fms_value_one_result. fs_h_fms_value_one_result + S (1) = S ((S (i)) * c)) /\ exists fs_q_fms_value_one_result. b = fs_q_fms_value_one_result * S ((S (i)) * c) + (1)))) /\ ((((exists fs_h_fms_value_one_result. fs_h_fms_value_one_result + S (1) = S ((S (i)) * c)) /\ exists fs_q_fms_value_one_result. b = fs_q_fms_value_one_result * S ((S (i)) * c) + (1))) -> (a=1))))Constructive proof overview
Generated structural guide
For an actual decoded entry, being one is exactly characteristic membership.
The unchanged tactic script uses 1 declared prerequisite and contains 19 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–5
02Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
split
03Fix variables and assumptionsL7–7
Work with arbitrary variables or the premises of the current implication.
- L7
intro he
04Calculate and transport equalitiesL8–9
05Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
exact ha
06Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hone
07Use earlier factsL12–19
Original exact command ledger · 19 lines
- 0001
intro b - 0002
intro c - 0003
intro i - 0004
intro a - 0005
intro ha - 0006
split - 0007
intro he - 0008
rewrite he at ha - 0009
rewrite he at ha - 0010
exact ha - 0011
intro hone - 0012
specialize beta_at_unique b - 0013
specialize beta_at_unique c - 0014
specialize beta_at_unique i - 0015
specialize beta_at_unique a - 0016
specialize beta_at_unique 1 - 0017
apply beta_at_unique - 0018
exact ha - 0019
exact hone