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.
Statement with defined notation
∀ a. ∀ b. ∀ c. Pythagorean(a,b,c) → Odd(a) → ¬Odd(b)Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order statement
forall a b c. ((a) * (a) + (b) * (b) = (c) * (c)) -> (exists i. a = 2 * i + 1) -> (exists j. b = 2 * j + 1) -> falseProof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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 defined 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