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 x y z. ((((x) * (x) + (y) * (y) = (z) * (z)) /\ (forall pff_divisor_pairwise_source. (exists pff_left_pairwise_source. (x) = pff_divisor_pairwise_source * pff_left_pairwise_source) -> (exists pff_right_pairwise_source. (y) = pff_divisor_pairwise_source * pff_right_pairwise_source) -> pff_divisor_pairwise_source = 1))) -> ((((exists pp_even_primitive_leg_result_first_even. (x) = 2 * pp_even_primitive_leg_result_first_even) /\ (exists pp_odd_primitive_leg_result_second_odd. (y) = 2 * pp_odd_primitive_leg_result_second_odd + 1)) \/ ((exists pp_odd_primitive_leg_result_first_odd. (x) = 2 * pp_odd_primitive_leg_result_first_odd + 1) /\ (exists pp_even_primitive_leg_result_second_even. (y) = 2 * pp_even_primitive_leg_result_second_even))))Constructive proof overview
Generated structural guide
Every primitive Pythagorean triple has genuinely opposite-parity legs with an explicit constructive choice of orientation.
The unchanged tactic script uses 3 declared prerequisites and contains 38 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 PF000Z pythagorean_primitive_legs_not_both_even PF0012 pythagorean_triple_legs_not_both_oddDirect 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 (3)
01Fix variables and assumptionsL1–4
02Establish hfirstL5–7
03Establish hsecondL8–10
04Separate the logical casesL11–13
05Use earlier factsL14–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
06Separate the logical casesL21–22
07Use earlier factsL23–24
08Separate the logical casesL25–27
09Use earlier factsL28–29
10Separate the logical casesL30–30
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L30
exfalso
11Use earlier factsL31–34
12Separate the logical casesL35–35
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L35
cases hprimitive
Original exact command ledger · 38 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro hprimitive - 0005
have hfirst : (exists q. a = 2 * q) \/ (exists q. a = 2 * q + 1) - 0006
specialize pythagorean_coordinate_parity_choice a - 0007
exact pythagorean_coordinate_parity_choice - 0008
have hsecond : (exists q. b = 2 * q) \/ (exists q. b = 2 * q + 1) - 0009
specialize pythagorean_coordinate_parity_choice b - 0010
exact pythagorean_coordinate_parity_choice - 0011
cases hfirst - 0012
cases hsecond - 0013
exfalso - 0014
specialize pythagorean_primitive_legs_not_both_even a - 0015
specialize pythagorean_primitive_legs_not_both_even b - 0016
specialize pythagorean_primitive_legs_not_both_even c - 0017
apply pythagorean_primitive_legs_not_both_even - 0018
exact hprimitive - 0019
exact hfirst_left - 0020
exact hsecond_left - 0021
left - 0022
split - 0023
exact hfirst_left - 0024
exact hsecond_right - 0025
cases hsecond - 0026
right - 0027
split - 0028
exact hfirst_right - 0029
exact hsecond_left - 0030
exfalso - 0031
specialize pythagorean_triple_legs_not_both_odd a - 0032
specialize pythagorean_triple_legs_not_both_odd b - 0033
specialize pythagorean_triple_legs_not_both_odd c - 0034
apply pythagorean_triple_legs_not_both_odd - 0035
cases hprimitive - 0036
exact hprimitive_left - 0037
exact hfirst_right - 0038
exact hsecond_right