]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/LOGIC/PNF/defs.ma
branch for universe
[helm.git] / matita / contribs / LOGIC / PNF / defs.ma
diff --git a/matita/contribs/LOGIC/PNF/defs.ma b/matita/contribs/LOGIC/PNF/defs.ma
new file mode 100644 (file)
index 0000000..77fe6d5
--- /dev/null
@@ -0,0 +1,27 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||M||                                                             *)
+(*      ||A||       A project by Andrea Asperti                           *)
+(*      ||T||                                                             *)
+(*      ||I||       Developers:                                           *)
+(*      ||T||         The HELM team.                                      *)
+(*      ||A||         http://helm.cs.unibo.it                             *)
+(*      \   /                                                             *)
+(*       \ /        This file is distributed under the terms of the       *)
+(*        v         GNU General Public License Version 2                  *)
+(*                                                                        *)
+(**************************************************************************)
+
+
+
+(* NORMAL FORM PREDICATE FOR PROOFS IN CONTEXT
+   For cut elimination
+*)
+
+include "PEq/defs.ma".
+include "PRed/defs.ma".
+
+inductive PNF (P:Context) (p:Proof): Prop \def
+   | pnf: (\forall q,Q,S. [P, p, S] => [Q, q, S] \to [P, p] = [Q, q]) \to 
+          PNF P p
+.