Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cpdt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
research
cpdt
Commits
cb5514b8
Commit
cb5514b8
authored
Mar 08, 2016
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make a theorem name more consistent
parent
493c65fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Match.v
src/Match.v
+1
-1
No files found.
src/Match.v
View file @
cb5514b8
...
@@ -985,7 +985,7 @@ Section t7.
...
@@ -985,7 +985,7 @@ Section t7.
->
P
v2
u2
->
P
v2
u2
->
P
(
f
v1
v2
)
(
g
u1
u2
)
.
->
P
(
f
v1
v2
)
(
g
u1
u2
)
.
Theorem
t
6
:
forall
v1
v2
,
Q
v1
->
Q
v2
->
exists
u1
,
exists
u2
,
P
(
f
v1
v2
)
(
g
u1
u2
)
.
Theorem
t
7
:
forall
v1
v2
,
Q
v1
->
Q
v2
->
exists
u1
,
exists
u2
,
P
(
f
v1
v2
)
(
g
u1
u2
)
.
(
**
We
can
prove
the
goal
by
calling
[
insterKeep
]
with
a
tactic
that
tries
to
find
and
apply
a
[
Q
]
hypothesis
over
a
variable
about
which
we
do
not
yet
know
any
[
P
]
facts
.
We
need
to
begin
this
tactic
code
with
[
idtac
;
]
to
get
around
a
strange
limitation
in
Coq
'
s
proof
engine
,
where
a
first
-
class
tactic
argument
may
not
begin
with
a
[
match
]
.
*
)
(
**
We
can
prove
the
goal
by
calling
[
insterKeep
]
with
a
tactic
that
tries
to
find
and
apply
a
[
Q
]
hypothesis
over
a
variable
about
which
we
do
not
yet
know
any
[
P
]
facts
.
We
need
to
begin
this
tactic
code
with
[
idtac
;
]
to
get
around
a
strange
limitation
in
Coq
'
s
proof
engine
,
where
a
first
-
class
tactic
argument
may
not
begin
with
a
[
match
]
.
*
)
...
...
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