%------------------------------------------------------------------------------
% Constant functions are continuous
%
% All references are to WA Sutherland "Introduction to Metric and
% Topological Spaces", OUP, 1981
%
% Author: David Lester, Manchester University, NIA, Université Perpignan
%
% Version 1.0 8/10/04 Initial Version
%------------------------------------------------------------------------------
constant_continuity[T1:TYPE, (IMPORTING topology_def[T1]) S:topology[T1],
T2:TYPE, (IMPORTING topology_def[T2]) T:topology[T2]]:
THEORY
BEGIN
IMPORTING structures@const_fun_def[T1,T2],
continuity[T1,S,T2,T]
a: VAR T2
x: VAR T1
const_continuous_at: LEMMA continuous_at?[T1,S,T2,T](const_fun[T1,T2](a),x)
const_continuous : LEMMA continuous?[T1,S,T2,T](const_fun[T1,T2](a))
const_is_continuous: JUDGEMENT const_fun[T1,T2](a) HAS_TYPE continuous
END constant_continuity
¤ Dauer der Verarbeitung: 0.20 Sekunden
(vorverarbeitet)
¤
|
Haftungshinweis
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.
|