Theorems · Theorem · ring theory
SkewMonoidAlgebra.mapDomain_mul
∀ {α : Type u_3} {α₂ : Type u_4} {β : Type u_5} {F : Type u_6} [inst : Semiring β] [inst_1 : Monoid α]
[inst_2 : Monoid α₂] [inst_3 : FunLike F α α₂] [inst_4 : MulSemiringAction α β] [inst_5 : MulSemiringAction α₂ β]
[MulHomClass F α α₂] {f : F} (x y : SkewMonoidAlgebra β α),
(∀ (a : α) (x : β), a • x = f a • x) →
(SkewMonoidAlgebra.mapDomain ⇑f) (x * y) = (SkewMonoidAlgebra.mapDomain ⇑f) x * (SkewMonoidAlgebra.mapDomain ⇑f) yLike mapDomain_add, but for the skewed convolutive multiplication we define in this
file. This theorem holds assuming that (hf : ∀ (a : α) (x : β), a • x = (f a) • x).
- Defined in
- Mathlib.Algebra.SkewMonoidAlgebra.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidproof · cited by 12,281
- Monoidstatement and proof · cited by 3,887
- AddMonoidHomstatement · cited by 3,230
- FunLikestatement and proof · cited by 2,560
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- map_mulproof · cited by 1,137
- smul_zeroproof · cited by 665
- MulSemiringActionstatement and proof · cited by 423
- mul_addproof · cited by 413
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.