Theorems · Definition · group theory
Rep.indMap
{k : Type u} →
{G : Type v} →
{H : Type v'} →
[inst : CommRing k] →
[inst_1 : Group G] →
[inst_2 : Group H] → (φ : G →* H) → {A B : Rep.{u_1, u, v} k G} → (A ⟶ B) → (Rep.ind φ A ⟶ Rep.ind φ B)Given a group homomorphism φ : G →* H, a morphism of G-representations f : A ⟶ B induces
a morphism of H-representations (k[H] ⊗[k] A)_G ⟶ (k[H] ⊗[k] B)_G.
- Defined in
- Mathlib.RepresentationTheory.Induced
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CommRingstatement and proof · cited by 17,173
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- Repstatement and proof · cited by 843
- MonoidAlgebraproof · cited by 590
- MonoidHom.compproof · cited by 469
- Rep.ρproof · cited by 356
- Representation.IntertwiningMap.toLinearMapproof · cited by 205
- LinearMap.lTensorproof · cited by 203
- Rep.Hom.homproof · cited by 190
- Representation.tprodproof · cited by 103
Cited by2
Results whose statement or proof uses this declaration.
- Rep.indFunctorproof · cited by 12
- Rep.indFunctor_mapstatement · cited by 0