From: Ferruccio Guidi Date: Mon, 4 Oct 2021 21:37:42 +0000 (+0200) Subject: update in ground X-Git-Tag: make_still_working~138 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=d7a1ab434c222c2445f36b7a3b6234d1f57f9794 update in ground + bug fixed in the notation of exp + minor bugs fixed --- diff --git a/matita/matita/contribs/lambdadelta/ground/arith/nat_le.ma b/matita/matita/contribs/lambdadelta/ground/arith/nat_le.ma index 5d99e4c55..a2bffd82c 100644 --- a/matita/matita/contribs/lambdadelta/ground/arith/nat_le.ma +++ b/matita/matita/contribs/lambdadelta/ground/arith/nat_le.ma @@ -19,7 +19,9 @@ include "ground/arith/nat_succ.ma". (*** le *) inductive nle (m:nat): predicate nat ≝ +(*** le_n *) | nle_refl : nle m m +(*** le_S *) | nle_succ_dx: ∀n. nle m n → nle m (↑n) . diff --git a/matita/matita/contribs/lambdadelta/ground/notation/functions/exp_3.ma b/matita/matita/contribs/lambdadelta/ground/notation/functions/exp_3.ma index 42f56eadd..4baa91067 100644 --- a/matita/matita/contribs/lambdadelta/ground/notation/functions/exp_3.ma +++ b/matita/matita/contribs/lambdadelta/ground/notation/functions/exp_3.ma @@ -14,14 +14,14 @@ (* GROUND NOTATION **********************************************************) -notation < "hvbox( f ^ break x )" - left associative with precedence 65 +notation < "hvbox( term 66 f ^ break term 90 x )" + non associative with precedence 65 for @{ 'Exp $X $f $x }. -notation > "hvbox( f ^ break x )" - left associative with precedence 65 +notation > "hvbox( f ^ break term 90 x )" + non associative with precedence 65 for @{ 'Exp ? $f $x }. -notation > "hvbox( f ^{ break term 46 X } break term 65 x )" +notation > "hvbox( f ^{ break term 46 X } break term 90 x )" non associative with precedence 65 for @{ 'Exp $X $f $x }. diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/pr_tls_pushs_eq.ma b/matita/matita/contribs/lambdadelta/ground/relocation/pr_tls_pushs_eq.ma index afbabb954..31055e9ad 100644 --- a/matita/matita/contribs/lambdadelta/ground/relocation/pr_tls_pushs_eq.ma +++ b/matita/matita/contribs/lambdadelta/ground/relocation/pr_tls_pushs_eq.ma @@ -27,7 +27,7 @@ lemma pr_eq_inv_pushs_sn (n): #n #IH #f1 #g2 #H elim (pr_eq_inv_push_sn … H) -H [|*: // ] #Hf10 * elim (IH … Hf10) -IH -Hf10 #Hf12 #H1 -/2 width=1 by conj/ +