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
edfbdd5f
Commit
edfbdd5f
authored
4 years ago
by
Simon Friis Vindum
Browse files
Options
Downloads
Patches
Plain Diff
Readd core_id_local_update
parent
9ff3a924
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/local_updates.v
+8
-0
8 additions, 0 deletions
theories/algebra/local_updates.v
with
8 additions
and
0 deletions
theories/algebra/local_updates.v
+
8
−
0
View file @
edfbdd5f
...
...
@@ -59,6 +59,14 @@ Section updates.
destruct
mz
as
[
z
|];
[|
done
]
.
by
destruct
(
id_freeN_r
n
n
x
z
)
.
Qed
.
Lemma
core_id_local_update
x
y
z
`{
!
CoreId
y
}
:
y
≼
x
→
(
x
,
z
)
~l
~>
(
x
,
z
⋅
y
)
.
Proof
.
intros
Hincl
n
mf
?
Heq
;
simpl
in
*
;
split
;
first
done
.
rewrite
[
x
]
core_id_extract
//
Heq
.
destruct
mf
as
[
f
|];
last
done
.
simpl
.
rewrite
-
assoc
[
f
⋅
y
]
comm
assoc
//.
Qed
.
Lemma
local_update_discrete
`{
!
CmraDiscrete
A
}
(
x
y
x'
y'
:
A
)
:
(
x
,
y
)
~l
~>
(
x'
,
y'
)
↔
∀
mz
,
✓
x
→
x
≡
y
⋅
?
mz
→
✓
x'
∧
x'
≡
y'
⋅
?
mz
.
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