Theorems · Definition · group theory
Rep.indResHomEquiv
{k : Type u} →
{G : Type v} →
{H : Type v'} →
[inst : CommRing k] →
[inst_1 : Group G] →
[inst_2 : Group H] →
(φ : G →* H) →
(A : Rep.{max w v' u, u, v} k G) →
(B : Rep.{max w v' u, u, v'} k H) → (Rep.ind φ A ⟶ B) ≃ₗ[k] A ⟶ Rep.res φ BGiven a group homomorphism φ : G →* H, an H-representation B, and a G-representation
A, there is a k-linear equivalence between the H-representation morphisms ind φ A ⟶ B and
the G-representation morphisms A ⟶ B.
- Defined in
- Mathlib.RepresentationTheory.Induced
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Quiver.Homstatement and proof · cited by 32,603
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapproof · cited by 10,215
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- LinearEquivstatement · cited by 3,317
- LinearMap.compproof · cited by 1,642
- LinearEquiv.toLinearMapproof · cited by 1,171
- Repstatement and proof · cited by 843
- Rep.Vproof · cited by 695
Cited by5
Results whose statement or proof uses this declaration.
- Rep.indResAdjunctionproof · cited by 2
- Rep.coindResAdjunction_homEquiv_applystatement · cited by 0
- Rep.coindResAdjunction_homEquiv_symm_applystatement · cited by 0
- Rep.indResHomEquiv_applystatement and proof · cited by 0
- Rep.indResHomEquiv_symm_applystatement and proof · cited by 0