Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coq-pactole
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pactole
coq-pactole
Commits
b84e166c
Commit
b84e166c
authored
2 years ago
by
Sébastien Bouchard
Browse files
Options
Downloads
Patches
Plain Diff
Simplification of some proof renewed (don't know why it disappeared)
parent
218dc415
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Core/Formalism.v
+1
-1
1 addition, 1 deletion
Core/Formalism.v
with
1 addition
and
1 deletion
Core/Formalism.v
+
1
−
1
View file @
b84e166c
...
...
@@ -522,7 +522,7 @@ Proof using . intros k ??. subst. apply Stream.forever_compat. intros ?? Heq. no
(
**
A
k
-
fair
demon
is
fair
.
*
)
Lemma
Between_eventually_activated
:
forall
id
(
d
:
demon
)
id
'
k
,
Between
id
id
'
d
k
->
Stream
.
eventually
(
Stream
.
instant
(
fun
da
=>
activate
da
id
=
true
))
d
.
Proof
using
.
intros
*
Hg
.
induction
Hg
;
now
constructor
;
trivial
;
firstorder
.
Qed
.
Proof
using
.
intros
*
Hg
.
induction
Hg
;
constructor
;
assumption
.
Qed
.
Theorem
kFair_Fair
:
forall
k
(
d
:
demon
),
kFair
k
d
->
Fair
d
.
Proof
using
.
...
...
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