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
ff206b52
Commit
ff206b52
authored
Aug 15, 2015
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Two English errors fixed
parent
8726edeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
LogicProg.v
src/LogicProg.v
+2
-2
No files found.
src/LogicProg.v
View file @
ff206b52
...
...
@@ -398,7 +398,7 @@ End slow.
Hint
Resolve
eq_trans
:
slow
.
(
*
end
thide
*
)
Example
three_minus_four
_zero
:
exists
x
,
1
+
x
=
0.
Example
from_one_to
_zero
:
exists
x
,
1
+
x
=
0.
(
*
begin
thide
*
)
Time
eauto
.
(
**
%
\
vspace
{-
.15
in
}%
...
...
@@ -777,7 +777,7 @@ Qed.
Hint
Resolve
plus_0
times_1
.
(
**
We
finish
with
one
more
arithmetic
lemma
that
is
particularly
specialized
to
this
theorem
.
This
fact
happens
to
follow
by
the
axioms
of
the
_
ring_
algebraic
structure
,
so
,
since
the
naturals
form
a
ring
,
we
can
use
the
built
-
in
tactic
%
\
index
{
tactics
!
ring
}%
[
ring
]
.
*
)
(
**
We
finish
with
one
more
arithmetic
lemma
that
is
particularly
specialized
to
this
theorem
.
This
fact
happens
to
follow
by
the
axioms
of
the
_
ring_
algebraic
structure
,
so
,
since
the
naturals
form
a
semi
ring
,
we
can
use
the
built
-
in
tactic
%
\
index
{
tactics
!
ring
}%
[
ring
]
.
*
)
Require
Import
Arith
Ring
.
...
...
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