Theorems · Definition · group theory
Function.Injective.mulAction
{M : Type u_1} →
{α : Type u_5} →
{β : Type u_6} →
[inst : Monoid M] →
[inst_1 : MulAction M α] →
[inst_2 : SMul M β] →
(f : β → α) → Function.Injective f → (∀ (c : M) (x : β), f (c • x) = c • f x) → MulAction M βPullback a multiplicative action along an injective map respecting •.
See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.Group.Action.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by8
Results whose statement or proof uses this declaration.
- Finset.mulActionFinsetproof · cited by 10
- Function.Injective.mulDistribMulActionproof · cited by 0
- Function.Injective.distribMulActionproof · cited by 0
- FunLike.mulActionproof · cited by 0
- AffineSubspace.mulActionproof · cited by 0
- ValuationSubring.pointwiseMulActionproof · cited by 0
- Function.Injective.torsorproof · cited by 0
- Function.Injective.mulActionWithZeroproof · cited by 0