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 (**************************************************************************)
18 alias id "eq" = "cic:/Coq/Init/Logic/eq.ind#xpointer(1/1)".
19 alias id "n" = "cic:/Suresnes/BDD/canonicite/Canonicity_BDT/n.con".
20 alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)".
22 (\forall p: nat \to Prop.
23 \forall n: nat. p n \to p n ) \to (eq nat n n).
25 apply (H (\lambda n:nat.(eq nat n n))).