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
∀ z. (∃ x. z · z = 4 · x + 0) ∨ Mod4One(z · z)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 z. (exists fts_four_square_zero. z * z = 4 * fts_four_square_zero + 0) \/ (exists fts_four_square_one. z * z = 4 * fts_four_square_one + 1)Proof neighborhood
Direct theorem prerequisites
TS0000 even_square_is_four_multiple TS0001 odd_square_is_four_multiple_plus_oneDirect 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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro z
02Use earlier factsL2–2
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L2
specialize parity_cases z
03Separate the logical casesL3–5
04Use earlier factsL6–9
05Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
right
Original defined command ledger · 14 lines
- 0001
intro z - 0002
specialize parity_cases z - 0003
cases parity_cases - 0004
cases parity_cases_witness - 0005
left - 0006
specialize even_square_is_four_multiple z - 0007
specialize even_square_is_four_multiple x - 0008
apply even_square_is_four_multiple - 0009
exact parity_cases_witness_left - 0010
right - 0011
specialize odd_square_is_four_multiple_plus_one z - 0012
specialize odd_square_is_four_multiple_plus_one x - 0013
apply odd_square_is_four_multiple_plus_one - 0014
exact parity_cases_witness_right