Mathlib Map

Theorems · Theorem · group theory

Rep.indToCoindAux_mul_snd

∀ {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) (a : ↑A) (s : ↥S),
  (A.indToCoindAux g) a (↑s * g₁) = (A.ρ s) ((A.indToCoindAux g) a g₁)
Defined in
Mathlib.RepresentationTheory.FiniteIndex
Cited by
2 results in Mathlib
Foundations
Depth 70 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.

Cites23

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 and proof · cited by 18,349
  • CommRingstatement and proof · cited by 17,173
  • LinearMapstatement and proof · 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
  • map_zeroproof · cited by 1,614
  • map_mulproof · cited by 1,137
  • Repstatement and proof · cited by 843
  • Rep.Vstatement and proof · cited by 695

Cited by2

Results whose statement or proof uses this declaration.