Theorems · Definition · group theory
MulActionHom.prodMap
{M : Type u_1} →
{N : Type u_2} →
{α : Type u_3} →
{β : Type u_4} →
{γ : Type u_5} →
{δ : Type u_6} →
[inst : SMul M α] →
[inst_1 : SMul M β] →
[inst_2 : SMul N γ] → [inst_3 : SMul N δ] → {σ : M → N} → (α →ₑ[σ] γ) → (β →ₑ[σ] δ) → α × β →ₑ[σ] γ × δIf f and g are equivariant maps, then so is (x, y) ↦ (f x, g y).
- Defined in
- Mathlib.GroupTheory.GroupAction.Hom
- Cited by
- 1 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.coeproof · cited by 62,936
- MulActionHomstatement and proof · cited by 124
- MulActionHom.compproof · cited by 12
- MulActionHom.prodproof · cited by 4
- MulActionHom.fstproof · cited by 4
- MulActionHom.sndproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- MulActionHom.prodMap_applystatement and proof · cited by 0