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_normal_parity_first_even. (x) = 2 * pp_even_normal_parity_first_even) /\ (exists pp_odd_normal_parity_second_odd. (y) = 2 * pp_odd_normal_parity_second_odd + 1)) \/ ((exists pp_odd_normal_parity_first_odd. (x) = 2 * pp_odd_normal_parity_first_odd + 1) /\ (exists pp_even_normal_parity_second_even. (y) = 2 * pp_even_normal_parity_second_even)))) /\ ((exists pp_odd_normal_hypotenuse. (z) = 2 * pp_odd_normal_hypotenuse + 1) /\ ((forall pff_divisor_normal_legs. (exists pff_left_normal_legs. (x) = pff_divisor_normal_legs * pff_left_normal_legs) -> (exists pff_right_normal_legs. (y) = pff_divisor_normal_legs * pff_right_normal_legs) -> pff_divisor_normal_legs = 1) /\ ((forall pff_divisor_first_hypotenuse_result. (exists pff_left_first_hypotenuse_result. (x) = pff_divisor_first_hypotenuse_result * pff_left_first_hypotenuse_result) -> (exists pff_right_first_hypotenuse_result. (z) = pff_divisor_first_hypotenuse_result * pff_right_first_hypotenuse_result) -> pff_divisor_first_hypotenuse_result = 1) /\ (forall pff_divisor_second_hypotenuse_result. (exists pff_left_second_hypotenuse_result. (y) = pff_divisor_second_hypotenuse_result * pff_left_second_hypotenuse_result) -> (exists pff_right_second_hypotenuse_result. (z) = pff_divisor_second_hypotenuse_result * pff_right_second_hypotenuse_result) -> pff_divisor_second_hypotenuse_result = 1)))))Constructive proof overview
Generated structural guide
Every primitive Pythagorean triple admits its complete constructive parity and pairwise-coprimality normal form.
The unchanged tactic script uses 3 declared prerequisites and contains 21 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
PF0014 pythagorean_primitive_legs_opposite_parity PF0016 pythagorean_primitive_hypotenuse_odd PF000Y pythagorean_primitive_pairwise_coprimeDirect 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
02Separate the logical casesL5–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
split
03Use earlier factsL6–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
04Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
split
05Use earlier factsL12–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
specialize pythagorean_primitive_hypotenuse_odd x - L13
specialize pythagorean_primitive_hypotenuse_odd y - L14
specialize pythagorean_primitive_hypotenuse_odd z - L15
apply pythagorean_primitive_hypotenuse_odd - L16
exact hprimitive - L17
specialize pythagorean_primitive_pairwise_coprime x - L18
specialize pythagorean_primitive_pairwise_coprime y - L19
specialize pythagorean_primitive_pairwise_coprime z - L20
apply pythagorean_primitive_pairwise_coprime - L21
exact hprimitive
Original exact command ledger · 21 lines
- 0001
intro x - 0002
intro y - 0003
intro z - 0004
intro hprimitive - 0005
split - 0006
specialize pythagorean_primitive_legs_opposite_parity x - 0007
specialize pythagorean_primitive_legs_opposite_parity y - 0008
specialize pythagorean_primitive_legs_opposite_parity z - 0009
apply pythagorean_primitive_legs_opposite_parity - 0010
exact hprimitive - 0011
split - 0012
specialize pythagorean_primitive_hypotenuse_odd x - 0013
specialize pythagorean_primitive_hypotenuse_odd y - 0014
specialize pythagorean_primitive_hypotenuse_odd z - 0015
apply pythagorean_primitive_hypotenuse_odd - 0016
exact hprimitive - 0017
specialize pythagorean_primitive_pairwise_coprime x - 0018
specialize pythagorean_primitive_pairwise_coprime y - 0019
specialize pythagorean_primitive_pairwise_coprime z - 0020
apply pythagorean_primitive_pairwise_coprime - 0021
exact hprimitive