Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Spies
Iris
Commits
af80361b
Commit
af80361b
authored
Jan 04, 2017
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing stuff in Proofmode.md.
Thanks to Janno for spotting this!
parent
a24b19a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ProofMode.md
ProofMode.md
+4
-4
No files found.
ProofMode.md
View file @
af80361b
...
...
@@ -123,10 +123,10 @@ The later modality
hypotheses. If the argument
`n`
is not given, it strips one later if the
leftmost conjuct is of the shape
`▷ P`
, or
`n`
laters if the leftmost conjuct
is of the shape
`▷^n P`
.
-
`iLöb as "IH" forall (x1 ... xn)`
: perform Löb induction by
generating a
hypothesis
`IH : ▷ goal`
. The tactic generalizes over the Coq
level variables
`x1 ... xn`
, the hypotheses given by the selection pattern
`selpat`
, and the
spatial context.
-
`iLöb as "IH" forall (x1 ... xn)
"selpat"
`
: perform Löb induction by
generating a
hypothesis
`IH : ▷ goal`
. The tactic generalizes over the Coq
level variables
`x1 ... xn`
, the hypotheses given by the selection pattern
`selpat`
, and the
spatial context.
Induction
---------
...
...
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