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
Rodolphe Lepigre
Iris
Commits
417e8297
Commit
417e8297
authored
Mar 11, 2016
by
Ralf Jung
Browse files
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
parents
60a13f4a
ce4c7913
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/auth.v
View file @
417e8297
...
...
@@ -132,9 +132,11 @@ Canonical Structure authR : cmraT := CMRAT auth_cofe_mixin auth_cmra_mixin.
Global
Instance
auth_cmra_discrete
:
CMRADiscrete
A
→
CMRADiscrete
authR
.
Proof
.
split
;
first
apply
_
.
intros
[[]
?]
;
rewrite
/=
/
cmra_valid
/
cmra_validN
/=
-
?cmra_discrete_included_iff
-
?cmra_discrete_valid_iff
;
auto
.
Admitted
.
intros
[[]
?]
;
rewrite
/=
/
cmra_valid
/
cmra_validN
/=
;
auto
.
-
setoid_rewrite
<-
cmra_discrete_included_iff
.
rewrite
-
cmra_discrete_valid_iff
.
tauto
.
-
by
rewrite
-
cmra_discrete_valid_iff
.
Qed
.
(** Internalized properties *)
Lemma
auth_equivI
{
M
}
(
x
y
:
auth
A
)
:
...
...
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