Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
William Mansky
Iris
Commits
af0efbba
Commit
af0efbba
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
remove useless parameter, and export public dependencies from dfrac
parent
86125f9c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/algebra/dfrac.v
+3
-2
3 additions, 2 deletions
theories/algebra/dfrac.v
with
3 additions
and
2 deletions
theories/algebra/dfrac.v
+
3
−
2
View file @
af0efbba
...
...
@@ -19,7 +19,8 @@
that no one can own 1. And, since discarding is an irreversible operation,
it also implies that no one can own 1 in the future *)
From
Coq
.
QArith
Require
Import
Qcanon
.
From
iris
.
algebra
Require
Import
cmra
proofmode_classes
updates
frac
.
From
iris
.
algebra
Require
Export
cmra
.
From
iris
.
algebra
Require
Import
proofmode_classes
updates
frac
.
From
iris
Require
Import
options
.
(** An element of dfrac denotes ownership of a fraction, knowledge that a
...
...
@@ -158,7 +159,7 @@ Section dfrac.
Lemma
dfrac_valid_discarded
p
:
✓
DfracDiscarded
.
Proof
.
done
.
Qed
.
Lemma
dfrac_valid_own_discarded
q
p
:
Lemma
dfrac_valid_own_discarded
q
:
✓
(
DfracOwn
q
⋅
DfracDiscarded
)
↔
(
q
<
1
%
Qp
)
%
Qc
.
Proof
.
done
.
Qed
.
...
...
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