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 first-order arithmetic 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)Constructive proof overview
Generated structural guide
An explicitly even natural square has an explicitly even natural square root.
The unchanged tactic script uses 3 declared prerequisites and contains 17 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
PF0013 pythagorean_coordinate_parity_choice PF000I pythagorean_parameter_odd_square even_odd_exclusive_pointwise Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 exact 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 : 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