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
Jonas Kastberg
iris
Commits
9fdf7d25
Commit
9fdf7d25
authored
Jan 23, 2017
by
Robbert Krebbers
Browse files
Improve documentation of iApply.
parent
9652b7b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ProofMode.md
View file @
9fdf7d25
...
...
@@ -16,6 +16,12 @@ Applying hypotheses and lemmas
-
`iApply pm_trm`
: match the conclusion of the current goal against the
conclusion of
`pm_trm`
and generates goals for the premises of
`pm_trm`
. See
proof mode terms below.
If the applied term has more premises than the number of given specialization
patterns, all remaining spatial hypotheses go to the first premise that does
not have corresponding specialization pattern. Subsequent premises without
specialization pattern do not get any spatial hypotheses. In other words, the
specialization pattern is extended with
`[-] [] ... []`
to account for
hypotheses without specialization pattern.
Context management
------------------
...
...
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