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
∀ h. ∀ k. Lt((2 · k + 1) · h,(2 · h + 1) · S k)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
1 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall h k. (exists edt_lt_gap_odd_half_cross_gap. edt_lt_gap_odd_half_cross_gap + S ((2 * k + 1) * h) = (2 * h + 1) * S k)Proof neighborhood
Direct theorem prerequisites
PA000A mul_add PA0016 add_mul PA000B mul_assoc PA000H mul_comm PA0009 add_assoc PA000F add_comm PA000M one_mul PA0002 mul_one PA000G mul_succ_leftDirect 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.
01Fix variables and assumptionsL1–2
02Construct an explicit witnessL3–3
Supply the displayed value, then prove that it has the required property.
- L3
exists h + k
03Calculate and transport equalitiesL4–7
04Use earlier factsL8–8
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
apply add_assoc
05Calculate and transport equalitiesL9–10
06Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
apply add_comm
07Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
refl
08Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
apply add_assoc
Original defined command ledger · 13 lines
- 0001
intro h - 0002
intro k - 0003
exists h + k - 0004
simp [mul_add, add_mul, mul_assoc, mul_comm, add_assoc, add_comm, one_mul, mul_one, mul_succ_left] - 0005
congr - 0006
trans (h + k) + (h + (k * h + k * h)) - 0007
symm - 0008
apply add_assoc - 0009
trans (k + h) + (h + (k * h + k * h)) - 0010
congr - 0011
apply add_comm - 0012
refl - 0013
apply add_assoc