PA001G · theorem

divides_linear_step

Stable checked-use theorem · independently closed

A common divisor of a divisor and remainder divides their Euclidean linear step.

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

∀ c. ∀ b. ∀ q. ∀ r. Dvd(c,b)Dvd(c,r)Dvd(c,b · q + r)

Every purple notation token opens its conservative definition. This is a reading surface; the compiler expands the statement before the unchanged kernel checks it.

Definitions used by this theorem

In the theorem statement

3 occurrences

In local proof propositions

none

0 occurrences

Exact expanded native-PA statement
forall c b q r. (exists u. b = c * u) -> (exists v. r = c * v) -> exists w. b * q + r = c * w

Proof neighborhood

Direct theorem prerequisites

Direct theorem dependents

Definition-aware tactic body

Only local propositions introduced by have or suffices are compacted. The untrusted compiler re-expands each one before the original tactic script is replayed; defined notation is never accepted by the kernel. Open the exact replay line beneath every changed command.

Read the argument

Proof checkpoints

17 script commands · 7 reading checkpoints · 0 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 (2)
01Fix variables and assumptionsL1–6

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

  1. L1
    intro c
  2. L2
    intro b
  3. L3
    intro q
  4. L4
    intro r
  5. L5
    intro hb
  6. L6
    intro hr
02Separate the logical casesL7–8

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

  1. L7
    cases hb
  2. L8
    cases hr
03Construct an explicit witnessL9–9

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

  1. L9
    exists x * q + x1
04Calculate and transport equalitiesL10–13

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L10
    rewrite hb_witness
  2. L11
    rewrite hr_witness
  3. L12
    trans c * (x * q) + c * x1
  4. L13
    congr
05Use earlier factsL14–14

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

  1. L14
    apply mul_assoc
06Calculate and transport equalitiesL15–16

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L15
    refl
  2. L16
    symm
07Use earlier factsL17–17

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

  1. L17
    apply mul_add

Library-wide reading audit

Original defined command ledger · 17 lines
  1. 0001intro c
  2. 0002intro b
  3. 0003intro q
  4. 0004intro r
  5. 0005intro hb
  6. 0006intro hr
  7. 0007cases hb
  8. 0008cases hr
  9. 0009exists x * q + x1
  10. 0010rewrite hb_witness
  11. 0011rewrite hr_witness
  12. 0012trans c * (x * q) + c * x1
  13. 0013congr
  14. 0014apply mul_assoc
  15. 0015refl
  16. 0016symm
  17. 0017apply mul_add