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))) -> ((forall pff_divisor_pairwise_legs. (exists pff_left_pairwise_legs. (x) = pff_divisor_pairwise_legs * pff_left_pairwise_legs) -> (exists pff_right_pairwise_legs. (y) = pff_divisor_pairwise_legs * pff_right_pairwise_legs) -> pff_divisor_pairwise_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
The two legs and hypotenuse of every primitive Pythagorean triple are pairwise coprime constructively.
The unchanged tactic script uses 2 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
PF000W pythagorean_primitive_hypotenuse_coprime_first_leg PF000X pythagorean_primitive_hypotenuse_coprime_second_legDirect 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–4
02Establish hlegsL5–5
Establish this local claim before using it. It is not an additional assumption.
- L5
have hlegs : forall pff_divisor_pairwise_local. (exists pff_left_pairwise_local. (x) = pff_divisor_pairwise_local * pff_left_pairwise_local) -> (exists pff_right_pairwise_local. (y) = pff_divisor_pairwise_local * pff_right_pairwise_local) -> pff_divisor_pairwise_local = 1
03Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hprimitive
04Use earlier factsL7–7
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
exact hprimitive_right
05Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
split
06Use earlier factsL9–9
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L9
exact hlegs
07Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
split
08Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize pythagorean_primitive_hypotenuse_coprime_first_leg x - L12
specialize pythagorean_primitive_hypotenuse_coprime_first_leg y - L13
specialize pythagorean_primitive_hypotenuse_coprime_first_leg z - L14
apply pythagorean_primitive_hypotenuse_coprime_first_leg - L15
exact hprimitive - L16
specialize pythagorean_primitive_hypotenuse_coprime_second_leg x - L17
specialize pythagorean_primitive_hypotenuse_coprime_second_leg y - L18
specialize pythagorean_primitive_hypotenuse_coprime_second_leg z - L19
apply pythagorean_primitive_hypotenuse_coprime_second_leg - L20
exact hprimitive
Original exact command ledger · 20 lines
- 0001
intro x - 0002
intro y - 0003
intro z - 0004
intro hprimitive - 0005
have hlegs : forall pff_divisor_pairwise_local. (exists pff_left_pairwise_local. (x) = pff_divisor_pairwise_local * pff_left_pairwise_local) -> (exists pff_right_pairwise_local. (y) = pff_divisor_pairwise_local * pff_right_pairwise_local) -> pff_divisor_pairwise_local = 1 - 0006
cases hprimitive - 0007
exact hprimitive_right - 0008
split - 0009
exact hlegs - 0010
split - 0011
specialize pythagorean_primitive_hypotenuse_coprime_first_leg x - 0012
specialize pythagorean_primitive_hypotenuse_coprime_first_leg y - 0013
specialize pythagorean_primitive_hypotenuse_coprime_first_leg z - 0014
apply pythagorean_primitive_hypotenuse_coprime_first_leg - 0015
exact hprimitive - 0016
specialize pythagorean_primitive_hypotenuse_coprime_second_leg x - 0017
specialize pythagorean_primitive_hypotenuse_coprime_second_leg y - 0018
specialize pythagorean_primitive_hypotenuse_coprime_second_leg z - 0019
apply pythagorean_primitive_hypotenuse_coprime_second_leg - 0020
exact hprimitive