Theorems · Theorem · group theory
Rep.indToCoindAux_snd_mul_inv
∀ {k : Type u} {G : Type v} [inst : CommRing k] [inst_1 : Group G] {S : Subgroup G}
[inst_2 : DecidableRel ⇑(QuotientGroup.rightRel S)] {A : Rep.{w, u, v} k ↥S} (g₁ g₂ g₃ : G) (a : ↑A),
(A.indToCoindAux g₁) a (g₂ * g₃⁻¹) = (A.indToCoindAux (g₁ * g₃)) a g₂- Defined in
- Mathlib.RepresentationTheory.FiniteIndex
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingGroupDecidableRel
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- Groupstatement and proof · cited by 6,238
- mul_oneproof · cited by 3,885
- Subgroupstatement and proof · cited by 3,593
- mul_assocproof · cited by 1,667
- Repstatement and proof · cited by 843
- Rep.Vstatement and proof · cited by 695
- Rep.ρproof · cited by 356
- mul_inv_cancelproof · cited by 128
Cited by1
Results whose statement or proof uses this declaration.
- Rep.indToCoindAux_fst_mul_invproof · cited by 0