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
∀ t. ∀ m. Lt(t,m) → Lt(S (t + t),m + m)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
2 occurrences
In local proof propositions
2 occurrences
Exact expanded native-PA statement
forall t m. (exists h. h + S t = m) -> exists h. h + S (S (t + t)) = m + mProof 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 (3)
01Fix variables and assumptionsL1–3
02Establish hfirstL4–9
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add right.
- L4
have hfirst : Le(S t + S t,m + S t)Definitions: Le(S t + S t,m + S t)Original native command in the exact edition - L5
specialize add_le_add_right (S t) - L6
specialize add_le_add_right m - L7
specialize add_le_add_right (S t) - L8
apply add_le_add_right - L9
exact htm
03Establish hdoubleL10–12
04Establish hsecondL13–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
- L13
have hsecond : Le(m + S t,m + m)Definitions: Le(m + S t,m + m)Original native command in the exact edition - L14
specialize add_le_add_left (S t) - L15
specialize add_le_add_left m - L16
specialize add_le_add_left m - L17
apply add_le_add_left - L18
exact htm - L19
specialize le_trans (S (S (t + t))) - L20
specialize le_trans (m + S t) - L21
specialize le_trans (m + m) - L22
apply le_trans
Original defined command ledger · 24 lines
- 0001
intro t - 0002
intro m - 0003
intro htm - 0004
have hfirst : Le(S t + S t,m + S t)Exact native replay line
have hfirst : exists h. h + (S t + S t) = m + S t - 0005
specialize add_le_add_right (S t) - 0006
specialize add_le_add_right m - 0007
specialize add_le_add_right (S t) - 0008
apply add_le_add_right - 0009
exact htm - 0010
have hdouble : S (S (t + t)) = S t + S t - 0011
simp [add_succ_left] - 0012
rewrite <- hdouble at hfirst - 0013
have hsecond : Le(m + S t,m + m)Exact native replay line
have hsecond : exists h. h + (m + S t) = m + m - 0014
specialize add_le_add_left (S t) - 0015
specialize add_le_add_left m - 0016
specialize add_le_add_left m - 0017
apply add_le_add_left - 0018
exact htm - 0019
specialize le_trans (S (S (t + t))) - 0020
specialize le_trans (m + S t) - 0021
specialize le_trans (m + m) - 0022
apply le_trans - 0023
exact hfirst - 0024
exact hsecond