Theorems · Theorem · linear algebra
Module.End.mapsTo_restrict_maxGenEigenspace_restrict_of_mapsTo
∀ {R : Type v} {M : Type w} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] {p : Submodule R M}
(f g : Module.End R M) (hf : Set.MapsTo ⇑f ↑p ↑p) (hg : Set.MapsTo ⇑g ↑p ↑p) {μ₁ μ₂ : R},
Set.MapsTo ⇑f ↑(g.maxGenEigenspace μ₁) ↑(g.maxGenEigenspace μ₂) →
Set.MapsTo ⇑(LinearMap.restrict f hf) ↑(Module.End.maxGenEigenspace (LinearMap.restrict g hg) μ₁)
↑(Module.End.maxGenEigenspace (LinearMap.restrict g hg) μ₂)- Defined in
- Mathlib.LinearAlgebra.Eigenspace.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingAddCommGroupModule
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Semiringproof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- AddCommMonoidproof · cited by 12,281
- CommSemiringproof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- RingHomproof · cited by 10,189
- SetLike.coestatement and proof · cited by 8,199
- Ringproof · cited by 7,463
Cited by1
Results whose statement or proof uses this declaration.
- Module.End.iSup_iInf_maxGenEigenspace_eq_top_of_forall_mapsToproof · cited by 2