Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
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
Environments
Terraform modules
Monitor
Incidents
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
Glen Mével
stdpp
Commits
13c012d4
Commit
13c012d4
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix transitivity change
parent
f7f79d26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/lexico.v
+1
-1
1 addition, 1 deletion
theories/lexico.v
theories/list.v
+1
-1
1 addition, 1 deletion
theories/list.v
with
2 additions
and
2 deletions
theories/lexico.v
+
1
−
1
View file @
13c012d4
...
...
@@ -52,7 +52,7 @@ Proof.
-
intros
[
x
y
]
.
apply
prod_lexico_irreflexive
.
by
apply
(
irreflexivity
lexico
y
)
.
-
intros
[??]
[??]
[??]
??
.
eapply
prod_lexico_transitive
;
eauto
.
apply
trans
.
eapply
prod_lexico_transitive
;
eauto
.
apply
trans
itivity
.
Qed
.
Instance
prod_lexico_trichotomyT
`{
Lexico
A
,
tA
:
!
TrichotomyT
(
@
lexico
A
_)}
`{
Lexico
B
,
tB
:
!
TrichotomyT
(
@
lexico
B
_)}:
TrichotomyT
(
@
lexico
(
A
*
B
)
_)
.
...
...
This diff is collapsed.
Click to expand it.
theories/list.v
+
1
−
1
View file @
13c012d4
...
...
@@ -2493,7 +2493,7 @@ Section Forall2_order.
Global
Instance
:
Symmetric
R
→
Symmetric
(
Forall2
R
)
.
Proof
.
intros
.
induction
1
;
constructor
;
auto
.
Qed
.
Global
Instance
:
Transitive
R
→
Transitive
(
Forall2
R
)
.
Proof
.
intros
????
.
apply
Forall2_transitive
.
by
apply
@
trans
.
Qed
.
Proof
.
intros
????
.
apply
Forall2_transitive
.
by
apply
@
trans
itivity
.
Qed
.
Global
Instance
:
Equivalence
R
→
Equivalence
(
Forall2
R
)
.
Proof
.
split
;
apply
_
.
Qed
.
Global
Instance
:
PreOrder
R
→
PreOrder
(
Forall2
R
)
.
...
...
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