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
Pierre Roux
Iris
Commits
9eae1e71
Commit
9eae1e71
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Improve implicit arguments.
parent
54dccc24
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
iris/base_logic/lib/mono_nat.v
+2
-2
2 additions, 2 deletions
iris/base_logic/lib/mono_nat.v
with
2 additions
and
2 deletions
iris/base_logic/lib/mono_nat.v
+
2
−
2
View file @
9eae1e71
...
@@ -89,7 +89,7 @@ Section mono_nat.
...
@@ -89,7 +89,7 @@ Section mono_nat.
mono_nat_auth_own
γ
q
n
-∗
mono_nat_lb_own
γ
n
.
mono_nat_auth_own
γ
q
n
-∗
mono_nat_lb_own
γ
n
.
Proof
.
unseal
.
apply
own_mono
,
mono_nat_included
.
Qed
.
Proof
.
unseal
.
apply
own_mono
,
mono_nat_included
.
Qed
.
Lemma
mono_nat_lb_own_le
γ
n
n'
:
Lemma
mono_nat_lb_own_le
{
γ
n
}
n'
:
n'
≤
n
→
n'
≤
n
→
mono_nat_lb_own
γ
n
-∗
mono_nat_lb_own
γ
n'
.
mono_nat_lb_own
γ
n
-∗
mono_nat_lb_own
γ
n'
.
Proof
.
unseal
.
intros
.
by
apply
own_mono
,
mono_nat_lb_mono
.
Qed
.
Proof
.
unseal
.
intros
.
by
apply
own_mono
,
mono_nat_lb_mono
.
Qed
.
...
@@ -102,7 +102,7 @@ Section mono_nat.
...
@@ -102,7 +102,7 @@ Section mono_nat.
auto
with
iFrame
.
auto
with
iFrame
.
Qed
.
Qed
.
Lemma
mono_nat_own_update
γ
n
n'
:
Lemma
mono_nat_own_update
{
γ
n
}
n'
:
n
≤
n'
→
n
≤
n'
→
mono_nat_auth_own
γ
1
n
==∗
mono_nat_auth_own
γ
1
n'
∗
mono_nat_lb_own
γ
n'
.
mono_nat_auth_own
γ
1
n
==∗
mono_nat_auth_own
γ
1
n'
∗
mono_nat_lb_own
γ
n'
.
Proof
.
Proof
.
...
...
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