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
∀ a. Even(a · a) → Even(a)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 a. (exists k. a * a = 2 * k) -> exists k. a = 2 * kProof neighborhood
Direct theorem prerequisites
PF000I pythagorean_parameter_odd_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 a
03Separate the logical casesL4–5
04Construct an explicit witnessL6–6
Supply the displayed value, then prove that it has the required property.
- L6
exists x
05Use earlier factsL7–7
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
exact parity_cases_witness_left
06Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
exfalso
07Establish hoddL9–10
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pythagorean parameter odd square.
08Construct an explicit witnessL11–11
Supply the displayed value, then prove that it has the required property.
- L11
exists x
09Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
exact parity_cases_witness_right
10Separate the logical casesL13–14
11Use earlier factsL15–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 20 lines
- 0001
intro a - 0002
intro hsquare - 0003
specialize parity_cases a - 0004
cases parity_cases - 0005
cases parity_cases_witness - 0006
exists x - 0007
exact parity_cases_witness_left - 0008
exfalso - 0009
have hodd : Odd(a · a)Exact native replay line
have hodd : exists k. a * a = 2 * k + 1 - 0010
apply pythagorean_parameter_odd_square - 0011
exists x - 0012
exact parity_cases_witness_right - 0013
cases hsquare - 0014
cases hodd - 0015
specialize even_odd_exclusive_pointwise (a * a) - 0016
specialize even_odd_exclusive_pointwise (x1) - 0017
specialize even_odd_exclusive_pointwise (x2) - 0018
apply even_odd_exclusive_pointwise - 0019
exact hsquare_witness - 0020
exact hodd_witness