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
Iris
Fairis
Commits
43c867da
Commit
43c867da
authored
Mar 05, 2018
by
Joseph Tassarotti
Browse files
Fix bug when building with coq 8.7.2
parent
7df95753
Pipeline
#7249
failed with stage
in 21 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/upred.v
View file @
43c867da
...
...
@@ -697,13 +697,13 @@ Proof. by rewrite affine_equiv and_elim_l. Qed.
Lemma
sep_affine_3
P
Q
:
⧆
(
⧆
P
★
Q
)
⊢
(
⧆
P
★
⧆
Q
).
Proof
.
-
unseal
;
constructor
.
intros
n
x
y
??
((
x1
&
x2
&
y1
&
y2
&
Hx
&
Hy
&
(
?&
Hy1
)
&
HQ
)
&
Hempty
).
assert
(
y2
≡
{
n
}
≡
∅
)
as
Hy2
.
{
rewrite
-
Hempty
Hy
Hy1
left_id
//=. }
exists
x1
,
x2
,
y1
,
y2
.
split_and
!
;
auto
.
*
split
;
auto
.
*
split
;
auto
.
unseal
;
constructor
.
intros
n
x
y
??
((
x1
&
x2
&
y1
&
y2
&
Hx
&
Hy
&
(
?&
Hy1
)
&
HQ
)
&
Hempty
).
assert
(
y2
≡
{
n
}
≡
∅
)
as
Hy2
.
{
rewrite
-
Hempty
Hy
Hy1
left_id
//=. }
exists
x1
,
x2
,
y1
,
y2
.
split_and
!
;
auto
.
*
split
;
auto
.
*
split
;
auto
.
Qed
.
Lemma
persistent_intro
'
P
Q
:
(
uPred_persistent
P
⊢
Q
)
→
uPred_persistent
P
⊢
uPred_persistent
Q
.
...
...
Write
Preview
Supports
Markdown
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