%------------------------------------------------------------------------------ % Metric Spaces Basics % % Author: David Lester, Manchester University % % All references are to WA Sutherland "Introduction to Metric and % Topological Spaces", OUP, 1981 % % Version 1.0 5/12/04 Initial Version DRL %------------------------------------------------------------------------------
metric_space_def[T:TYPE, d:[T,T -> nnreal]]: THEORY
metric_space?(S):bool
= metric_zero?(S) AND metric_symmetric?(S) AND metric_triangle?(S)
% The above defines a metric space, and is therefore all that _needs_ % to be in this file. However, we will be interested in particular % specialized spaces, so we take this opportunity to define various % predicates on metric spaces that we will need later.
% ball(x,r) is the open set, "centre" x, "radius" r.
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.