Theorems · Definition · group theory
Representation.subrepresentation
{k : Type u_1} →
{G : Type u_2} →
{V : Type u_3} →
[inst : Semiring k] →
[inst_1 : Monoid G] →
[inst_2 : AddCommMonoid V] →
[inst_3 : Module k V] →
(ρ : Representation k G V) →
(W : Submodule k V) → (∀ (g : G), W ≤ Submodule.comap (ρ g) W) → Representation k G ↥WGiven a k-linear G-representation (V, ρ), this is the representation defined by
restricting ρ to a G-invariant k-submodule of V.
- Defined in
- Mathlib.RepresentationTheory.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement · cited by 10,215
- Submodulestatement and proof · cited by 7,192
- Monoidstatement and proof · cited by 3,887
- Representationstatement and proof · cited by 396
- Submodule.comapstatement and proof · cited by 347
- LinearMap.restrictproof · cited by 84
Cited by5
Results whose statement or proof uses this declaration.
- Representation.toCoinvariantsKerproof · cited by 2
- Rep.subrepresentationproof · cited by 1
- Representation.toInvariantsproof · cited by 1
- Representation.subrepresentation_applystatement and proof · cited by 0
- Rep.subtype_hom_toFunstatement · cited by 0