Theorems · Definition · group theory
Function.Injective.mulDistribMulAction
{M : Type u_2} →
{A : Type u_3} →
{B : Type u_4} →
[inst : Monoid M] →
[inst_1 : Monoid A] →
[inst_2 : MulDistribMulAction M A] →
[inst_3 : Monoid B] →
[inst_4 : SMul M B] →
(f : B →* A) →
Function.Injective ⇑f → (∀ (c : M) (x : B), f (c • x) = c • f x) → MulDistribMulAction M BPullback a multiplicative distributive multiplicative action along an injective monoid homomorphism.
- Defined in
- Mathlib.Algebra.Group.Action.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement and proof · cited by 3,629
- MulActionproof · cited by 1,294
- MulDistribMulActionstatement and proof · cited by 120
- Function.Injective.mulActionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Finset.mulDistribMulActionproof · cited by 0