Commit ff206b52 authored by Adam Chlipala's avatar Adam Chlipala

Two English errors fixed

parent 8726edeb
......@@ -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{-.15in}%
......@@ -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 semiring, we can use the built-in tactic %\index{tactics!ring}%[ring]. *)
Require Import Arith Ring.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment