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
8f539edb
Commit
8f539edb
authored
10 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
half-way show that the Finmap RA preserves pcmType
parent
c3cfd3b0
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
lib/ModuRes/Finmap.v
+21
-1
21 additions, 1 deletion
lib/ModuRes/Finmap.v
with
21 additions
and
1 deletion
lib/ModuRes/Finmap.v
+
21
−
1
View file @
8f539edb
...
...
@@ -1279,6 +1279,26 @@ Section RA.
left
;
do
2
!
eexists
;
repeat
split
;
eauto
.
reflexivity
.
+
apply
(
H1
i
)
.
eapply
fdComposeP'
.
by
eauto
.
Qed
.
(* The RA order on finmaps is the same as the fpfun order over the RA order *)
Lemma
ra_pord_iff_ext_pord
{
f
g
}:
pord
(
preoType
:=
pord_ra
)
f
g
<->
pord
(
preoType
:=
extOrd_preo
)
f
g
.
Proof
.
(* FIXME show this *)
admit
.
Qed
.
(* Show that this preserved pcm-edness of S with the RA-order of S *)
Section
RA_PCM
.
Context
`{
pcmS
:
pcmType
(
eqT
:=
eqT
)
(
pTA
:=
pord_ra
)
S
}
.
Global
Instance
ra_finmap_pcm
:
pcmType
(
pTA
:=
pord_ra
)
(
I
-
f
>
S
)
.
Proof
.
split
.
intros
σ
ρ
σc
ρc
HC
.
apply
ra_pord_iff_ext_pord
.
eapply
pcm_respC
;
first
by
apply
_
.
move
=>
i
.
apply
ra_pord_iff_ext_pord
.
by
apply
:
HC
.
Qed
.
End
RA_PCM
.
End
RA
.
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