aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith')
-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 :=