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. Lt(2,n) → Le(3 + 3,n + 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
2 occurrences
Exact expanded native-PA statement
forall n. (exists bcf_lt_gap_b5rbtdls_positive. bcf_lt_gap_b5rbtdls_positive + S (2) = n) -> (exists bcf_le_gap_b5rbtdls_result. bcf_le_gap_b5rbtdls_result + (3 + 3) = n + n)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-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 (3)
01Fix variables and assumptionsL1–2
02Establish hleftL3–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add right.
- L3
have hleft : Le(3 + 3,n + 3)Definitions: Le(3 + 3,n + 3)Original native command in the exact edition - L4
specialize add_le_add_right 3 - L5
specialize add_le_add_right n - L6
specialize add_le_add_right 3 - L7
apply add_le_add_right - L8
exact hpositive
03Establish hrightL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
- L9
have hright : Le(n + 3,n + n)Definitions: Le(n + 3,n + n)Original native command in the exact edition - L10
specialize add_le_add_left 3 - L11
specialize add_le_add_left n - L12
specialize add_le_add_left n - L13
apply add_le_add_left - L14
exact hpositive - L15
specialize le_trans (3 + 3) - L16
specialize le_trans (n + 3) - L17
specialize le_trans (n + n) - L18
apply le_trans
Original defined command ledger · 20 lines
- 0001
intro n - 0002
intro hpositive - 0003
have hleft : Le(3 + 3,n + 3)Exact native replay line
have hleft : exists bcf_le_gap_b5rbtdls_left. bcf_le_gap_b5rbtdls_left + (3 + 3) = n + 3 - 0004
specialize add_le_add_right 3 - 0005
specialize add_le_add_right n - 0006
specialize add_le_add_right 3 - 0007
apply add_le_add_right - 0008
exact hpositive - 0009
have hright : Le(n + 3,n + n)Exact native replay line
have hright : exists bcf_le_gap_b5rbtdls_right. bcf_le_gap_b5rbtdls_right + (n + 3) = n + n - 0010
specialize add_le_add_left 3 - 0011
specialize add_le_add_left n - 0012
specialize add_le_add_left n - 0013
apply add_le_add_left - 0014
exact hpositive - 0015
specialize le_trans (3 + 3) - 0016
specialize le_trans (n + 3) - 0017
specialize le_trans (n + n) - 0018
apply le_trans - 0019
exact hleft - 0020
exact hright