Mathlib Map

Theorems · Definition · group theory

Rep.indCoindIso

{k : Type u} →
  {G : Type v} →
    [inst : CommRing k] →
      [inst_1 : Group G] →
        {S : Subgroup G} →
          [DecidableRel ⇑(QuotientGroup.rightRel S)] →
            [S.FiniteIndex] →
              (A : Rep.{max w u, u, v} k ↥S) → Rep.ind S.subtype A ≅ Rep.coind.{u, v, v, max u w} S.subtype A

Let S ≤ G be a finite index subgroup, g₁, ..., gₙ a set of right coset representatives of S, and A a k-linear S-representation. This is an isomorphism Ind_S^G(A) ≅ Coind_S^G(A). The forward map sends (⟦g ⊗ₜ[k] a⟧, sg) ↦ ρ(s)(a), and the inverse sends f : G → A to ∑ᵢ ⟦gᵢ ⊗ₜ[k] f(gᵢ)⟧ for 1 ≤ i ≤ n.

Defined in
Mathlib.RepresentationTheory.FiniteIndex
Cited by
13 results in Mathlib
Foundations
Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingGroupDecidableRelSubgroup.FiniteIndex

Around this declaration

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

Rep.indCoindNatIso · cited by 6Rep.indCoindNatIsoRep.indCoindIso_hom_hom_toLinearMap · cited by 1Rep.indCoindIso_hom_hom_t…Rep.indCoindIso_inv_hom_toLinearMap · cited by 0Rep.indCoindIso_inv_hom_t…Rep.indCoindNatIso_hom_app · cited by 0Rep.indCoindNatIso_hom_appRep.coindResAdjunction_counit_app · cited by 0Rep.coindResAdjunction_co…Rep.coindResAdjunction_homEquiv_apply · cited by 0Rep.coindResAdjunction_ho…Rep.coindResAdjunction_homEquiv_symm_apply · cited by 0Rep.coindResAdjunction_ho…Rep.coindResAdjunction_unit_app · cited by 0Rep.coindResAdjunction_un…Rep.indCoindNatIso_inv_app · cited by 0Rep.indCoindNatIso_inv_appRep.resIndAdjunction_counit_app · cited by 0Rep.resIndAdjunction_coun…Rep.resIndAdjunction_homEquiv_apply · cited by 0Rep.resIndAdjunction_homE…Rep.resIndAdjunction_homEquiv_symm_apply · cited by 0Rep.resIndAdjunction_homE…Rep.resIndAdjunction_unit_app · cited by 0Rep.resIndAdjunction_unit…Rep.indCoindIso.congr_simp · cited by 0indCoindIso.congr_simpCommRing · cited by 17173CommRingGroup · cited by 6238GroupCategoryTheory.Iso · cited by 3963CategoryTheory.IsoSubgroup · cited by 3593SubgroupRep · cited by 843RepSubgroup.subtype · cited by 185Subgroup.subtypeSubgroup.FiniteIndex · cited by 113Subgroup.FiniteIndexQuotientGroup.rightRel · cited by 44QuotientGroup.rightRelRep.ind · cited by 28Rep.indRep.coind · cited by 23Rep.coindLinearEquiv.ofLinearMap · cited by 9LinearEquiv.ofLinearMapRepresentation.Equiv.mk · cited by 9Equiv.mkRep.mkIso · cited by 7Rep.mkIsoRep.coindToInd · cited by 6Rep.coindToIndRep.indToCoind · cited by 5Rep.indToCoindRep.indCoindIsoCITED BYCITES

Cites17

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

Cited by14

Results whose statement or proof uses this declaration.