Zulip Chat Archive
Stream: maths
Topic: naming question: linear family of endoms (rank, regular)
Johan Commelin (Apr 19 2024 at 10:58):
Suppose that we have a linear family of endomorphisms , where are two -modules. (Example: the adjoint representation of a Lie algebra . In this case .)
Then the characteristic polynomials have coefficients that are homogeneous polynomials as function of . (One way to make this precise: represent on some basis of .)
In Lie theory, the smallest index for which this homogeneous "coefficient polynomial" is non-zero is called the rank, and elements whose has a non-zero coefficient at index rank
are called regular elements.
Here is my question: these definitions make sense outside Lie theory for an arbitrary as above. (Oliver has been very patiently pointing this out to me.)
- Are these concepts used outside of Lie theory?
- If yes, under what names?
- If no, what are reasonable names for these concepts? (I currently have
LinearMap.polyRank φ
andLinearMap.IsRegular φ x
, and I'm not very fond of those names.)
Oliver Nash (Apr 19 2024 at 12:54):
I only have a moment so a quick remark. Maybe LinearMap.nilpotentRank
or LinearMap.nilRank
for one of the names since when is one-dimensional (so that we really just have a single endomorphism) this number is the dimension of the Fitting 0 component.
Johan Commelin (Apr 19 2024 at 14:56):
Ok, that is a good suggestion. Should we go with something like LinearMap.IsNilRegular
for the other one?
Johan Commelin (Apr 19 2024 at 17:40):
Ok, I pushed those names to
feat(Algebra/Lie/Rank): the rank of a Lie algebra, and regular elements #10628
Damiano Testa (Apr 19 2024 at 20:58):
I think that some people might call these (or very small variations) determinantal varieties.
Antoine Chambert-Loir (Apr 20 2024 at 07:38):
Then you can even have three linear spaces and .
Last updated: May 02 2025 at 03:31 UTC