X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fdama%2Fvector_spaces.ma;h=6aaebd12bde8b9007229f21b9755b160d63df765;hb=e911b6059516265131b18f6e9f571430713d04a7;hp=de4af986a7a98d437ecf2ed3e6d46892a1304396;hpb=c156170ba340354ea3da250b4d6c35d80c855849;p=helm.git diff --git a/helm/software/matita/dama/vector_spaces.ma b/helm/software/matita/dama/vector_spaces.ma index de4af986a..6aaebd12b 100644 --- a/helm/software/matita/dama/vector_spaces.ma +++ b/helm/software/matita/dama/vector_spaces.ma @@ -127,7 +127,7 @@ apply d (f j) l ≤ inv R (sum_field ? (S n)) ?); apply not_eq_sum_field_zero; unfold; - auto new. + autobatch. qed. definition is_cauchy_seq : ∀R:real.\forall V:vector_space R. @@ -141,7 +141,7 @@ definition is_cauchy_seq : ∀R:real.\forall V:vector_space R. d (f N) (f n)≤ inv R (sum_field R (S m)) ?); apply not_eq_sum_field_zero; unfold; - auto. + autobatch. qed. definition is_complete ≝