1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
19 let rec pari n : Prop :=
24 and dispari n : Prop :=
31 let rec pari n : Prop :=
36 and dispari n : Prop :=
44 let rec pari n : Prop :=
49 and dispari n : Prop :=
56 lemma test_pari: pari (S (S O)).
61 lemma test_pari2: pari2 (S (S O)).
66 lemma test_dispari: dispari (S O).
71 lemma test_dispari2: dispari2 (S O).