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.
Statement with defined notation
∀ a. ∀ l. ∃ b. ∃ c. Range(b,c,a,l)Every purple notation token opens its conservative definition. This is a reading surface; the compiler expands the statement before the unchanged kernel checks it.
Definitions used by this theorem
In the theorem statement
1 occurrences
In local proof propositions
0 occurrences
Exact expanded native-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))))Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. The untrusted compiler re-expands each one before the original tactic script is replayed; defined notation is never accepted by the kernel. Open the exact replay line beneath every changed command.
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 defined 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