X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FLOGIC%2FCLE%2Fdefs.ma;h=a354790ed9c2c05da708087ff26a86d9777417e5;hb=f9b16ad62794042c2b31c6e3433b3c4035f8a0d5;hp=31bd7694e02e58e59e25088a1e68d7ea9bad03a1;hpb=add325fb02ab0e46a2c7bbffb2e9c980128f0f69;p=helm.git diff --git a/helm/software/matita/contribs/LOGIC/CLE/defs.ma b/helm/software/matita/contribs/LOGIC/CLE/defs.ma index 31bd7694e..a354790ed 100644 --- a/helm/software/matita/contribs/LOGIC/CLE/defs.ma +++ b/helm/software/matita/contribs/LOGIC/CLE/defs.ma @@ -1,9 +1,23 @@ -set "baseuri" "cic:/matita/LOGIC/CLE/defs". +(**************************************************************************) +(* ___ *) +(* ||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 *) +(* *) +(**************************************************************************) + + (* ORDER RELATION BETWEEN POSITIONS AND CONTEXTS *) -include "datatypes/Context.ma". +include "datatypes_defs/Context.ma". inductive CLE: Nat \to Context \to Prop \def | cle_zero: \forall Q. CLE zero Q @@ -12,4 +26,4 @@ inductive CLE: Nat \to Context \to Prop \def . interpretation "order relation between positions and contexts" - 'leq x y = (cic:/matita/LOGIC/CLE/defs/CLE.ind#xpointer(1/1) x y). + 'leq x y = (CLE x y).