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
∀ z. Odd(z · z) → Odd(z)Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order statement
forall z. (exists q. z * z = 2 * q + 1) -> exists q. z = 2 * q + 1Proof neighborhood
Direct theorem prerequisites
PF000H pythagorean_parameter_even_square even_odd_exclusive_pointwise · Stable closedDirect theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay 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 (1)
01Fix variables and assumptionsL1–2
02Use earlier factsL3–3
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L3
specialize parity_cases z
03Separate the logical casesL4–6
04Establish hevenL7–9
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pythagorean parameter even square.
05Construct an explicit witnessL10–10
Supply the displayed value, then prove that it has the required property.
- L10
exists x
06Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
exact parity_cases_witness_left
07Separate the logical casesL12–13
08Use earlier factsL14–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
09Construct an explicit witnessL20–20
Supply the displayed value, then prove that it has the required property.
- L20
exists x
10Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact parity_cases_witness_right
Original defined command ledger · 21 lines
- 0001
intro z - 0002
intro hodd - 0003
specialize parity_cases z - 0004
cases parity_cases - 0005
cases parity_cases_witness - 0006
exfalso - 0007
have heven : Even(z · z)Exact native replay line
have heven : exists q. z * z = 2 * q - 0008
specialize pythagorean_parameter_even_square z - 0009
apply pythagorean_parameter_even_square - 0010
exists x - 0011
exact parity_cases_witness_left - 0012
cases heven - 0013
cases hodd - 0014
specialize even_odd_exclusive_pointwise (z * z) - 0015
specialize even_odd_exclusive_pointwise x1 - 0016
specialize even_odd_exclusive_pointwise x2 - 0017
apply even_odd_exclusive_pointwise - 0018
exact heven_witness - 0019
exact hodd_witness - 0020
exists x - 0021
exact parity_cases_witness_right