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
Pierre Roux
Iris
Commits
00bd9cf1
Commit
00bd9cf1
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Remove more new lines.
parent
461c88d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/proof_mode.md
+0
-5
0 additions, 5 deletions
docs/proof_mode.md
with
0 additions
and
5 deletions
docs/proof_mode.md
+
0
−
5
View file @
00bd9cf1
...
@@ -276,12 +276,10 @@ _specification patterns_ to express splitting of hypotheses:
...
@@ -276,12 +276,10 @@ _specification patterns_ to express splitting of hypotheses:
-
`H`
: use the hypothesis
`H`
(it should match the premise exactly). If
`H`
is
-
`H`
: use the hypothesis
`H`
(it should match the premise exactly). If
`H`
is
spatial, it will be consumed.
spatial, it will be consumed.
-
`(H spat1 .. spatn)`
: first recursively specialize the hypothesis
`H`
using
-
`(H spat1 .. spatn)`
: first recursively specialize the hypothesis
`H`
using
the specialization patterns
`spat1 .. spatn`
, and finally use the result of
the specialization patterns
`spat1 .. spatn`
, and finally use the result of
the specialization of
`H`
(it should match the premise exactly). If
`H`
is
the specialization of
`H`
(it should match the premise exactly). If
`H`
is
spatial, it will be consumed.
spatial, it will be consumed.
-
`[H1 .. Hn]`
and
`[H1 .. Hn //]`
: generate a goal for the premise with the
-
`[H1 .. Hn]`
and
`[H1 .. Hn //]`
: generate a goal for the premise with the
(spatial) hypotheses
`H1 ... Hn`
and all intuitionistic hypotheses. The
(spatial) hypotheses
`H1 ... Hn`
and all intuitionistic hypotheses. The
spatial hypotheses among
`H1 ... Hn`
will be consumed, and will not be
spatial hypotheses among
`H1 ... Hn`
will be consumed, and will not be
...
@@ -291,13 +289,11 @@ _specification patterns_ to express splitting of hypotheses:
...
@@ -291,13 +289,11 @@ _specification patterns_ to express splitting of hypotheses:
-
`[-H1 ... Hn]`
and
`[-H1 ... Hn //]`
: the negated forms of the above
-
`[-H1 ... Hn]`
and
`[-H1 ... Hn //]`
: the negated forms of the above
patterns, where the goal for the premise will have all spatial premises except
patterns, where the goal for the premise will have all spatial premises except
`H1 .. Hn`
.
`H1 .. Hn`
.
-
`[> H1 ... Hn]`
and
`[> H1 ... Hn //]`
: like the above patterns, but these
-
`[> H1 ... Hn]`
and
`[> H1 ... Hn //]`
: like the above patterns, but these
patterns can only be used if the goal is a modality
`M`
, in which case
patterns can only be used if the goal is a modality
`M`
, in which case
the goal for the premise will be wrapped in the modality
`M`
.
the goal for the premise will be wrapped in the modality
`M`
.
-
`[> -H1 ... Hn]`
and
`[> -H1 ... Hn //]`
: the negated forms of the above
-
`[> -H1 ... Hn]`
and
`[> -H1 ... Hn //]`
: the negated forms of the above
patterns.
patterns.
-
`[# $H1 .. $Hn]`
and
`[# $H1 .. $Hn //]`
: generate a goal for a persistent
-
`[# $H1 .. $Hn]`
and
`[# $H1 .. $Hn //]`
: generate a goal for a persistent
premise in which all hypotheses are available. This pattern does not consume
premise in which all hypotheses are available. This pattern does not consume
any hypotheses; all hypotheses are available in the goal for the premise, as
any hypotheses; all hypotheses are available in the goal for the premise, as
...
@@ -307,7 +303,6 @@ _specification patterns_ to express splitting of hypotheses:
...
@@ -307,7 +303,6 @@ _specification patterns_ to express splitting of hypotheses:
-
`[%]`
and
`[% //]`
: generate a Coq goal for a pure premise. This pattern
-
`[%]`
and
`[% //]`
: generate a Coq goal for a pure premise. This pattern
does not consume any hypotheses. The pattern can be terminated with a
`//`
,
does not consume any hypotheses. The pattern can be terminated with a
`//`
,
which causes
`done`
to be called to close the goal.
which causes
`done`
to be called to close the goal.
-
`[$]`
: solve the premise by framing. It will first repeatedly frame the
-
`[$]`
: solve the premise by framing. It will first repeatedly frame the
spatial hypotheses, and then repeatedly frame the intuitionistic hypotheses.
spatial hypotheses, and then repeatedly frame the intuitionistic hypotheses.
Spatial hypothesis that are not framed are carried over to the subsequent
Spatial hypothesis that are not framed are carried over to the subsequent
...
...
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