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 pp_even_pi_even_square. (a * a) = 2 * pp_even_pi_even_square) -> (exists pp_even_pi_even_root. (a) = 2 * pp_even_pi_even_root)Proof neighborhood
Direct theorem prerequisites
PF0013 pythagorean_coordinate_parity_choice 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 (2)
01Fix variables and assumptionsL1–2
02Use earlier factsL3–3
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L3
specialize pythagorean_coordinate_parity_choice a
03Separate the logical casesL4–4
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L4
cases pythagorean_coordinate_parity_choice
04Use earlier factsL5–5
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L5
exact pythagorean_coordinate_parity_choice_left
05Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
exfalso
06Establish hoddL7–9
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pythagorean parameter odd square.
07Separate the logical casesL10–11
08Use earlier factsL12–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 17 lines
- 0001
intro a - 0002
intro heven - 0003
specialize pythagorean_coordinate_parity_choice a - 0004
cases pythagorean_coordinate_parity_choice - 0005
exact pythagorean_coordinate_parity_choice_left - 0006
exfalso - 0007
have hodd : Odd(a · a)Exact native replay line
have hodd : exists pp_odd_pi_square_contradiction. (a * a) = 2 * pp_odd_pi_square_contradiction + 1 - 0008
apply pythagorean_parameter_odd_square - 0009
exact pythagorean_coordinate_parity_choice_right - 0010
cases heven - 0011
cases hodd - 0012
specialize even_odd_exclusive_pointwise (a * a) - 0013
specialize even_odd_exclusive_pointwise x - 0014
specialize even_odd_exclusive_pointwise x1 - 0015
apply even_odd_exclusive_pointwise - 0016
exact heven_witness - 0017
exact hodd_witness