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
William Mansky
Iris
Commits
ba3f6ce2
Commit
ba3f6ce2
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Add documentation.
parent
f7e06e4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/proof_mode.md
+4
-1
4 additions, 1 deletion
docs/proof_mode.md
with
4 additions
and
1 deletion
docs/proof_mode.md
+
4
−
1
View file @
ba3f6ce2
...
...
@@ -24,7 +24,10 @@ Applying hypotheses and lemmas
------------------------------
-
`iExact "H"`
: finish the goal if the conclusion matches the hypothesis
`H`
-
`iAssumption`
: finish the goal if the conclusion matches any hypothesis
-
`iAssumption`
: finish the goal if the conclusion matches any hypothesis in
either the proofmode or the Coq context. Only hypotheses in the Coq context
that are _syntactically_ of the shape
`⊢ P`
are recognized by this tactic
(this means that assumptions of the shape
`P ⊢ Q`
are not recognized).
-
`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.
...
...
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