X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fsyntax%2Fsd_lt.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fsyntax%2Fsd_lt.ma;h=238d1a28b60a5ddae2fb4055dd63971e59e88aa9;hb=647b419e96770d90a82d7a9e5e8843566a9f93ee;hp=0000000000000000000000000000000000000000;hpb=f308429a0fde273605a2330efc63268b4ac36c99;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/static_2/syntax/sd_lt.ma b/matita/matita/contribs/lambdadelta/static_2/syntax/sd_lt.ma new file mode 100644 index 000000000..238d1a28b --- /dev/null +++ b/matita/matita/contribs/lambdadelta/static_2/syntax/sd_lt.ma @@ -0,0 +1,32 @@ +(**************************************************************************) +(* ___ *) +(* ||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 *) +(* *) +(**************************************************************************) + +include "static_2/syntax/sh_lt.ma". +include "static_2/syntax/sd_d.ma". + +(* SORT DEGREE **************************************************************) + +(* Properties with sh_lt ****************************************************) + +lemma deg_SO_gt (h): sh_lt h → + ∀s1,s2. s1 < s2 → deg_SO h s1 s2 0. +#h #Hh #s1 #s2 #Hs12 @deg_SO_zero * normalize +[ #H destruct + elim (lt_refl_false … Hs12) +| #n #H + lapply (next_lt … Hh ((next h)^n s2)) >H -H #H + lapply (transitive_lt … H Hs12) -s1 #H1 + /3 width=5 by lt_le_false, nexts_le/ (* full auto too slow *) +] +qed.