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.
Exact expanded 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)Structural proof guide
Generated structural guide
The odd half-products differ by the explicit positive gap h+k+1.
Use the direct prerequisites mul_add, add_mul, mul_assoc, mul_comm, add_assoc, add_comm, one_mul, mul_one, mul_succ_left as previously established PA formulas.
The proof proceeds by certified simplification (1).
Referenced ingredients
Proof neighborhood
Direct dependencies
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 dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Alpha-v25 checked-use theorem is independently kernel-checked when replayed; it is not a Stable theorem.
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 exact 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