Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VFPG
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
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
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
POLLIEN Baptiste
VFPG
Commits
027ef6ea
Commit
027ef6ea
authored
1 year ago
by
WASQUEL Valentin
Browse files
Options
Downloads
Patches
Plain Diff
proof step with incorrect env give same trace
parent
b2f235a8
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/semantics/FPBigStepSized.v
+374
-82
374 additions, 82 deletions
src/semantics/FPBigStepSized.v
src/syntax/FlightPlanSized.v
+2
-1
2 additions, 1 deletion
src/syntax/FlightPlanSized.v
with
376 additions
and
83 deletions
src/semantics/FPBigStepSized.v
+
374
−
82
View file @
027ef6ea
This diff is collapsed.
Click to expand it.
src/syntax/FlightPlanSized.v
+
2
−
1
View file @
027ef6ea
...
...
@@ -32,7 +32,8 @@ Set Implicit Arguments.
Definition
correct_block_id
(
fp
:
flight_plan
)
(
id
:
block_id
)
:
Prop
:=
(
id
<
get_nb_block
fp
).
Lemma
normalise_block_id_is_correct
:
forall
(
fp
:
flight_plan
)
(
id
:
block_id
),
Lemma
normalise_block_id_is_correct
:
forall
(
fp
:
flight_plan
)
(
id
:
block_id
),
correct_block_id
fp
(
normalise_block_id
fp
id
).
Proof
.
intros
fp
id
.
unfold
normalise_block_id
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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