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
669dafd2
Commit
669dafd2
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
rename fixpoint2 -> fixpointAB
parent
86967a81
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/ofe.v
+4
-4
4 additions, 4 deletions
theories/algebra/ofe.v
with
4 additions
and
4 deletions
theories/algebra/ofe.v
+
4
−
4
View file @
669dafd2
...
...
@@ -262,7 +262,7 @@ Section fixpoint.
End
fixpoint
.
(** Mutual fixpoints *)
Section
fixpoint
2
.
Section
fixpoint
AB
.
Local
Unset
Default
Proof
Using
.
Context
`{
Cofe
A
,
Cofe
B
,
!
Inhabited
A
,
!
Inhabited
B
}
.
...
...
@@ -306,9 +306,9 @@ Section fixpoint2.
Qed
.
Lemma
fixpoint_B_unique
p
q
:
fA
p
q
≡
p
→
fB
p
q
≡
q
→
q
≡
fixpoint_B
.
Proof
.
intros
.
apply
fixpoint_unique
.
by
rewrite
-
fixpoint_A_unique
.
Qed
.
End
fixpoint
2
.
End
fixpoint
AB
.
Section
fixpoint
2
_ne
.
Section
fixpoint
AB
_ne
.
Context
`{
Cofe
A
,
Cofe
B
,
!
Inhabited
A
,
!
Inhabited
B
}
.
Context
(
fA
fA'
:
A
→
B
→
A
)
.
Context
(
fB
fB'
:
A
→
B
→
B
)
.
...
...
@@ -340,7 +340,7 @@ Section fixpoint2_ne.
(
∀
x
y
,
fA
x
y
≡
fA'
x
y
)
→
(
∀
x
y
,
fB
x
y
≡
fB'
x
y
)
→
fixpoint_B
fA
fB
≡
fixpoint_B
fA'
fB'
.
Proof
.
setoid_rewrite
equiv_dist
;
naive_solver
eauto
using
fixpoint_B_ne
.
Qed
.
End
fixpoint
2
_ne
.
End
fixpoint
AB
_ne
.
(** Function space *)
(* We make [ofe_fun] a definition so that we can register it as a canonical
...
...
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