]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/basics/list.ma
Aggiornamento alla negazione.
[helm.git] / helm / software / matita / nlibrary / basics / list.ma
index 92eddc705b642fb8f984d55c2aea81dc62d68cb1..d30ed7dfc2a4833f503224f940b7d37c2a866392 100644 (file)
@@ -39,7 +39,7 @@ ndefinition not_nil: ∀A:Type.list A → Prop ≝
 
 ntheorem nil_cons:
   ∀A:Type.∀l:list A.∀a:A. a::l ≠ [].
-  #A; #l; #a; #Heq; nchange with (not_nil ? (a::l));
+  #A; #l; #a; napply nmk; #Heq; nchange with (not_nil ? (a::l));
   nrewrite > Heq; //;
 nqed.