Mathlib Map

Theorems · Definition · group theory

Representation.Equiv.toLinearEquiv

{A : Type u_1} →
  {G : Type u_2} →
    {V : Type u_3} →
      {W : Type u_4} →
        [inst : Semiring A] →
          [inst_1 : Monoid G] →
            [inst_2 : AddCommMonoid V] →
              [inst_3 : AddCommMonoid W] →
                [inst_4 : Module A V] →
                  [inst_5 : Module A W] →
                    {ρ : Representation A G V} → {σ : Representation A G W} → ρ.Equiv σ → V ≃ₗ[A] W

Underlying linear isomorphism of an equivalence of representations.

Defined in
Mathlib.RepresentationTheory.Intertwining
Cited by
10 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Quot.sound
Assumes
SemiringMonoidAddCommMonoidAddCommMonoidModuleModule

Around this declaration

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

Representation.Equiv.symm · cited by 27Equiv.symmRepresentation.Equiv.trans · cited by 5Equiv.transRepresentation.char_iso · cited by 2Representation.char_isoRepresentation.Equiv.toLinearEquiv_injective · cited by 1Equiv.toLinearEquiv_injec…Representation.Equiv.conj_apply_self · cited by 1Equiv.conj_apply_selfRepresentation.Equiv.coe_invFun · cited by 0Equiv.coe_invFunRepresentation.Equiv.coe_symm · cited by 0Equiv.coe_symmRepresentation.Equiv.toLinearEquiv_apply · cited by 0Equiv.toLinearEquiv_applyRepresentation.Equiv.toLinearEquiv_inj · cited by 0Equiv.toLinearEquiv_injRepresentation.Equiv.toLinearEquiv_mk' · cited by 0Equiv.toLinearEquiv_mk'Representation.Equiv.toLinearEquiv_toLinearMap · cited by 0Equiv.toLinearEquiv_toLin…Representation.Equiv.toLinearMap_symm · cited by 0Equiv.toLinearMap_symmModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidMonoid · cited by 3887MonoidLinearEquiv · cited by 3317LinearEquivRepresentation · cited by 396RepresentationRepresentation.IntertwiningMap.toLinearMap · cited by 205IntertwiningMap.toLinearM…Representation.Equiv · cited by 60Representation.EquivRepresentation.Equiv.toIntertwiningMap · cited by 46Equiv.toIntertwiningMapRepresentation.Equiv.invFun · cited by 7Equiv.invFunRepresentation.Equiv.left_inv · cited by 3Equiv.left_invRepresentation.Equiv.right_inv · cited by 3Equiv.right_invEquiv.toLinearEquivCITED BYCITES

Cites13

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

Cited by12

Results whose statement or proof uses this declaration.