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
1503fb75
Commit
1503fb75
authored
3 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
swap direction of mono_nat_lb_op
parent
c7cda88a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/algebra/lib/mono_nat.v
+2
-2
2 additions, 2 deletions
iris/algebra/lib/mono_nat.v
with
2 additions
and
2 deletions
iris/algebra/lib/mono_nat.v
+
2
−
2
View file @
1503fb75
...
...
@@ -45,7 +45,7 @@ Section mono_nat.
Proof
.
by
rewrite
-
mono_nat_auth_dfrac_op
dfrac_op_own
.
Qed
.
Lemma
mono_nat_lb_op
n1
n2
:
◯
MN
n1
⋅
◯
MN
n2
=
◯
MN
(
n1
`
max
`
n2
)
.
◯
MN
(
n1
`
max
`
n2
)
=
◯
MN
n1
⋅
◯
MN
n2
.
Proof
.
rewrite
-
auth_frag_op
max_nat_op
//.
Qed
.
Lemma
mono_nat_auth_lb_op
dq
n
:
...
...
@@ -61,7 +61,7 @@ Section mono_nat.
Lemma
mono_nat_lb_op_le_l
n
n'
:
n'
≤
n
→
◯
MN
n
=
◯
MN
n'
⋅
◯
MN
n
.
Proof
.
intros
.
rewrite
mono_nat_lb_op
Nat
.
max_r
//.
Qed
.
Proof
.
intros
.
rewrite
-
mono_nat_lb_op
Nat
.
max_r
//.
Qed
.
Lemma
mono_nat_auth_dfrac_valid
dq
n
:
(
✓
●
MN
{
dq
}
n
)
↔
✓
dq
.
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