Mathlib Map

Theorems · Definition · group theory

Representation.freeLiftLEquiv

{G : Type v} →
  [inst : Monoid G] →
    {V : Type v'} →
      [inst_1 : AddCommMonoid V] →
        {k : Type u} →
          [inst_2 : CommSemiring k] →
            [inst_3 : Module k V] →
              (σ : Representation k G V) → (α : Type w') → (Representation.free k G α).IntertwiningMap σ ≃ₗ[k] α → V

Equiv between the intertwining map module (α →₀ G →₀ k) → V and the function space α → V.

Defined in
Mathlib.RepresentationTheory.Equiv
Cited by
3 results in Mathlib
Foundations
Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MonoidAddCommMonoidCommSemiringModule

Around this declaration

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

Cites15

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.