continuity_interval [ a : real, b : {x : real | a <= x }] : THEORY %----------------------------------------------------------------- % continuous functions on a closed interval %----------------------------------------------------------------- BEGIN
%----------------------------- % Interval [a, b] as a type %-----------------------------
x : VAR real
J : NONEMPTY_TYPE = { x | a <= x AND x <= b}
f : VAR [J -> real]
u : VAR sequence[J]
c : VAR J
n, i : VAR nat
IMPORTING continuity_props
%----------------------------------------------- % Reformulation of Bolzano/Weirstrass theorem %-----------------------------------------------
bolz_weier : LEMMAEXISTS c : accumulation(u, c)
%------------------------------------- % If f is continuous, it is bounded %-------------------------------------
unbounded_sequence : LEMMA bounded_above?(f) OR EXISTS u : FORALL n : f(u(n)) > n
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.