From 484b1a450501fd915b72cdd335e907ea8afa489b Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 14 Mar 2018 14:26:03 +0100
Subject: [PATCH] no idea why I would think this implies monotonicity...

---
 theories/bi/interface.v | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/theories/bi/interface.v b/theories/bi/interface.v
index 2b595d700..d271c2c7a 100644
--- a/theories/bi/interface.v
+++ b/theories/bi/interface.v
@@ -119,8 +119,7 @@ Section bi_mixin.
     bi_mixin_persistently_exist_1 {A} (Ψ : A → PROP) :
       <pers> (∃ a, Ψ a) ⊢ ∃ a, <pers> (Ψ a);
 
-    (* In the ordered RA model: [core x ≼ core (x ⋅ y)].
-       Note that this implies that the core is monotone. *)
+    (* In the ordered RA model: [core x ≼ core (x ⋅ y)]. *)
     bi_mixin_persistently_absorbing P Q : <pers> P ∗ Q ⊢ <pers> P;
     (* In the ordered RA model: [x â‹… core x = core x]. *)
     bi_mixin_persistently_and_sep_elim P Q : <pers> P ∧ Q ⊢ P ∗ Q;
-- 
GitLab