Skip to content

Generalize `Excl_included` & more `singleton_included` lemmas

Robbert Krebbers requested to merge robbert/some_cmra_lemmas into master
  • Make lemma Excl_included a bi-implication.
  • Add lemma singleton_included : {[ i := x ]} ≼ ({[ i := y ]} ↔ x ≡ y ∨ x ≼ y, and rename existing asymmetric lemmas (with a singleton on just the LHS):
    • singleton_includedNsingleton_includedN_l.
    • singleton_includedsingleton_included_l.
    • singleton_included_exclusivesingleton_included_l_exclusive

Merge request reports