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
∀ n. ∀ x. Lt(x,S n) → x = n ∨ Lt(x,n)Every purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
2 occurrences
In local proof propositions
1 occurrences
Exact expanded native-PA statement
forall n x. (exists h. h + S x = S n) -> x = n \/ exists h. h + S x = nProof neighborhood
Direct theorem prerequisites
Direct theorem dependents
BT00S0 prime_power_quotient_prefix_exists BT00SE eisenstein_initial_segment_prefix_extend BT00T2 beta_pascal_zero_row_extend BT00T4 beta_pascal_row_step_extend BT00T6 beta_pascal_table_prefix_extend BT00U7 primorial_factor_prefix_extend BT00UR primorial_interval_factor_prefix_extend BT00XW double_quotient_carry_prefix_extend BT00YP prime_contribution_prefix_extend BT010K prime_contribution_interval_prefix_extendDefinition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic script.
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–3
02Establish hleL4–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le of succ le succ.
Original defined command ledger · 12 lines
- 0001
intro n - 0002
intro x - 0003
intro hlt - 0004
have hle : Le(x,n)Exact native replay line
have hle : exists h. h + x = n - 0005
specialize le_of_succ_le_succ x - 0006
specialize le_of_succ_le_succ n - 0007
apply le_of_succ_le_succ - 0008
exact hlt - 0009
specialize le_eq_or_lt x - 0010
specialize le_eq_or_lt n - 0011
apply le_eq_or_lt - 0012
exact hle