]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/ng_assembly/common/string_lemmas.ma
freescale porting, work in progress
[helm.git] / helm / software / matita / contribs / ng_assembly / common / string_lemmas.ma
index 170581a672a50ba1cc72f83e07bc734464094800..b30befbf9a41ced577d514b1b3bd8b99a4c88532 100755 (executable)
@@ -153,7 +153,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))
  ##]