]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/tests/ng_include.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / tests / ng_include.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "ng_pts.ma".
16 include "nat/plus.ma".
17
18 (*
19 ndefinition x ≝ O.
20 *)
21 (*ndefinition y ≝ cic:/matita/tests/ng_commands/x.def(1).*)
22
23 axiom P: nat → Prop.
24
25 unification hint 0 (∀n. P (0 + n) = P n) .
26
27 ntheorem foo: ∀n. ∀H:(P (? + n) → Prop). ∀p:P n. H p → True.
28  #n; #H; #p; #_; napply I;
29 nqed. 
30
31 naxiom nnn: nat.