Zulip Chat Archive
Stream: maths
Topic: The lattice of submodules
Antoine Chambert-Loir (Jun 15 2024 at 17:53):
Let be a ring and be an -module. The lattice of submodules of satisfies docs#Submodule.mem_sup:
For submodules of and , one has iff there exists and such that .
An analogous property holds in certain lattices (in particular distributive lattices, see docs#DistribLattice): if is such a lattice, the conditions is equivalent to the existence of and such that . (In a distributive lattice, one can set and .)
But the lattice of submodules is not distributive in not general (take three lines in a plane), hence I wonder whether anybody is aware of some property that would encompass both cases.
Andrew Yang (Jun 15 2024 at 18:21):
I'm no expert in lattice theory but sounds like docs#IsModularLattice.
Antoine Chambert-Loir (Jun 15 2024 at 18:58):
Thanks for the link. Indeed, we have docs#IsModularLattice.inf_sup_inf_assoc, but that rewrites to the unsymmetric which equals iff …
Junyan Xu (Jun 16 2024 at 00:56):
Subgroups of a nonabelian group still form a modular lattice, but doesn't satisfy the analogue of mem_sup
...
Antoine Chambert-Loir (Jun 16 2024 at 06:45):
Good point!
Yaël Dillies (Jun 16 2024 at 08:06):
I'm very certain people, eg Dilworth, have already sorted this out 100 years ago. I'm not sure what condition exactly it is, though
Yaël Dillies (Jun 16 2024 at 08:09):
Antoine Chambert-Loir said:
the conditions is equivalent to the existence of and such that .
It really looks like docs#SupIrred and docs#SupPrime, but it's not quite it
Kevin Buzzard (Jun 16 2024 at 08:15):
I am confused by this question. In the theory of submodules it's not true that X <= Y + Z implies that X can be written Y' + Z' with Y' <= Y etc. However all its elements can be. But this is a different claim because elements are not the same as sets so the lattice framework doesn't apply. So what exactly is this question asking?
Yaël Dillies (Jun 16 2024 at 08:22):
Kevin Buzzard said:
elements are not the same as sets so the lattice framework doesn't apply
Actually, I don't think that's true. Elements of rings become atoms of their lattice of submodules, and that's a lattice theoretic concept.
Yaël Dillies (Jun 16 2024 at 08:23):
You can rephrase Antoine's statement as "If is an atom and , then there exist atoms and such that "
Antoine Chambert-Loir (Jun 16 2024 at 08:45):
That's why I wrote “analogous”. (Using it, I could prove both cases along the same lines.)
Antoine Chambert-Loir (Jun 16 2024 at 08:46):
Moreover, elements correspond to monogeneous submodules and are not exactly atoms.
Yaël Dillies (Jun 16 2024 at 08:47):
Sorry, I guess they are only atoms when the scalars are a field
Kevin Buzzard (Jun 16 2024 at 09:47):
OK well if there is a way of interpreting the above in terms of lattices, is there still a mathematics question left in this thread and, if so, what is it?
Yaël Dillies (Jun 16 2024 at 09:50):
The question is "What is the mathematical name (if any) of the lattices that are such that is equivalent to the existence of and such that ?"
Andrew Yang (Jun 16 2024 at 10:41):
I don't think this holds for the lattice of submodules?
Yaël Dillies (Jun 16 2024 at 10:43):
I agree. Counterexample: The submodules of generated by
Mitchell Lee (Jun 16 2024 at 19:45):
Yaël Dillies said:
The question is "What is the mathematical name (if any) of the lattices that are such that is equivalent to the existence of and such that ?"
The condition holds for a lattice if and only if is distributive.
Proof
The backward direction is easy. For the forward direction, let . To prove that is distributive, it suffices to show that
We have , so by the condition, there exist and such that . This yields and similarly . Hence and , so
as desired.
Dean Young (Jun 18 2024 at 20:22):
The lattice of submodules is a (modular) quantale action. In the attachment the condition of being locally principal is related to the condition that the first isomorphism theorem holds given modularity, which is true for the lattice arising from a ring or ring action (action under tensor, i.e. module).
IdealLatticesandLocallyPrincipalIdeals
Professor Derksen was very generous that summer - he let me explore whatever I wanted to. I decided it was interesting to see what conditions could be expressed in ideal theoretic terms, taking inspiration from 1st and 2nd semester commutative algebra courses (Atiyah & MacDonald, Altman & Kleiman, and Mel Hochster's notes).
In sum: it was Dilworth who found that, while the condition of being a principal ideal was lost in the associated quantale structure, the condition of being locally principal was not. In the paper, the condition on a quantale which generalizes locally principal is called Dilworth principal, and it is shown to be equivalent to two other conditions given modularity.
Dean Young (Jun 18 2024 at 20:25):
Yaël Dillies said:
The question is "What is the mathematical name (if any) of the lattices that are such that is equivalent to the existence of and such that ?"
The main insight here is about how the condition of being locally principal can be expressed in terms of the lattice structure because of an equivalence with the projection formula given modularity. This insight allows one to proceed with ideal theory by replacing principal ideals with locally principal ideals, which are related to "saturated maps" mentioned in the paper in how the first isomorphism theorem holds. In general (without modularity), some of the three conditions are stronger than others (strictly), which is why only one of them is called Dilworth principal.
After this theory is developed you can impose that each submodule is the join of locally principal submodules, which is more natural because of how the submodule lattice (which is a quantale action as defined in the attachment) is not distributive in general. Instead, there is a functor from quantales to distributive lattices which roughly consists of taking Hom with the Sierpinski lattice (two element lattice) [[-,𝕊],𝕊] twice in the category of join lattices (any frame is a quantale under the meet operation, including the two-element one). This gives a functor into distributive lattices, in which the mentioned condition holds, but it also suggests what is better about a certain modified question, in which elements (and principal ideals) are replaced with locally principal ideals:
Theorem: Let be a quantale action arising from a Noetherian module over a Noetherian commutative ring (lattice of submodules). For submodules and of i.e. , and a locally principal submodule , if and only if one can Zariski locally find and such that , and in the quantale action arising from .
The answer is not so different from the one @Kevin Buzzard suggests, since locally one can do the same thing. But the exciting thing is that the result can be expressed in terms of quantales and their actions.
Dean Young (Jun 18 2024 at 20:37):
(deleted)
Dean Young (Jun 18 2024 at 20:38):
Screenshot-2024-06-18-at-10.37.50PM.png
Screenshot-2024-06-18-at-10.37.57PM.png
Screenshot-2024-06-18-at-10.38.20PM.png
Dean Young (Jun 18 2024 at 20:49):
Yaël Dillies said:
I'm very certain people, eg Dilworth, have already sorted this out 100 years ago. I'm not sure what condition exactly it is, though
So the condition is "distributive" if you want to answer the question, and "locally" principal if you want to modify the question to be true for any quantale-action arising from a module over a commutative ring (however you may need the Noetherian condition, at least at first).
Dean Young (Jun 18 2024 at 21:13):
Here is the main lemma in the attachment:
Screenshot-2024-06-18-at-11.12.39PM.png
Screenshot-2024-06-18-at-11.13.00PM.png
Dean Young (Jun 18 2024 at 21:21):
Yaël Dillies said:
Kevin Buzzard said:
elements are not the same as sets so the lattice framework doesn't apply
Actually, I don't think that's true. Elements of rings become atoms of their lattice of submodules, and that's a lattice theoretic concept.
So, from the perspective of the above, "atom" is replaced with "atom locally", which can still be expressed in the quantale/quantale-action language.
Dean Young (Jun 18 2024 at 21:26):
One more comment is about the compactness condition and the "locally adic topology" on a commutative unitial ring : the Noetherian condition is somehow related to the condition that a certain topology on -- one in which the preimage of an open ideal is closed under the homomorphism and -- it is related to the compactness condition on that topology. See Mel Hochster's thesis, I think it's the "patch topology" and that the adic topology forms a spectral space?
Dean Young (Jun 18 2024 at 21:47):
Kevin Buzzard said:
I am confused by this question. In the theory of submodules it's not true that X <= Y + Z implies that X can be written Y' + Z' with Y' <= Y etc. However all its elements can be. But this is a different claim because elements are not the same as sets so the lattice framework doesn't apply. So what exactly is this question asking?
So in sum, the condition of being principal has this problem, but locally principal is equivalent to one that can be expressed in pure ideal theoretic terms.
Dean Young (Jun 18 2024 at 22:14):
Dean Young (Jun 19 2024 at 01:51):
Junyan Xu (Oct 05 2024 at 23:09):
Junyan Xu said:
Subgroups of a nonabelian group still form a modular lattice, but doesn't satisfy the analogue ofmem_sup
...
This is actually wrong as pointed out by Wikipedia. The failure of modularity is definitely connected to the non-existence of and such that in the original post, so maybe there's indeed a closer connection.
Speaking of modular lattices, maybe you'd be interested in reviewing #17457 ...
Last updated: May 02 2025 at 03:31 UTC