FS001N · theorem body

four_square_descent_centered_four_remainders_exist

Alpha v34 checked-use · independently kernel and Lean verified; not Stable

Every four-coordinate natural quaternion admits four independent constructively chosen centered signed remainders.

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. ∀ b. ∀ c. ∀ d. ¬k = 0 → ∃ x. ∃ y. ∃ z. ∃ n. Le(x + x,k) ∧ ((∃ m. a = k · m + x) ∨ Dvd(k,a + x)) ∧ (Le(y + y,k) ∧ ((∃ m. b = k · m + y) ∨ Dvd(k,b + y)) ∧ (Le(z + z,k) ∧ ((∃ m. c = k · m + z) ∨ Dvd(k,c + z)) ∧ (Le(n + n,k) ∧ ((∃ m. d = k · m + n) ∨ Dvd(k,d + n)))))

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 b c d. ~(k = 0) -> exists e f g h. ((((exists fsd_center_bound_four_0. fsd_center_bound_four_0 + (e + e) = k) /\ ((exists fsd_center_lower_four_0. a = k * fsd_center_lower_four_0 + e) \/ (exists fsd_center_upper_four_0. a + e = k * fsd_center_upper_four_0)))) /\ ((((exists fsd_center_bound_four_1. fsd_center_bound_four_1 + (f + f) = k) /\ ((exists fsd_center_lower_four_1. b = k * fsd_center_lower_four_1 + f) \/ (exists fsd_center_upper_four_1. b + f = k * fsd_center_upper_four_1)))) /\ ((((exists fsd_center_bound_four_2. fsd_center_bound_four_2 + (g + g) = k) /\ ((exists fsd_center_lower_four_2. c = k * fsd_center_lower_four_2 + g) \/ (exists fsd_center_upper_four_2. c + g = k * fsd_center_upper_four_2)))) /\ (((exists fsd_center_bound_four_3. fsd_center_bound_four_3 + (h + h) = k) /\ ((exists fsd_center_lower_four_3. d = k * fsd_center_lower_four_3 + h) \/ (exists fsd_center_upper_four_3. d + h = k * fsd_center_upper_four_3)))))))

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

35 script commands · 13 reading checkpoints · 4 local claims

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.

Definition notation is shown below. Open the paired exact edition for the original native formulas. Source pairing is not a new equivalence certificate.

Named ingredients (1)
01Fix variables and assumptionsL1–6

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro k
  2. L2
    intro a
  3. L3
    intro b
  4. L4
    intro c
  5. L5
    intro d
  6. L6
    intro hnonzero
02Establish haL7–11

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square descent centered signed remainder exists.

  1. L7
    have ha : ∃ e. Le(e + e,k) ∧ ((∃ x. a = k · x + e) ∨ Dvd(k,a + e))Definitions: Le(e + e,k)Dvd(k,a + e)Original native command in the exact edition
  2. L8
    specialize four_square_descent_centered_signed_remainder_exists k
  3. L9
    specialize four_square_descent_centered_signed_remainder_exists a
  4. L10
    apply four_square_descent_centered_signed_remainder_exists
  5. L11
    exact hnonzero
03Establish hbL12–14

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square descent centered signed remainder exists.

  1. L12
    have hb : ∃ f. Le(f + f,k) ∧ ((∃ x. b = k · x + f) ∨ Dvd(k,b + f))Definitions: Le(f + f,k)Dvd(k,b + f)Original native command in the exact edition
  2. L13
    apply four_square_descent_centered_signed_remainder_exists
  3. L14
    exact hnonzero
04Establish hcL15–17

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square descent centered signed remainder exists.

  1. L15
    have hc : ∃ g. Le(g + g,k) ∧ ((∃ x. c = k · x + g) ∨ Dvd(k,c + g))Definitions: Le(g + g,k)Dvd(k,c + g)Original native command in the exact edition
  2. L16
    apply four_square_descent_centered_signed_remainder_exists
  3. L17
    exact hnonzero
05Establish hdL18–20

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square descent centered signed remainder exists.

  1. L18
    have hd : ∃ h. Le(h + h,k) ∧ ((∃ x. d = k · x + h) ∨ Dvd(k,d + h))Definitions: Le(h + h,k)Dvd(k,d + h)Original native command in the exact edition
  2. L19
    apply four_square_descent_centered_signed_remainder_exists
  3. L20
    exact hnonzero
06Separate the logical casesL21–24

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L21
    cases ha
  2. L22
    cases hb
  3. L23
    cases hc
  4. L24
    cases hd
07Construct an explicit witnessL25–28

Supply the displayed value, then prove that it has the required property.

  1. L25
    exists x
  2. L26
    exists x1
  3. L27
    exists x2
  4. L28
    exists x3
08Separate the logical casesL29–29

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L29
    split
09Use earlier factsL30–30

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L30
    exact ha_witness
10Separate the logical casesL31–31

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L31
    split
11Use earlier factsL32–32

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L32
    exact hb_witness
12Separate the logical casesL33–33

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L33
    split
13Use earlier factsL34–35

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L34
    exact hc_witness
  2. L35
    exact hd_witness

Library-wide reading audit

Original defined command ledger · 35 lines
  1. 0001intro k
  2. 0002intro a
  3. 0003intro b
  4. 0004intro c
  5. 0005intro d
  6. 0006intro hnonzero
  7. 0007have ha : ∃ e. Le(e + e,k) ∧ ((∃ x. a = k · x + e) ∨ Dvd(k,a + e))
    Exact native replay linehave ha : exists e. (((exists fsd_center_bound_four_a. fsd_center_bound_four_a + (e + e) = k) /\ ((exists fsd_center_lower_four_a. a = k * fsd_center_lower_four_a + e) \/ (exists fsd_center_upper_four_a. a + e = k * fsd_center_upper_four_a))))
  8. 0008specialize four_square_descent_centered_signed_remainder_exists k
  9. 0009specialize four_square_descent_centered_signed_remainder_exists a
  10. 0010apply four_square_descent_centered_signed_remainder_exists
  11. 0011exact hnonzero
  12. 0012have hb : ∃ f. Le(f + f,k) ∧ ((∃ x. b = k · x + f) ∨ Dvd(k,b + f))
    Exact native replay linehave hb : exists f. (((exists fsd_center_bound_four_b. fsd_center_bound_four_b + (f + f) = k) /\ ((exists fsd_center_lower_four_b. b = k * fsd_center_lower_four_b + f) \/ (exists fsd_center_upper_four_b. b + f = k * fsd_center_upper_four_b))))
  13. 0013apply four_square_descent_centered_signed_remainder_exists
  14. 0014exact hnonzero
  15. 0015have hc : ∃ g. Le(g + g,k) ∧ ((∃ x. c = k · x + g) ∨ Dvd(k,c + g))
    Exact native replay linehave hc : exists g. (((exists fsd_center_bound_four_c. fsd_center_bound_four_c + (g + g) = k) /\ ((exists fsd_center_lower_four_c. c = k * fsd_center_lower_four_c + g) \/ (exists fsd_center_upper_four_c. c + g = k * fsd_center_upper_four_c))))
  16. 0016apply four_square_descent_centered_signed_remainder_exists
  17. 0017exact hnonzero
  18. 0018have hd : ∃ h. Le(h + h,k) ∧ ((∃ x. d = k · x + h) ∨ Dvd(k,d + h))
    Exact native replay linehave hd : exists h. (((exists fsd_center_bound_four_d. fsd_center_bound_four_d + (h + h) = k) /\ ((exists fsd_center_lower_four_d. d = k * fsd_center_lower_four_d + h) \/ (exists fsd_center_upper_four_d. d + h = k * fsd_center_upper_four_d))))
  19. 0019apply four_square_descent_centered_signed_remainder_exists
  20. 0020exact hnonzero
  21. 0021cases ha
  22. 0022cases hb
  23. 0023cases hc
  24. 0024cases hd
  25. 0025exists x
  26. 0026exists x1
  27. 0027exists x2
  28. 0028exists x3
  29. 0029split
  30. 0030exact ha_witness
  31. 0031split
  32. 0032exact hb_witness
  33. 0033split
  34. 0034exact hc_witness
  35. 0035exact hd_witness