You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add inverses to monoids/comm monoids
* Add meets and joins to order properties
* Rewrite isConnected and rename isStronglyConnected
* Decidable total and linear orders imply discrete
* Remove discrete requirement
* Move decidable->discrete from toset to poset
* Define binary meets/joins and prove properties
* The negation of a linear order is a poset
* Define bounds on a poset
* Mild refactoring
Rename preorder to proset; rename strict poset
to quoset (quasiorder) and add strict orders
as quasiorders with weak linearity
* Remove unnecessary constructors
* Define tight relations
* Reintroduce constructors
* Lattice basics
* Distributive lattices
* Replace compEquiv usages
* Total orders are distributive pseudolattices
* Add pseudolattice assumption to make more useful
* Mappings on posets
* Downsets and upsets are preserved
* Defined complete lattices
* Duals and closures
* Embeddings form a complete lattice
* Dual closures
* Bicomplete subsets
* Poset equivalences
* Galois connections
* Fix typo
* Fix whitespace
* Fix build failures
* Move PosetDownset to where principalDownsets are
* Fix build failures
* Split mappings and subsets
* Fix whitespace
* Proofs regarding residuals and involutions
* Cleaner proof
0 commit comments