Mathlib Map

Theorems · Theorem · group theory

setLike_mul_comm

∀ {S : Type u_3} {M : Type u_4} [inst : SetLike S M] [inst_1 : Mul M] [inst_2 : MulMemClass S M] {s : S}
  [IsMulCommutative ↥s] ⦃a b : M⦄, a ∈ s → b ∈ s → a * b = b * a

Commutativity of multiplication in commutative subobjects.

Defined in
Mathlib.Algebra.Group.Subsemigroup.Defs
Cited by
6 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SetLikeMulMulMemClassIsMulCommutative

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 by6

Results whose statement or proof uses this declaration.