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
∀ b. ∀ c. ∀ l. ∀ i. ∀ x. Range(b,c,1,l) → Lt(i,l) → BetaAt(b,c,i,x) → x = S iEvery 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
3 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall b c l i x. (forall ff_i_frp_range_entry. (exists ff_lt_frp_range_entry_bound. ff_lt_frp_range_entry_bound + S ff_i_frp_range_entry = l) -> (((exists ff_h_frp_range_entry_decoded. ff_h_frp_range_entry_decoded + S (1 + ff_i_frp_range_entry) = S ((S (ff_i_frp_range_entry)) * c)) /\ exists ff_q_frp_range_entry_decoded. b = ff_q_frp_range_entry_decoded * S ((S (ff_i_frp_range_entry)) * c) + (1 + ff_i_frp_range_entry)))) -> (exists frp_gap_entry_bound. frp_gap_entry_bound + S i = l) -> (((exists ff_h_frp_entry. ff_h_frp_entry + S (x) = S ((S (i)) * c)) /\ exists ff_q_frp_entry. b = ff_q_frp_entry * S ((S (i)) * c) + (x))) -> x = S iProof 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 (3)
01Fix variables and assumptionsL1–8
02Establish hrawL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta range entry eq.
03Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact hx
04Establish honeL20–29
05Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact hone
Original defined command ledger · 30 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro i - 0005
intro x - 0006
intro hrange - 0007
intro hi - 0008
intro hx - 0009
have hraw : x = 1 + i - 0010
specialize beta_range_entry_eq b - 0011
specialize beta_range_entry_eq c - 0012
specialize beta_range_entry_eq 1 - 0013
specialize beta_range_entry_eq l - 0014
specialize beta_range_entry_eq i - 0015
specialize beta_range_entry_eq x - 0016
apply beta_range_entry_eq - 0017
exact hrange - 0018
exact hi - 0019
exact hx - 0020
have hone : 1 + i = S i - 0021
trans S (0 + i) - 0022
specialize add_succ_left 0 - 0023
specialize add_succ_left i - 0024
exact add_succ_left - 0025
congr - 0026
specialize zero_add i - 0027
exact zero_add - 0028
trans 1 + i - 0029
exact hraw - 0030
exact hone