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 PA statement
forall a l. exists b c. (forall ff_i_r. (exists ff_lt_r_bound. ff_lt_r_bound + S ff_i_r = l) -> (((exists ff_h_r_decoded. ff_h_r_decoded + S (a + ff_i_r) = S ((S (ff_i_r)) * c)) /\ exists ff_q_r_decoded. b = ff_q_r_decoded * S ((S (ff_i_r)) * c) + (a + ff_i_r))))Structural proof guide
Every start and length admit a beta-coded consecutive range.
Direct prerequisites: beta_range_empty, beta_range_succ_extend. The authored body proceeds by structural induction (1), case analysis (2).
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are hypotheses of the historical Alpha-v12 body receipt. The complete historical Alpha-v18 proof bundle independently checks every dependency; current Alpha v25 preserves that checked theorem use without changing 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.
Named ingredients (2)
01Fix variables and assumptionsL1–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro a
02Induction on lL2–2
Split the argument into the base and successor obligations. The induction hypothesis is available only in the successor branch.
- L2
induction l
03Construct an explicit witnessL3–4
04Use earlier factsL5–9
05Calculate and transport equalitiesL10–10
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L10
refl
06Separate the logical casesL11–12
07Use earlier factsL13–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
08Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
refl
09Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact IH_witness_witness
Original exact command ledger · 20 lines
- 0001
intro a - 0002
induction l - 0003
exists 0 - 0004
exists 0 - 0005
specialize beta_range_empty 0 - 0006
specialize beta_range_empty 0 - 0007
specialize beta_range_empty a - 0008
specialize beta_range_empty 0 - 0009
apply beta_range_empty - 0010
refl - 0011
cases IH - 0012
cases IH_witness - 0013
specialize beta_range_succ_extend x - 0014
specialize beta_range_succ_extend x1 - 0015
specialize beta_range_succ_extend a - 0016
specialize beta_range_succ_extend l - 0017
specialize beta_range_succ_extend (S l) - 0018
apply beta_range_succ_extend - 0019
refl - 0020
exact IH_witness_witness