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(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
3 occurrences
Exact expanded native-PA statement
forall t m. (exists h. h + S t = m) -> exists h. h + 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 (5)
01Fix variables and assumptionsL1–3
02Establish htleL4–8
03Establish hfirstL9–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add right.
- L9
have hfirst : Le(S t + t,m + t)Definitions: Le(S t + t,m + t)Original native command in the exact edition - L10
specialize add_le_add_right (S t) - L11
specialize add_le_add_right m - L12
specialize add_le_add_right t - L13
apply add_le_add_right - L14
exact htm
04Establish hsingleL15–19
05Establish hsecondL20–29
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
- L20
have hsecond : Le(m + t,m + m)Definitions: Le(m + t,m + m)Original native command in the exact edition - L21
specialize add_le_add_left t - L22
specialize add_le_add_left m - L23
specialize add_le_add_left m - L24
apply add_le_add_left - L25
exact htle - L26
specialize le_trans (S (t + t)) - L27
specialize le_trans (m + t) - L28
specialize le_trans (m + m) - L29
apply le_trans
Original defined command ledger · 31 lines
- 0001
intro t - 0002
intro m - 0003
intro htm - 0004
have htle : Le(t,m)Exact native replay line
have htle : exists h. h + t = m - 0005
specialize lt_to_le t - 0006
specialize lt_to_le m - 0007
apply lt_to_le - 0008
exact htm - 0009
have hfirst : Le(S t + t,m + t)Exact native replay line
have hfirst : exists h. h + (S t + t) = m + t - 0010
specialize add_le_add_right (S t) - 0011
specialize add_le_add_right m - 0012
specialize add_le_add_right t - 0013
apply add_le_add_right - 0014
exact htm - 0015
have hsingle : S t + t = S (t + t) - 0016
specialize add_succ_left t - 0017
specialize add_succ_left t - 0018
exact add_succ_left - 0019
rewrite hsingle at hfirst - 0020
have hsecond : Le(m + t,m + m)Exact native replay line
have hsecond : exists h. h + (m + t) = m + m - 0021
specialize add_le_add_left t - 0022
specialize add_le_add_left m - 0023
specialize add_le_add_left m - 0024
apply add_le_add_left - 0025
exact htle - 0026
specialize le_trans (S (t + t)) - 0027
specialize le_trans (m + t) - 0028
specialize le_trans (m + m) - 0029
apply le_trans - 0030
exact hfirst - 0031
exact hsecond