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 (**************************************************************************)
15 set "baseuri" "cic:/matita/tests/naiveparamod".
17 include "logic/equality.ma".
19 inductive TT : Prop \def II:TT.
26 \forall h:(A -> \forall x:B. w x -> TT -> C).
29 \forall wb:w b. (* ASK ANDREA: what if b1 *)
31 intros (A B C S a w h b wb).
32 (* exact (h s (a b) b wb II). *)
33 auto new width = 5 depth = 3. (* look at h parameters! *)
36 (* c'e' qualcosa di imperativo, se si cambia l'rdine delle ipotesi poi sclera *)
38 \forall A,B,C:Prop. (* SE METTO SET NON VA *)
40 \forall h:A -> B -> A = B.
41 (* \forall h:A -> C -> A = B. *)