Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BiCoq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MARCON Cecile
BiCoq
Commits
8b60868d
Commit
8b60868d
authored
3 months ago
by
MARCON Cecile
Browse files
Options
Downloads
Patches
Plain Diff
lse in a equiv
parent
d3909429
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/LeanSupportEquivalence.v
+6
-6
6 additions, 6 deletions
src/LeanSupportEquivalence.v
with
6 additions
and
6 deletions
src/LeanSupportEquivalence.v
+
6
−
6
View file @
8b60868d
...
...
@@ -754,7 +754,7 @@ Theorem support_equivalence_implies_lean_support_equivalence {s1 r1 s2 r2 : nat}
Theorem
lean_support_equivalence_refl
{
s
r
:
nat
}
{
i
o
:
b
.
n
.
NoDupList
}
(
b
:
bigraph
s
i
r
o
)
:
lean_support_equivalence
b
b
.
Proof
.
apply
support_equivalence_implies_
lean_support_equivalence
.
unfold
lean_support_equivalence
.
apply
support_equivalence_refl
.
Qed
.
...
...
@@ -764,10 +764,9 @@ Lemma lean_support_equivalence_sym {s1 r1 s2 r2 : nat} {i1 o1 i2 o2 : b.n.NoDupL
lean_support_equivalence
b1
b2
->
lean_support_equivalence
b2
b1
.
Proof
.
intros
.
apply
support_equivalence_implies_lean_support_equivalence
.
unfold
lean_support_equivalence
.
apply
support_equivalence_sym
.
Admitt
ed
.
Q
ed
.
Lemma
lean_support_equivalence_trans
{
s1
r1
s2
r2
s3
r3
:
nat
}
{
i1
o1
i2
o2
i3
o3
:
b
.
n
.
NoDupList
}
...
...
@@ -776,7 +775,8 @@ Lemma lean_support_equivalence_trans
->
lean_support_equivalence
b2
b3
->
lean_support_equivalence
b1
b3
.
Proof
.
Admitted
.
unfold
lean_support_equivalence
.
apply
support_equivalence_trans
.
Qed
.
End
LeanSupportEquivalence
.
\ No newline at end of file
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