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 d. (exists q. d = 2 * q + 1) -> (forall pff_divisor_odd_two_result. (exists pff_left_odd_two_result. (d) = pff_divisor_odd_two_result * pff_left_odd_two_result) -> (exists pff_right_odd_two_result. (2) = pff_divisor_odd_two_result * pff_right_odd_two_result) -> pff_divisor_odd_two_result = 1)Constructive proof overview
Generated structural guide
Every witnessed odd natural is coprime to two, using the actual prime-two theorem and constructive prime nondivisibility.
The unchanged tactic script uses 4 declared prerequisites and contains 22 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
even_odd_exclusive_pointwise Stable theorem; checked-use authorized prime_two Stable theorem; checked-use authorized prime_not_divides_coprime Stable theorem; checked-use authorized coprime_symm 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.
01Fix variables and assumptionsL1–2
02Establish hnotL3–4
03Separate the logical casesL5–6
04Use earlier factsL7–12
05Establish htwoL13–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime not divides coprime.
- L13
have htwo : forall pff_divisor_odd_two_local. (exists pff_left_odd_two_local. (2) = pff_divisor_odd_two_local * pff_left_odd_two_local) -> (exists pff_right_odd_two_local. (d) = pff_divisor_odd_two_local * pff_right_odd_two_local) -> pff_divisor_odd_two_local = 1 - L14
specialize prime_not_divides_coprime 2 - L15
specialize prime_not_divides_coprime d - L16
apply prime_not_divides_coprime - L17
exact prime_two - L18
exact hnot - L19
specialize coprime_symm 2 - L20
specialize coprime_symm d - L21
apply coprime_symm - L22
exact htwo
Original exact command ledger · 22 lines
- 0001
intro d - 0002
intro hodd - 0003
have hnot : ~(exists q. d = 2 * q) - 0004
intro heven - 0005
cases heven - 0006
cases hodd - 0007
specialize even_odd_exclusive_pointwise d - 0008
specialize even_odd_exclusive_pointwise x - 0009
specialize even_odd_exclusive_pointwise x1 - 0010
apply even_odd_exclusive_pointwise - 0011
exact heven_witness - 0012
exact hodd_witness - 0013
have htwo : forall pff_divisor_odd_two_local. (exists pff_left_odd_two_local. (2) = pff_divisor_odd_two_local * pff_left_odd_two_local) -> (exists pff_right_odd_two_local. (d) = pff_divisor_odd_two_local * pff_right_odd_two_local) -> pff_divisor_odd_two_local = 1 - 0014
specialize prime_not_divides_coprime 2 - 0015
specialize prime_not_divides_coprime d - 0016
apply prime_not_divides_coprime - 0017
exact prime_two - 0018
exact hnot - 0019
specialize coprime_symm 2 - 0020
specialize coprime_symm d - 0021
apply coprime_symm - 0022
exact htwo