Mathlib Map

Theorems · Theorem · commutative algebra

isCoprime_mul_units_left

∀ {R : Type u_1} [inst : CommSemiring R] {u v : R},
  IsUnit u → IsUnit v → ∀ (y z : R), IsCoprime (u * y) (v * z) ↔ IsCoprime y z
Defined in
Mathlib.RingTheory.Coprime.Basic
Cited by
1 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext
Assumes
CommSemiring

Around this declaration

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

Cites5

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.