-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plain not distributive lattices #25
Comments
Recently, I started to generalize |
Excellent ! Each times I'm trying to insert something inside the hierarchy, I end up in a nightmare with canonical wishing there where really some ghostbuster around ;-) Tell me If I can be of any help extending the theory. |
Hi, With Xavier Allamigeon, we also need non-distributive lattices, inf-semi lattices and graded posets (and some combinations of the 3 previous ones). I just started adding graded posets to order.v. It would be delightful to see somebody adding the non-distributive lattices structure to order.v |
I really hope that we could start generating hierarchies very soon. The burden of inserting new structures in a hierarchy has reached is limits... |
Is there an on-going project for solving this? This would be great! |
May be this? |
Ok, thx. I am discovering Coq ELPI at the same time. |
After spending a day for this, I have obtained 4 non-distributive lattice structures:
Currently, I don't have complemented non-distributive lattice structures. My experimental implementation can be found here: https://github.com/pi8027/math-comp/tree/experiment/order-nondistr-lattice.
I hope so too, but just adding non-distributive lattice structures and reshuffling theorems was not so hard. (I needed to check and fix how small |
@pi8027 That was fast. In that case, I am going to rebase my graded poset structure on top of your branch and will start using the non-distributive bottom lattices ASAP in our development |
If you understand the invariants of packed classes correctly, you can use my tool
More details can be found by giving the @strub That would be helpful to improve the quality of my work! I think there are still some glitches. If you find them please ask me and @CohenCyril. |
@strub @hivert I put my non-distributive lattice structures branch as a PR math-comp/math-comp#388. So if you find something wrong, missing things, etc., please report them as comments of that PR. I intend to do some more improvements this week. |
In file https://github.com/math-comp/finmap/blob/master/order.v:
I.E.: all lattices are assumed to be distributive. There is a lot to say on non-distributive lattices. I'd love to have them.
The text was updated successfully, but these errors were encountered: