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
∀ k. ∀ a. Le(0 + 0,k) ∧ ((∃ x. a = k · x + 0) ∨ Dvd(k,a + 0)) → Dvd(k,a)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 k a. (((exists fsd_center_bound_zero. fsd_center_bound_zero + (0 + 0) = k) /\ ((exists fsd_center_lower_zero. a = k * fsd_center_lower_zero + 0) \/ (exists fsd_center_upper_zero. a + 0 = k * fsd_center_upper_zero)))) -> exists q. a = k * qProof 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–3
02Separate the logical casesL4–6
03Construct an explicit witnessL7–7
Supply the displayed value, then prove that it has the required property.
- L7
exists x
04Calculate and transport equalitiesL8–8
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L8
rewrite PA3 at hcenter_right_left_witness
05Use earlier factsL9–9
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L9
exact hcenter_right_left_witness
06Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
cases hcenter_right_right
07Construct an explicit witnessL11–11
Supply the displayed value, then prove that it has the required property.
- L11
exists x
08Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
rewrite PA3 at hcenter_right_right_witness
09Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact hcenter_right_right_witness
Original defined command ledger · 13 lines
- 0001
intro k - 0002
intro a - 0003
intro hcenter - 0004
cases hcenter - 0005
cases hcenter_right - 0006
cases hcenter_right_left - 0007
exists x - 0008
rewrite PA3 at hcenter_right_left_witness - 0009
exact hcenter_right_left_witness - 0010
cases hcenter_right_right - 0011
exists x - 0012
rewrite PA3 at hcenter_right_right_witness - 0013
exact hcenter_right_right_witness