Mathlib Map

Theorems · Theorem · commutative algebra

isCoprime_group_smul_left

∀ {R : Type u_1} {G : Type u_2} [inst : CommSemiring R] [inst_1 : Group G] [inst_2 : MulAction G R]
  [SMulCommClass G R R] [IsScalarTower G R R] (x : G) (y z : R), IsCoprime (x • y) z ↔ IsCoprime y z
Defined in
Mathlib.RingTheory.Coprime.Basic
Cited by
3 results in Mathlib
Foundations
Depth 14 from the axioms · uses propext
Assumes
CommSemiringGroupMulActionSMulCommClassIsScalarTower

Around this declaration

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

Cites11

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

Cited by3

Results whose statement or proof uses this declaration.