Theorems · Theorem · group theory
smul_mul_smul_comm
∀ {α : Type u_5} {β : Type u_6} [inst : Mul α] [inst_1 : Mul β] [inst_2 : SMul α β] [IsScalarTower α β β]
[IsScalarTower α α β] [SMulCommClass α β β] (a : α) (b : β) (c : α) (d : β), a • b * c • d = (a * c) • (b * d)Note that the IsScalarTower α β β and SMulCommClass α β β typeclass arguments are usually
satisfied by Algebra α β.
- Defined in
- Mathlib.Algebra.Group.Action.Defs
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
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.
- IsScalarTowerstatement and proof · cited by 3,896
- SMulCommClassstatement and proof · cited by 1,927
- SMulCommClass.symmproof · cited by 67
- smul_smul_smul_commproof · cited by 8
Cited by14
Results whose statement or proof uses this declaration.
- smul_inv₀proof · cited by 3
- isCoprime_group_smul_leftproof · cited by 3
- NormedSpace.exp_add_of_commute_of_mem_ballproof · cited by 3
- List.smul_prodproof · cited by 1
- div_smul_div_commproof · cited by 1
- Finset.prod_smulproof · cited by 1
- HahnSeries.SummableFamily.hsum_powerSeriesFamily_mulproof · cited by 1
- smul_invproof · cited by 1
- Ring.choose_smul_chooseproof · cited by 1
- CliffordAlgebra.toEven_comp_ofEvenproof · cited by 0
- Finset.expect_mul_sq_le_sq_mul_sqproof · cited by 0
- smul_mem_closure_star_mulproof · cited by 0