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 m n. ((((exists pp_even_primitive_parameters_first_even. (m) = 2 * pp_even_primitive_parameters_first_even) /\ (exists pp_odd_primitive_parameters_second_odd. (n) = 2 * pp_odd_primitive_parameters_second_odd + 1)) \/ ((exists pp_odd_primitive_parameters_first_odd. (m) = 2 * pp_odd_primitive_parameters_first_odd + 1) /\ (exists pp_even_primitive_parameters_second_even. (n) = 2 * pp_even_primitive_parameters_second_even)))) -> exists q. m * m + n * n = 2 * q + 1Constructive proof overview
Generated structural guide
The Euclidean hypotenuse is explicitly odd whenever its two parameters have opposite parity.
The unchanged tactic script uses 4 declared prerequisites and contains 20 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
PF000H pythagorean_parameter_even_square PF000I pythagorean_parameter_odd_square even_add_odd Stable theorem; checked-use authorized odd_add_even 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–3
02Separate the logical casesL4–5
03Use earlier factsL6–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
04Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases hopposite_right
05Use earlier factsL14–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 20 lines
- 0001
intro m - 0002
intro n - 0003
intro hopposite - 0004
cases hopposite - 0005
cases hopposite_left - 0006
specialize even_add_odd (m * m) - 0007
specialize even_add_odd (n * n) - 0008
apply even_add_odd - 0009
apply pythagorean_parameter_even_square - 0010
exact hopposite_left_left - 0011
apply pythagorean_parameter_odd_square - 0012
exact hopposite_left_right - 0013
cases hopposite_right - 0014
specialize odd_add_even (m * m) - 0015
specialize odd_add_even (n * n) - 0016
apply odd_add_even - 0017
apply pythagorean_parameter_odd_square - 0018
exact hopposite_right_left - 0019
apply pythagorean_parameter_even_square - 0020
exact hopposite_right_right