uniform_continuity[S:Type+,ds:[S,S->nnreal],
T:Type+,dt:[T,T->nnreal]]: THEORY %------------------------------------------------------------------------------ % Compactness % % Authors: Ricky Butler, NASA Langley % Anthony Narkawicz, NASA Langley % % Version 1.0 8/25/2009 Initial Version % %------------------------------------------------------------------------------ BEGIN
continuous_funs(A): TYPE = {f: [S->T] | continuous?(f,A)}
rset(A: (compact?[S,ds]), epsilon: posreal, f: continuous_funs(A)): set[posreal] = LET (N,seq) = idxCover(A, Hset(A,epsilon,f)) IN
{r: posreal | EXISTS (i: below[N]): LET (a,R) = seq(i) IN r = R}
r: VAR posreal
rset_lem: LEMMA continuous?(f,A) AND compact?(A) AND
rset(A,epsilon,f)(r) IMPLIES LET (N,seq) = idxCover(A,Hset(A,epsilon,f)) IN EXISTS (i: below[N]): r = seq(i)`2
IMPORTING finite_sets_aux[posreal]
rset_finite: LEMMA continuous?(f,A) AND compact?(A) IMPLIES
is_finite[posreal](rset(A, epsilon, f))
rset_not_empty: LEMMA continuous?(f,A) AND compact?(A) ANDNOT empty?(A) AND
open_cover?(ball_cover(A, epsilon, f), A) IMPLIES NOT empty?[posreal](rset(A, epsilon, f))
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.