Commit 2021-08-01 03:28 79bc7323
View on Github →feat(order/galois_connection): formula for upper_bounds (l '' s) (#8478)
- upgrade
galois_connection.upper_bounds_l_image_subsetandgalois_connection.lower_bounds_u_imageto equalities; - prove
bdd_above (l '' s) ↔ bdd_above sandbdd_below (u '' s) ↔ bdd_below s; - move
galois_connection.dualto the top and use it in some proofs; - use
order_iso.to_galois_connectionto transfer some of these results toorder_isos; - rename
rel_iso.to_galois_insertiontoorder_iso.to_galois_insertion.