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
∀ d. Odd(d) → Coprime(d,2)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 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)Proof 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.
01Fix variables and assumptionsL1–2
02Establish hnotL3–4
Establish this local claim before using it. It is not an additional assumption.
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.
Original defined command ledger · 22 lines
- 0001
intro d - 0002
intro hodd - 0003
have hnot : ¬Even(d)Exact native replay line
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 : Coprime(2,d)Exact native replay line
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