Mathlib Map

Theorems · Definition · category theory

Action.mkIso

{V : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} V] →
    {G : Type u_2} →
      [inst_1 : Monoid G] →
        {M N : Action V G} →
          (f : M.V ≅ N.V) →
            autoParam
                (∀ (g : G),
                  CategoryTheory.CategoryStruct.comp (M.ρ g) f.hom = CategoryTheory.CategoryStruct.comp f.hom (N.ρ g))
                Action.mkIso._auto_1 →
              (M ≅ N)

Construct an isomorphism of G actions/representations from an isomorphism of the underlying objects, where the forward direction commutes with the group action.

Defined in
Mathlib.CategoryTheory.Action.Basic
Cited by
14 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Action.diagonalSuccIsoTensorDiagonal · cited by 5Action.diagonalSuccIsoTen…Action.leftRegularTensorIso · cited by 5Action.leftRegularTensorI…Action.FunctorCategoryEquivalence.unitIso · cited by 3FunctorCategoryEquivalenc…Action.resCongr · cited by 3Action.resCongrContAction.resCongr · cited by 3ContAction.resCongrAction.resComp · cited by 2Action.resCompCategoryTheory.Functor.mapContActionCongr · cited by 2Functor.mapContActionCongrAction.resId · cited by 2Action.resIdAction.mkIso.congr_simp · cited by 2mkIso.congr_simpAction.tensorUnitIso · cited by 2Action.tensorUnitIsoCategoryTheory.Functor.mapActionCongr · cited by 2Functor.mapActionCongrFDRep.dualTensorIsoLinHom · cited by 2FDRep.dualTensorIsoLinHomAction.diagonalOneIsoLeftRegular · cited by 1Action.diagonalOneIsoLeft…Action.diagonalSuccIsoTensorTrivial_inv_hom_apply · cited by 1Action.diagonalSuccIsoTen…CategoryTheory.FintypeCat.isoQuotientStabilizerOfIsConnected · cited by 1FintypeCat.isoQuotientSta…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoMonoid · cited by 3887MonoidMonoidHom · cited by 3629MonoidHomAction · cited by 206ActionAction.V · cited by 176Action.VCategoryTheory.End · cited by 169CategoryTheory.EndAction.ρ · cited by 51Action.ρAction.mkIsoCITED BYCITES

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by28

Results whose statement or proof uses this declaration.