% All references are to WA Sutherland "Introduction to Metric and % Topological Spaces", OUP, 1981 % % Author: David Lester, Manchester University, NIA, Université Perpignan % % The material presented here comes from Sutherland Chapter 3, Section 2 % % Version 1.0 1/11/06 Initial Version %------------------------------------------------------------------------------
basis[T:TYPE]: THEORY
BEGIN
IMPORTING topology_prelim[T]
t: VAR topology
U,V,W: VAR setofsets[T]
A: VAR set[T]
base?(t)(U):bool = subset?(U,t) AND FORALL (A:(t)): EXISTS V: subset?(V,U) AND Union(V) = A % Def 3.2.1
base?(t,U):bool = base?(t)(U)
synthetic_base?(U):bool
= (EXISTS V: subset?(V,U) AND Union(V) = fullset[T]) AND FORALL (B1,B2:(U)): (EXISTS V: subset?(V,U) AND
Union(V) = intersection(B1,B2)) % Def 3.2.2
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.