Theorems · Definition · group theory
Function.Surjective.mulAction
{M : Type u_1} →
{α : Type u_5} →
{β : Type u_6} →
[inst : Monoid M] →
[inst_1 : MulAction M α] →
[inst_2 : SMul M β] →
(f : α → β) → Function.Surjective f → (∀ (c : M) (x : α), f (c • x) = c • f x) → MulAction M βPushforward a multiplicative action along a surjective 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, Quot.sound
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 by4
Results whose statement or proof uses this declaration.
- Function.Surjective.mulActionWithZeroproof · cited by 0
- Function.Surjective.mulDistribMulActionproof · cited by 0
- Function.Surjective.torsorproof · cited by 0
- Function.Surjective.distribMulActionproof · cited by 0