%%% A theory of continuity for functions from [Vect2,Nz_vect2] into %%% both Vect2 and real
BEGIN
IMPORTING vectors@vectors_2D
ffv,ggv,hhv : VAR [[Vect2,Vect2,Vect2,Vect2]->Vect2]
ffr,ggr,hhr : VAR [[Vect2,Vect2,Vect2,Vect2]->real]
so,vo,si,vi,
nso,nvo,nsi,nvi : VAR Vect2
nzv : VAR Nz_vect2
c : VAR real
continuous_vvv?(ffv): bool = FORALL (epsil:posreal,so,vo,si,vi): EXISTS (dso,dvo,dsi,dvi: posreal): FORALL (nso,nvo,nsi,nvi):
norm(so - nso) < dso AND
norm(vo - nvo) < dvo AND
norm(si - nsi) < dsi AND
norm(vi - nvi) < dvi IMPLIES
norm(ffv(so,vo,si,vi)-ffv(nso,nvo,nsi,nvi)) < epsil
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.