Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tej Chajed
iris
Commits
7b0417ad
Commit
7b0417ad
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
998df552
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algebra/agree.v
+1
-1
1 addition, 1 deletion
algebra/agree.v
algebra/dec_agree.v
+2
-0
2 additions, 0 deletions
algebra/dec_agree.v
with
3 additions
and
1 deletion
algebra/agree.v
+
1
−
1
View file @
7b0417ad
...
...
@@ -61,7 +61,7 @@ Instance agree_unit : Unit (agree A) := id.
Instance
agree_minus
:
Minus
(
agree
A
)
:=
λ
x
y
,
x
.
Instance
:
Comm
(
≡
)
(
@
op
(
agree
A
)
_)
.
Proof
.
intros
x
y
;
split
;
[
naive_solver
|
by
intros
n
(?
&
?
&
Hxy
);
apply
Hxy
]
.
Qed
.
Definition
agree_idemp
(
x
:
agree
A
)
:
x
⋅
x
≡
x
.
Lemma
agree_idemp
(
x
:
agree
A
)
:
x
⋅
x
≡
x
.
Proof
.
split
;
naive_solver
.
Qed
.
Instance
:
∀
n
:
nat
,
Proper
(
dist
n
==>
impl
)
(
@
validN
(
agree
A
)
_
n
)
.
Proof
.
...
...
This diff is collapsed.
Click to expand it.
algebra/dec_agree.v
+
2
−
0
View file @
7b0417ad
...
...
@@ -47,3 +47,5 @@ Proof.
Qed
.
Canonical
Structure
dec_agreeRA
:
cmraT
:=
discreteRA
dec_agree_ra
.
End
dec_agree
.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment