Rep k G is the category of k-linear representations of G. #
Given a G-representation ρ on a module V, you can construct the bundled representation as
Rep.of ρ. Conversely, given a bundled representation A : Rep k G, you can get the underlying
module as A.V and the representation on it as A.ρ.
The category of representations of monoid G and their morphisms.
- V : Type w
the underlying type of an object in
Rep k G - hV1 : AddCommGroup ↑self
- hV2 : Module k ↑self
- ρ : Representation k G ↑self
the underlying representation of an object in
Rep k G
Instances For
The object in the category of representations associated to a type equipped a representation.
This is the preferred way to construct a term of Rep k G.
Instances For
Typecheck an IntertwiningMap as a morphism in Rep.
Instances For
An equiv between the underlying representations induce isomorphism between objects in
Rep k G.
Instances For
The trivial k-linear G-representation on a k-module V.
Instances For
Given a representation A of a commutative monoid G, the map ρ_A(g) is a representation
morphism A ⟶ A for any g : G.
Instances For
The natural isomorphism between the representations on k[G¹] and k[G] induced by left
multiplication in G.
Instances For
When H = {1}, the G-representation on k[H] induced by an action of G on H is
isomorphic to the trivial representation on k.
Instances For
Turns a k-module A with a compatible DistribMulAction of a monoid G into a
k-linear G-representation on A.
Instances For
Turns a CommGroup G with a MulDistribMulAction of a monoid M into a
ℤ-linear M-representation on Additive G.
Instances For
Unfolds ofMulDistribMulAction; useful to keep track of additivity.
Instances For
Given a k-linear G-representation (V, ρ), this is the representation defined by
restricting ρ to a G-invariant k-submodule of V.
Instances For
The natural inclusion of a subrepresentation into the ambient representation.
Instances For
Given a k-linear G-representation (V, ρ) and a G-invariant k-submodule W ≤ V, this
is the representation induced on V ⧸ W by ρ.
Instances For
The functor equipping a module with the trivial representation.
Instances For
Forgetting Rep to ModuleCat is the same as first map to Action
then forget to ModuleCat.
Instances For
Given a k-linear G-representation (A, ρ₁), this is the 'internal Hom' functor sending
(B, ρ₂) to the representation Homₖ(A, B) that maps g : G and f : A →ₗ[k] B to
(ρ₂ g) ∘ₗ f ∘ₗ (ρ₁ g⁻¹).
Instances For
Given a k-linear G-representation A, this is the Hom-set bijection in the adjunction
A ⊗ - ⊣ ihom(A, -). It sends f : A ⊗ B ⟶ C to a Rep k G morphism defined by currying the
k-linear map underlying f, giving a map A →ₗ[k] B →ₗ[k] C, then flipping the arguments.
Instances For
Given representations A, B and a type α, this is the natural representation isomorphism
(α →₀ A) ⊗ B ≅ (A ⊗ B) →₀ α sending single x a ⊗ₜ b ↦ single x (a ⊗ₜ b).
Instances For
Given representations A, B and a type α, this is the natural representation isomorphism
A ⊗ (α →₀ B) ≅ (A ⊗ B) →₀ α sending a ⊗ₜ single x b ↦ single x (a ⊗ₜ b).
Instances For
The natural isomorphism sending single g r₁ ⊗ single a r₂ ↦ single a (single g r₁r₂).
Instances For
The monoidal functor sending a type H with a G-action to the induced k-linear
G-representation on k[H].
Instances For
The linearization of a type H with a G-action is definitionally isomorphic to the
k-linear G-representation on k[H] induced by the G-action on H.