Commit d6781f02 authored by Adam Chlipala's avatar Adam Chlipala

Fuller English fix

parent ff206b52
...@@ -777,7 +777,7 @@ Qed. ...@@ -777,7 +777,7 @@ Qed.
Hint Resolve plus_0 times_1. 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 semiring, 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 _semiring_ algebraic structure, so, since the naturals form a semiring, we can use the built-in tactic %\index{tactics!ring}%[ring]. *)
Require Import Arith 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