Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
2d1cd803
Commit
2d1cd803
authored
Sep 20, 2016
by
Robbert Krebbers
Browse files
Document iInduction.
parent
9eb50174
Pipeline
#2716
passed with stage
in 9 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ProofMode.md
View file @
2d1cd803
...
...
@@ -100,6 +100,13 @@ The later modality
-
`iLöb (x1 ... xn) as "IH"`
: perform Löb induction by generalizing over the
Coq level variables
`x1 ... xn`
and the entire spatial context.
Induction
---------
-
`iInduction x as cpat "IH"`
: perform induction on the Coq term
`x`
. The Coq
introduction pattern is used to name the introduced variables. The induction
hypotheses are inserted into the persistent context and given fresh names
prefixed
`IH`
.
Rewriting
---------
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment