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
Marianna Rapoport
iris-coq
Commits
fb1221c5
Commit
fb1221c5
authored
Mar 28, 2018
by
Robbert Krebbers
Browse files
Fix typos.
parent
3bc1f853
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/lib/cancelable_invariants.v
View file @
fb1221c5
...
...
@@ -37,9 +37,9 @@ Section proofs.
Global
Instance
cinv_persistent
N
γ
P
:
Persistent
(
cinv
N
γ
P
).
Proof
.
rewrite
/
cinv
;
apply
_
.
Qed
.
Global
Instance
cinv_own_fraction
n
al
γ
:
Fractional
(
cinv_own
γ
).
Global
Instance
cinv_own_fractional
γ
:
Fractional
(
cinv_own
γ
).
Proof
.
intros
??.
by
rewrite
-
own_op
.
Qed
.
Global
Instance
cinv_own_as_fraction
n
al
γ
q
:
Global
Instance
cinv_own_as_fractional
γ
q
:
AsFractional
(
cinv_own
γ
q
)
(
cinv_own
γ
)
q
.
Proof
.
split
.
done
.
apply
_
.
Qed
.
...
...
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