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
Gaëtan Gilbert
Iris
Commits
e5c51505
Commit
e5c51505
authored
8 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Make iFrame able to strip a later from a framed hypothesis when framing under a later.
parent
fdb79e2c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algebra/upred.v
+1
-0
1 addition, 0 deletions
algebra/upred.v
proofmode/class_instances.v
+3
-3
3 additions, 3 deletions
proofmode/class_instances.v
with
4 additions
and
3 deletions
algebra/upred.v
+
1
−
0
View file @
e5c51505
...
...
@@ -1472,6 +1472,7 @@ Qed.
Theorem
soundness
:
¬
(
True
⊢
False
)
.
Proof
.
exact
(
adequacy
False
0
)
.
Qed
.
End
uPred_logic
.
(* Hint DB for the logic *)
...
...
This diff is collapsed.
Click to expand it.
proofmode/class_instances.v
+
3
−
3
View file @
e5c51505
...
...
@@ -269,10 +269,10 @@ Proof. by rewrite /MakeLater later_True. Qed.
Global
Instance
make_later_default
P
:
MakeLater
P
(
▷
P
)
|
100
.
Proof
.
done
.
Qed
.
Global
Instance
frame_later
R
P
Q
Q'
:
Frame
R
P
Q
→
MakeLater
Q
Q'
→
Frame
R
(
▷
P
)
Q'
.
Global
Instance
frame_later
R
R'
P
Q
Q'
:
Frame
R
P
Q
→
MakeLater
Q
Q'
→
IntoLater
R'
R
→
Frame
R
'
(
▷
P
)
Q'
.
Proof
.
rewrite
/
Frame
/
MakeLater
=>
<-
<-.
by
rewrite
later_sep
-
(
later_intro
R
)
.
rewrite
/
Frame
/
MakeLater
/
IntoLater
=>
<-
<-
->
.
by
rewrite
later_sep
.
Qed
.
Class
MakeExceptLast
(
P
Q
:
uPred
M
)
:=
make_except_last
:
◇
P
⊣⊢
Q
.
...
...
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