Skip to content
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

[Merged by Bors] - feat(order/galois_connection): formula for upper_bounds (l '' s) #8478

Closed
wants to merge 3 commits into from

Commits on Jul 31, 2021

  1. feat(order/galois_connection): formula for upper_bounds (l '' s)

    * upgrade `galois_connection.upper_bounds_l_image_subset` and
      `galois_connection.lower_bounds_u_image` to equalities;
    * prove `bdd_above (l '' s) ↔ bdd_above s` and
      `bdd_below (u '' s) ↔ bdd_below s`;
    * move `galois_connection.dual` to the top and use it in some proofs;
    * use `order_iso.to_galois_connection` to transfer some of these
      results to `order_iso`s;
    * rename `rel_iso.to_galois_insertion` to `order_iso.to_galois_insertion`.
    urkud committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    09e089e View commit details
    Browse the repository at this point in the history
  2. Fix

    urkud committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    b7eb8d0 View commit details
    Browse the repository at this point in the history
  3. Use to_dual/of_dual

    urkud committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    36a07d5 View commit details
    Browse the repository at this point in the history