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. BoundedPrefix(b,c,l) → Lt(i,l) → BetaAt(b,c,i,x) → Lt(x,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
4 occurrences
In local proof propositions
2 occurrences
Exact expanded native-PA statement
forall b c l i x. (forall fp_i_entry_bound. (exists fp_gap_entry_bound_index. fp_gap_entry_bound_index + S fp_i_entry_bound = l) -> exists fp_value_entry_bound. ((((exists ff_h_entry_bound_entry. ff_h_entry_bound_entry + S (fp_value_entry_bound) = S ((S (fp_i_entry_bound)) * c)) /\ exists ff_q_entry_bound_entry. b = ff_q_entry_bound_entry * S ((S (fp_i_entry_bound)) * c) + (fp_value_entry_bound))) /\ (exists fp_gap_entry_bound_value. fp_gap_entry_bound_value + S fp_value_entry_bound = l))) -> (exists h. h + S i = l) -> (((exists ff_h_entry_bound_at. ff_h_entry_bound_at + S (x) = S ((S (i)) * c)) /\ exists ff_q_entry_bound_at. b = ff_q_entry_bound_at * S ((S (i)) * c) + (x))) -> exists h. h + S x = lProof 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 (1)
01Fix variables and assumptionsL1–8
02Use earlier factsL9–9
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L9
specialize hbounded i
03Establish hdecodedL10–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hbounded.
- L10
have hdecoded : ∃ a. BetaAt(b,c,i,a) ∧ Lt(a,l)Definitions: BetaAt(b,c,i,a)Lt(a,l)Original native command in the exact edition - L11
apply hbounded - L12
exact hi
04Separate the logical casesL13–14
05Establish hxaL15–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
06Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
exact hdecoded_witness_right
Original defined command ledger · 25 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro i - 0005
intro x - 0006
intro hbounded - 0007
intro hi - 0008
intro hentry - 0009
specialize hbounded i - 0010
have hdecoded : ∃ a. BetaAt(b,c,i,a) ∧ Lt(a,l)Exact native replay line
have hdecoded : exists a. (((exists h. h + S a = S ((S i) * c)) /\ exists q. b = q * S ((S i) * c) + a) /\ exists h. h + S a = l) - 0011
apply hbounded - 0012
exact hi - 0013
cases hdecoded - 0014
cases hdecoded_witness - 0015
have hxa : x = x1 - 0016
specialize beta_at_unique b - 0017
specialize beta_at_unique c - 0018
specialize beta_at_unique i - 0019
specialize beta_at_unique x - 0020
specialize beta_at_unique x1 - 0021
apply beta_at_unique - 0022
exact hentry - 0023
exact hdecoded_witness_left - 0024
rewrite hxa - 0025
exact hdecoded_witness_right