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 b c. ((~((a) = 0) /\ (~((b) = 0) /\ (~((c) = 0) /\ ((((a) * (a) + (b) * (b) = (c) * (c)) /\ (forall pff_divisor_pi_swap_source. (exists pff_left_pi_swap_source. (a) = pff_divisor_pi_swap_source * pff_left_pi_swap_source) -> (exists pff_right_pi_swap_source. (b) = pff_divisor_pi_swap_source * pff_right_pi_swap_source) -> pff_divisor_pi_swap_source = 1))))))) -> ((~((b) = 0) /\ (~((a) = 0) /\ (~((c) = 0) /\ ((((b) * (b) + (a) * (a) = (c) * (c)) /\ (forall pff_divisor_pi_swap_result. (exists pff_left_pi_swap_result. (b) = pff_divisor_pi_swap_result * pff_left_pi_swap_result) -> (exists pff_right_pi_swap_result. (a) = pff_divisor_pi_swap_result * pff_right_pi_swap_result) -> pff_divisor_pi_swap_result = 1)))))))Constructive proof overview
Generated structural guide
Swapping positive primitive legs preserves the full exact positive triple definition.
The unchanged tactic script uses 1 declared prerequisite and contains 18 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
Direct 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 (1)
01Fix variables and assumptionsL1–4
02Separate the logical casesL5–8
03Use earlier factsL9–9
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L9
exact hp_right_left
04Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
split
05Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
exact hp_left
06Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
split
07Use earlier factsL13–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 18 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro hp - 0005
cases hp - 0006
cases hp_right - 0007
cases hp_right_right - 0008
split - 0009
exact hp_right_left - 0010
split - 0011
exact hp_left - 0012
split - 0013
exact hp_right_right_left - 0014
specialize pythagorean_primitive_leg_swap a - 0015
specialize pythagorean_primitive_leg_swap b - 0016
specialize pythagorean_primitive_leg_swap c - 0017
apply pythagorean_primitive_leg_swap - 0018
exact hp_right_right_right