Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rice Wine
Iris
Commits
13040135
Commit
13040135
authored
Jun 05, 2018
by
Ralf Jung
Browse files
re-state and not just register ownM_ne, cmra_valid_ne
parent
78014def
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/bi.v
View file @
13040135
...
...
@@ -167,8 +167,9 @@ Implicit Types A : Type.
Notation
"P ⊢ Q"
:
=
(
bi_entails
(
PROP
:
=
uPredI
M
)
P
%
I
Q
%
I
).
Notation
"P ⊣⊢ Q"
:
=
(
equiv
(
A
:
=
uPredI
M
)
P
%
I
Q
%
I
).
Global
Existing
Instance
uPred_primitive
.
ownM_ne
.
Global
Existing
Instance
uPred_primitive
.
cmra_valid_ne
.
Global
Instance
ownM_ne
:
NonExpansive
(@
uPred_ownM
M
)
:
=
uPred_primitive
.
ownM_ne
.
Global
Instance
cmra_valid_ne
{
A
:
cmraT
}
:
NonExpansive
(@
uPred_cmra_valid
M
A
)
:
=
uPred_primitive
.
cmra_valid_ne
.
(** Re-exporting primitive Own and valid lemmas *)
Lemma
ownM_op
(
a1
a2
:
M
)
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment