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) * (a) + (b) * (b) = (c) * (c)) -> (exists i. a = 2 * i + 1) -> (exists j. b = 2 * j + 1) -> falseConstructive proof overview
Generated structural guide
The two legs of any Pythagorean triple cannot both be odd, independently of primitiveness.
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
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 (2)
01Fix variables and assumptionsL1–6
02Establish htwoL7–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pythagorean odd square pair two mod four.
03Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases htwo
04Use earlier factsL14–16
05Calculate and transport equalitiesL17–18
Original exact command ledger · 20 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro htriple - 0005
intro ha - 0006
intro hb - 0007
have htwo : exists q. a * a + b * b = 4 * q + 2 - 0008
specialize pythagorean_odd_square_pair_two_mod_four a - 0009
specialize pythagorean_odd_square_pair_two_mod_four b - 0010
apply pythagorean_odd_square_pair_two_mod_four - 0011
exact ha - 0012
exact hb - 0013
cases htwo - 0014
specialize pythagorean_two_mod_four_not_square c - 0015
specialize pythagorean_two_mod_four_not_square x - 0016
apply pythagorean_two_mod_four_not_square - 0017
trans a * a + b * b - 0018
symm - 0019
exact htriple - 0020
exact htwo_witness