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.
- sub_eq_add_negproof · cited by 1,023
- NonUnitalRingstatement and proof · cited by 422
- dvd_negproof · cited by 19
- dvd_add_rightproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- dvd_sub_self_leftproof · cited by 0