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
f5e58b2e
Commit
f5e58b2e
authored
Sep 28, 2008
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spell-check
parent
c94890c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Predicates.v
src/Predicates.v
+1
-1
No files found.
src/Predicates.v
View file @
f5e58b2e
...
...
@@ -670,7 +670,7 @@ Abort.
Lemma
even_contra
'
:
forall
n
'
,
even
n
'
->
forall
n
,
n
'
=
S
(
n
+
n
)
->
False
.
induction
1
;
crush
.
(
**
At
this
point
,
it
is
useful
to
consider
all
cases
of
[
n
]
and
[
n0
]
being
zero
or
nonzero
.
Only
one
of
these
cases
has
any
trick
y
ness
to
it
.
*
)
(
**
At
this
point
,
it
is
useful
to
consider
all
cases
of
[
n
]
and
[
n0
]
being
zero
or
nonzero
.
Only
one
of
these
cases
has
any
trick
i
ness
to
it
.
*
)
destruct
n
;
destruct
n0
;
crush
.
(
**
[[
...
...
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