FS0046 · theorem body

four_square_bounded_multiple_is_zero

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

A natural strictly below a modulus can be divisible by that modulus only when it is zero.

historical independently replay-verified empty-context experiment; the experiment itself persisted no certificate and granted no release authority; current checked use follows separately sealed proof bundles; no Stable promotion.

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

∀ p. ∀ a. Lt(a,p)Dvd(p,a) → a = 0

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

none
Exact expanded first-order statement
forall p a. (exists fsri_gap_bounded_multiple. fsri_gap_bounded_multiple + S (a) = (p)) -> (exists fsri_factor_bounded_multiple. (a) = (p) * fsri_factor_bounded_multiple) -> a = 0

Proof neighborhood

Direct theorem prerequisites

eq_decidable · Stable closed bounded_nonzero_not_divides · Alpha closed

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

17 script commands · 6 reading checkpoints · 1 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.

01Fix variables and assumptionsL1–4

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

  1. L1
    intro p
  2. L2
    intro a
  3. L3
    intro hbound
  4. L4
    intro hmultiple
02Establish hcaseL5–8

Establish this local claim before using it. It is not an additional assumption.

  1. L5
    have hcase : a = 0 \/ ~(a = 0)
  2. L6
    specialize eq_decidable a
  3. L7
    specialize eq_decidable 0
  4. L8
    exact eq_decidable
03Separate the logical casesL9–9

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

  1. L9
    cases hcase
04Use earlier factsL10–10

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

  1. L10
    exact hcase_left
05Separate the logical casesL11–11

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

  1. L11
    exfalso
06Use earlier factsL12–17

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

  1. L12
    specialize bounded_nonzero_not_divides p
  2. L13
    specialize bounded_nonzero_not_divides a
  3. L14
    apply bounded_nonzero_not_divides
  4. L15
    exact hcase_right
  5. L16
    exact hbound
  6. L17
    exact hmultiple

Library-wide reading audit

Original defined command ledger · 17 lines
  1. 0001intro p
  2. 0002intro a
  3. 0003intro hbound
  4. 0004intro hmultiple
  5. 0005have hcase : a = 0 \/ ~(a = 0)
  6. 0006specialize eq_decidable a
  7. 0007specialize eq_decidable 0
  8. 0008exact eq_decidable
  9. 0009cases hcase
  10. 0010exact hcase_left
  11. 0011exfalso
  12. 0012specialize bounded_nonzero_not_divides p
  13. 0013specialize bounded_nonzero_not_divides a
  14. 0014apply bounded_nonzero_not_divides
  15. 0015exact hcase_right
  16. 0016exact hbound
  17. 0017exact hmultiple