Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
76
Issues
76
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
4c218249
Commit
4c218249
authored
Sep 11, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation for `iStartProof` and `iStopProof`.
parent
589e1fed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ProofMode.md
ProofMode.md
+12
-0
No files found.
ProofMode.md
View file @
4c218249
...
...
@@ -8,6 +8,18 @@ of the tactics can be applied when the connective to be introduced or to be elim
appears under a later, an update modality, or in the conclusion of a
weakest precondition.
Starting and stopping the proof mode
------------------------------------
-
`iStartProof PROP`
: start the proof mode by turning a Coq goal into a proof
mode entailment. This tactic is performed implicitly by all proof mode tactics
described in this file, and thus should generally not be used by hand. The
optional argument
`PROP`
can be used to explicitly specify which BI logic
`PROP : bi`
should be used. This is useful to drop down in a layered logic,
e.g. to drop down from
`monPred PROP`
to
`PROP`
.
-
`iStopProof`
to turn the proof mode entailment into an ordinary Coq goal
`big star of context ⊢ proof mode goal`
.
Applying hypotheses and lemmas
------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment