X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambda_delta%2FBasic_2%2Fgrammar%2Fterm_weight.ma;h=1cf414b38b1533e32daf42574d7b229bcf0150f8;hb=b5db76fe31ab35bae0257cb6684c511bcc531e45;hp=8eaa24acad195dbe26bb4c8eb0437c5f72ece6c1;hpb=fc7af5f9ea2cd4a876b8babc6b691136799e3c87;p=helm.git diff --git a/matita/matita/contribs/lambda_delta/Basic_2/grammar/term_weight.ma b/matita/matita/contribs/lambda_delta/Basic_2/grammar/term_weight.ma index 8eaa24aca..1cf414b38 100644 --- a/matita/matita/contribs/lambda_delta/Basic_2/grammar/term_weight.ma +++ b/matita/matita/contribs/lambda_delta/Basic_2/grammar/term_weight.ma @@ -27,7 +27,7 @@ interpretation "weight (term)" 'Weight T = (tw T). (* Basic_1: was: tweight_lt *) lemma tw_pos: ∀T. 1 ≤ #[T]. -#T elim T -T /2/ +#T elim T -T // qed. (* Basic eliminators ********************************************************) @@ -38,6 +38,6 @@ axiom tw_wf_ind: ∀R:predicate term. (* Basic_1: removed theorems 11: wadd_le wadd_lt wadd_O weight_le weight_eq weight_add_O - weight_add_S tlt_trans tlt_head_sx tlt_head_dx tlt_wf_ind + weight_add_S tlt_trans tlt_head_sx tlt_head_dx tlt_wf_ind removed local theorems 1: q_ind *)