Skip to content
Snippets Groups Projects
  1. Feb 12, 2018
  2. Feb 08, 2018
  3. Feb 02, 2018
  4. Dec 22, 2017
  5. Dec 20, 2017
  6. Dec 14, 2017
  7. Dec 11, 2017
  8. Dec 04, 2017
  9. Nov 14, 2017
  10. Nov 01, 2017
    • Jacques-Henri Jourdan's avatar
      Remove notations for bi_bare and bi_persistently. · a38db108
      Jacques-Henri Jourdan authored
      (□ P) now means (bi_bare (bi_persistently P)).
      
      This is motivated by the fact that these two modalities are rarely
      used separately.
      
      In the case of an affine BI, we keep the □ notation. This means that a
      bi_bare is inserted each time we use □. Hence, a few adaptations need
      to be done in the proof mode class instances.
      a38db108
  11. Oct 31, 2017
  12. Oct 30, 2017
    • Robbert Krebbers's avatar
      Drop positivity axiom of the BI canonical structure. · f2eaf912
      Robbert Krebbers authored
      The absence of this axiom has two consequences:
      
      - We no longer have `■ (P ∗ Q) ⊢ ■ P ∗ ■ Q` and `□ (P ∗ Q) ⊢ □ P ∗ □ Q`,
        and as a result, separating conjunctions in the unrestricted/persistent
        context cannot be eliminated.
      - When having `(P -∗ ⬕ Q) ∗ P`, we do not get `⬕ Q ∗ P`. In the proof
        mode this means when having:
      
          H1 : P -∗ ⬕ Q
          H2 : P
      
        We cannot say `iDestruct ("H1" with "H2") as "#H1"` and keep `H2`.
      
      However, there is now a type class `PositiveBI PROP`, and when there is an
      instance of this type class, one gets the above reasoning principle back.
      
      TODO: Can we describe positivity of individual propositions instead of the
      whole BI? That way, we would get the above reasoning principles even when
      the BI is not positive, but the propositions involved are.
      f2eaf912
    • Robbert Krebbers's avatar
      Remove axiom that emp is timeless. · 4e82b191
      Robbert Krebbers authored
      As Aleš observed, in the ordered RA model it is not, unless the order on the
      unit is timeless.
      4e82b191
    • Robbert Krebbers's avatar
      Simplify box axioms. · d18747b6
      Robbert Krebbers authored
      Thanks to discussions with Ales and Amin.
      d18747b6
    • Robbert Krebbers's avatar
      Generalize proofmode. · 52c3006d
      Robbert Krebbers authored
      52c3006d
Loading