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 z. (exists q. z * z = 2 * q + 1) -> exists q. z = 2 * q + 1Constructive proof overview
Generated structural guide
An explicitly odd natural square has an explicitly odd natural root.
The unchanged tactic script uses 3 declared prerequisites and contains 21 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 PF000H pythagorean_parameter_even_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 z
03Separate the logical casesL4–6
04Establish hevenL7–9
05Construct an explicit witnessL10–10
Supply the displayed value, then prove that it has the required property.
- L10
exists x
06Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
exact parity_cases_witness_left
07Separate the logical casesL12–13
08Use earlier factsL14–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
09Construct an explicit witnessL20–20
Supply the displayed value, then prove that it has the required property.
- L20
exists x
10Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact parity_cases_witness_right
Original exact command ledger · 21 lines
- 0001
intro z - 0002
intro hodd - 0003
specialize parity_cases z - 0004
cases parity_cases - 0005
cases parity_cases_witness - 0006
exfalso - 0007
have heven : exists q. z * z = 2 * q - 0008
specialize pythagorean_parameter_even_square z - 0009
apply pythagorean_parameter_even_square - 0010
exists x - 0011
exact parity_cases_witness_left - 0012
cases heven - 0013
cases hodd - 0014
specialize even_odd_exclusive_pointwise (z * z) - 0015
specialize even_odd_exclusive_pointwise x1 - 0016
specialize even_odd_exclusive_pointwise x2 - 0017
apply even_odd_exclusive_pointwise - 0018
exact heven_witness - 0019
exact hodd_witness - 0020
exists x - 0021
exact parity_cases_witness_right