Zulip Chat Archive
Stream: new members
Topic: Map from intersection
Ben McDonnell (Jun 22 2019 at 12:08):
Hi, I'm trying to define a map from the intersection of two submodules. Let L and N be submodules of M. Then L \cap N is a submodule of M, and L\times N is a module. There is a map x : L \cap N to (x,x) : L \times N But I'm not sure how to  lift x : L \cap N  to x : L
Johan Commelin (Jun 22 2019 at 12:38):
I think you should use \glb instead of \cap. That way you invoke the lattice structure on submodules.
Johan Commelin (Jun 22 2019 at 12:40):
@Ben McDonnell The map from L \glb N to L is probably called inf_le_left.
Last updated: May 02 2025 at 03:31 UTC