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. (exists k. a * a = 2 * k) -> exists k. a = 2 * kConstructive proof overview
Generated structural guide
An even square has an explicitly even root, proved by constructive parity cases.
The unchanged tactic script uses 3 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
parity_cases Stable theorem; checked-use authorized PF000I pythagorean_parameter_odd_square even_odd_exclusive_pointwise Stable theorem; checked-use authorizedDirect 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–2
02Use earlier factsL3–3
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L3
specialize parity_cases a
03Separate the logical casesL4–5
04Construct an explicit witnessL6–6
Supply the displayed value, then prove that it has the required property.
- L6
exists x
05Use earlier factsL7–7
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
exact parity_cases_witness_left
06Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
exfalso
07Establish hoddL9–10
08Construct an explicit witnessL11–11
Supply the displayed value, then prove that it has the required property.
- L11
exists x
09Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
exact parity_cases_witness_right
10Separate the logical casesL13–14
11Use earlier factsL15–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 20 lines
- 0001
intro a - 0002
intro hsquare - 0003
specialize parity_cases a - 0004
cases parity_cases - 0005
cases parity_cases_witness - 0006
exists x - 0007
exact parity_cases_witness_left - 0008
exfalso - 0009
have hodd : exists k. a * a = 2 * k + 1 - 0010
apply pythagorean_parameter_odd_square - 0011
exists x - 0012
exact parity_cases_witness_right - 0013
cases hsquare - 0014
cases hodd - 0015
specialize even_odd_exclusive_pointwise (a * a) - 0016
specialize even_odd_exclusive_pointwise (x1) - 0017
specialize even_odd_exclusive_pointwise (x2) - 0018
apply even_odd_exclusive_pointwise - 0019
exact hsquare_witness - 0020
exact hodd_witness