Theorems · Definition · linear algebra
LinearMap.nilRankAux
{R : Type u_1} →
{L : Type u_2} →
{M : Type u_3} →
{ι : Type u_5} →
[inst : CommRing R] →
[inst_1 : AddCommGroup L] →
[inst_2 : Module R L] →
[inst_3 : AddCommGroup M] →
[inst_4 : Module R M] →
[Fintype ι] →
[DecidableEq ι] →
[Module.Free R M] → [Module.Finite R M] → (L →ₗ[R] Module.End R M) → Module.Basis ι R L → ℕ(Implementation detail, see LinearMap.nilRank.)
Let L and M be finite free modules over R,
and let φ : L →ₗ[R] Module.End R M be a linear family of endomorphisms.
Then LinearMap.nilRankAux φ b is the smallest index
at which LinearMap.polyCharpoly φ b has a non-zero coefficient.
This number does not depend on the choice of b, see nilRankAux_basis_indep.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Module.Basisstatement and proof · cited by 1,477
- Module.Finitestatement and proof · cited by 1,032
- Module.Endstatement and proof · cited by 774
- Module.Freestatement and proof · cited by 597
- Polynomial.natTrailingDegreeproof · cited by 87
- LinearMap.polyCharpolyproof · cited by 28
Cited by4
Results whose statement or proof uses this declaration.
- LinearMap.nilRankproof · cited by 10
- LinearMap.polyCharpoly_coeff_nilRankAux_ne_zerostatement · cited by 2
- LinearMap.nilRankAux_basis_indepstatement · cited by 1
- LinearMap.nilRankAux_lestatement and proof · cited by 1