Theorems · Theorem · group theory
Representation.IntertwiningMap.mk.injEq
∀ {A : Type u_1} {G : Type u_2} {V : Type u_3} {W : Type u_4} [inst : Semiring A] [inst_1 : Monoid G]
[inst_2 : AddCommMonoid V] [inst_3 : AddCommMonoid W] [inst_4 : Module A V] [inst_5 : Module A W]
{ρ : Representation A G V} {σ : Representation A G W} (toLinearMap : V →ₗ[A] W)
(isIntertwining' : ∀ (g : G), toLinearMap ∘ₗ ρ g = σ g ∘ₗ toLinearMap) (toLinearMap_1 : V →ₗ[A] W)
(isIntertwining'_1 : ∀ (g : G), toLinearMap_1 ∘ₗ ρ g = σ g ∘ₗ toLinearMap_1),
({ toLinearMap := toLinearMap, isIntertwining' := isIntertwining' } =
{ toLinearMap := toLinearMap_1, isIntertwining' := isIntertwining'_1 }) =
(toLinearMap = toLinearMap_1)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 41 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 and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Monoidstatement and proof · cited by 3,887
- LinearMap.compstatement and proof · cited by 1,642
- Representationstatement and proof · cited by 396
- Representation.IntertwiningMapstatement · cited by 261
- Representation.IntertwiningMap.mk.injproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Representation.IntertwiningMap.extproof · cited by 51
- ContIntertwiningMap.toIntertwiningMap_injectiveproof · cited by 0