Theorems · Theorem · commutative algebra
isCoprime_mul_unit_right_left
∀ {R : Type u_1} [inst : CommSemiring R] {x : R}, IsUnit x → ∀ (y z : R), IsCoprime (y * x) 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.
- CommSemiringstatement and proof · cited by 10,911
- mul_commproof · cited by 2,262
- IsUnitstatement and proof · cited by 1,602
- IsCoprimestatement · cited by 321
- isCoprime_mul_unit_left_leftproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- isCoprime_mul_units_rightproof · cited by 1