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
∀ u. ∀ v. ∀ b. ∀ c. ∀ x. Lt(x,0) → ∃ y. ∃ z. BetaAt(b,c,x + x,y) ∧ (BetaAt(b,c,S (x + x),z) ∧ BetaAt(u,v,y,S z))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
0 occurrences
Exact expanded native-PA statement
forall u v b c. (forall espi_pair_zero_history. (exists wpo_gap_zero_history_pair_bound. wpo_gap_zero_history_pair_bound + S (espi_pair_zero_history) = 0) -> exists espi_left_zero_history espi_right_zero_history. (((((exists wpo_beta_height_zero_history_left_entry. wpo_beta_height_zero_history_left_entry + S (espi_left_zero_history) = S ((S (espi_pair_zero_history + espi_pair_zero_history)) * c)) /\ exists wpo_beta_quotient_zero_history_left_entry. b = wpo_beta_quotient_zero_history_left_entry * S ((S (espi_pair_zero_history + espi_pair_zero_history)) * c) + (espi_left_zero_history))) /\ (((((exists wpo_beta_height_zero_history_right_entry. wpo_beta_height_zero_history_right_entry + S (espi_right_zero_history) = S ((S (S (espi_pair_zero_history + espi_pair_zero_history))) * c)) /\ exists wpo_beta_quotient_zero_history_right_entry. b = wpo_beta_quotient_zero_history_right_entry * S ((S (S (espi_pair_zero_history + espi_pair_zero_history))) * c) + (espi_right_zero_history))) /\ (((exists wpo_beta_height_zero_history_scaled_edge. wpo_beta_height_zero_history_scaled_edge + S (S espi_right_zero_history) = S ((S (espi_left_zero_history)) * v)) /\ exists wpo_beta_quotient_zero_history_scaled_edge. u = wpo_beta_quotient_zero_history_scaled_edge * S ((S (espi_left_zero_history)) * v) + (S espi_right_zero_history))))))))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–6
02Separate the logical casesL7–8
03Establish hstL9–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add eq zero right.
Original defined command ledger · 16 lines
- 0001
intro u - 0002
intro v - 0003
intro b - 0004
intro c - 0005
intro t - 0006
intro ht - 0007
exfalso - 0008
cases ht - 0009
have hst : S t = 0 - 0010
specialize add_eq_zero_right x - 0011
specialize add_eq_zero_right (S t) - 0012
apply add_eq_zero_right - 0013
exact ht_witness - 0014
specialize succ_ne_zero t - 0015
apply succ_ne_zero - 0016
exact hst