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. ∀ n. ∀ x. ∀ y. Lt(x,0) → BetaAt(b,c,x,y) → ¬y = 0 ∧ ¬S y = nEvery 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
2 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall b c n. (forall wpo_position_wpoi_zero_nonendpoint wpo_value_wpoi_zero_nonendpoint. (exists wpo_gap_wpoi_zero_nonendpoint_position_bound. wpo_gap_wpoi_zero_nonendpoint_position_bound + S (wpo_position_wpoi_zero_nonendpoint) = 0) -> (((exists wpo_beta_height_wpoi_zero_nonendpoint_entry. wpo_beta_height_wpoi_zero_nonendpoint_entry + S (wpo_value_wpoi_zero_nonendpoint) = S ((S (wpo_position_wpoi_zero_nonendpoint)) * c)) /\ exists wpo_beta_quotient_wpoi_zero_nonendpoint_entry. b = wpo_beta_quotient_wpoi_zero_nonendpoint_entry * S ((S (wpo_position_wpoi_zero_nonendpoint)) * c) + (wpo_value_wpoi_zero_nonendpoint))) -> (~(wpo_value_wpoi_zero_nonendpoint = 0) /\ ~((S wpo_value_wpoi_zero_nonendpoint) = n)))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–7
02Separate the logical casesL8–9
03Establish hsqL10–17
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 · 17 lines
- 0001
intro b - 0002
intro c - 0003
intro n - 0004
intro q - 0005
intro s - 0006
intro hq - 0007
intro hentry - 0008
exfalso - 0009
cases hq - 0010
have hsq : S q = 0 - 0011
specialize add_eq_zero_right x - 0012
specialize add_eq_zero_right (S q) - 0013
apply add_eq_zero_right - 0014
exact hq_witness - 0015
specialize succ_ne_zero q - 0016
apply succ_ne_zero - 0017
exact hsq