X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_assembly%2Fcommon%2Fstring_lemmas.ma;h=be090076f0166fd3c0535010175f0fa7fcb11a70;hb=86d3a559b94a16c571ca05defdcada6bae4cc14d;hp=170581a672a50ba1cc72f83e07bc734464094800;hpb=29cfb9e2961e62c836cb50217905c0594a074e81;p=helm.git diff --git a/helm/software/matita/contribs/ng_assembly/common/string_lemmas.ma b/helm/software/matita/contribs/ng_assembly/common/string_lemmas.ma index 170581a67..be090076f 100755 --- a/helm/software/matita/contribs/ng_assembly/common/string_lemmas.ma +++ b/helm/software/matita/contribs/ng_assembly/common/string_lemmas.ma @@ -21,10 +21,7 @@ (* ********************************************************************** *) include "common/string.ma". -include "common/ascii_lemmas2.ma". -include "common/ascii_lemmas3.ma". -include "common/ascii_lemmas4.ma". -include "common/ascii_lemmas5.ma". +include "common/ascii_lemmas.ma". include "common/list_utility_lemmas.ma". (* ************************ *) @@ -153,7 +150,7 @@ nlemma neqstrid_to_neq : ∀sid1,sid2:strId.(eq_strId sid1 sid2 = false) → (si #sid2; nelim sid2; #s2; #n2; nchange with ((((eq_str s1 s2) ⊗ (eq_nat n1 n2)) = false) → ?); #H; - napply (or2_elim ((eq_str s1 s2) = false) ((eq_nat n1 n2) = false) ? (andb_false … H) …); + napply (or2_elim ((eq_str s1 s2) = false) ((eq_nat n1 n2) = false) ? (andb_false2 … H) …); ##[ ##1: #H1; napply (decidable_strid_aux1 … (neqstr_to_neq … H1)) ##| ##2: #H1; napply (decidable_strid_aux2 … (neqnat_to_neq … H1)) ##]