Theorems · Definition · commutative algebra
FunLike.distribSMul
{M : Type u_1} →
{F : Type u_3} →
{α : Type u_4} →
{β : Type u_5} →
[i : FunLike F α β] →
[inst : AddZeroClass β] →
[inst_1 : AddZeroClass F] →
[inst_2 : DistribSMul M β] →
[inst_3 : SMul M F] → [IsZeroApply F α β] → [IsAddApply F α β] → [IsSMulApply M F α β] → DistribSMul M FA FunLike type with scalar multiplication that satisfies (m • f) x = m • f x and
0 x = 0, (f + g) x = f x + g x is a DistribSMul if β is a DistribSMul.
- Defined in
- Mathlib.Data.FunLike.Module
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FunLikestatement and proof · cited by 2,560
- AddZeroClassstatement and proof · cited by 1,237
- DistribSMulstatement and proof · cited by 117
- IsAddApplystatement and proof · cited by 75
- IsZeroApplystatement and proof · cited by 72
- IsSMulApplystatement and proof · cited by 48
- FunLike.coeAddMonoidHomproof · cited by 19
- Function.Injective.distribSMulproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.