Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre-Marie Pédrot
Iris
Commits
a1f630a6
Commit
a1f630a6
authored
Dec 18, 2017
by
Jacques-Henri Jourdan
Browse files
Weaken monPred_bi_embedding. A bi index is always inhabited.
parent
128c9125
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/monpred.v
View file @
a1f630a6
...
...
@@ -468,8 +468,7 @@ Proof.
by
apply
affine
,
bi
.
forall_affine
.
Qed
.
Global
Instance
monPred_bi_embedding
:
Inhabited
I
→
BiEmbedding
PROP
(
monPredI
I
PROP
).
Global
Instance
monPred_bi_embedding
:
BiEmbedding
PROP
(
monPredI
I
PROP
).
Proof
.
split
;
try
apply
_;
unseal
;
try
done
.
-
move
=>??
/=
[/(
_
inhabitant
)
?]
//.
...
...
@@ -501,7 +500,6 @@ Proof.
by
apply
timeless
,
bi
.
forall_timeless
.
Qed
.
Global
Instance
monPred_sbi_embedding
:
Inhabited
I
→
SbiEmbedding
PROP
(
monPredSI
I
PROP
).
Global
Instance
monPred_sbi_embedding
:
SbiEmbedding
PROP
(
monPredSI
I
PROP
).
Proof
.
split
;
try
apply
_
.
by
unseal
.
Qed
.
End
sbi_facts
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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