aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Even.v
diff options
context:
space:
mode:
authorGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 12:19:51 +0000
committerGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 12:19:51 +0000
commit45aa164112c77d61f726d5db32041c9518ed378a (patch)
tree47d0370776df248d215539e5eb47d027502a0c65 /theories/Arith/Even.v
parent477574b664f32e0f508a8657c0143c2e17e78547 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1618 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith/Even.v')
-rw-r--r--theories/Arith/Even.v9
1 files changed, 4 insertions, 5 deletions
diff --git a/theories/Arith/Even.v b/theories/Arith/Even.v
index 2d142cdc8..bf73ecb0a 100644
--- a/theories/Arith/Even.v
+++ b/theories/Arith/Even.v
@@ -6,12 +6,11 @@
(* * GNU Lesser General Public License Version 2.1 *)
(***********************************************************************)
-(* $Id$ *)
+(*i $Id$ i*)
-(* Here we define the predicates even and odd by mutual induction
- * and we prove the decidability and the exclusion of those predicates.
- *
- * The main results about parity are proved in the module Div2.
+(* Here we define the predicates [even] and [odd] by mutual induction
+ and we prove the decidability and the exclusion of those predicates.
+ The main results about parity are proved in the module Div2.
*)
Inductive even : nat->Prop :=