Mathlib Map

Theorems · Theorem · commutative algebra

dvd_sub_right

∀ {α : Type u_1} [inst : NonUnitalRing α] {a b c : α}, a ∣ b → (a ∣ b - c ↔ a ∣ c)

If an element a divides another element b in a ring, a divides the difference of b and another element c iff a divides c.

Defined in
Mathlib.Algebra.Ring.Divisibility.Basic
Cited by
1 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Quot.sound
Assumes
NonUnitalRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.