Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/topology/   (Beweissystem der NASA Version 6.0.9©)  Datei vom 28.9.2014 mit Größe 1 kB image not shown  

Quelle  continuity_def.pvs   Sprache: PVS

 
%------------------------------------------------------------------------------
% Continuity definition file
%
% 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            5/12/04  Initial Version
%     Version 1.1            8/6/06   Interface change
%------------------------------------------------------------------------------

continuity_def[T1:Type, (IMPORTING topology_def[T1]) S:topology[T1],
               T2:Type, (IMPORTING topology_def[T2]) T:topology[T2]]: THEORY

BEGIN

  IMPORTING topology[T1,S],
            topology[T2,T]

  f: VAR [T1->T2]
  U: VAR set[T2]
  x: VAR T1

  continuous_at?(f,x):bool
    = FORALL U: neighbourhood?[T2,T](U,f(x)) =>
                neighbourhood?[T1,S](inverse_image(f,U),x)

  tcontinuous_at?(f,x): MACRO bool = continuous_at?(f,x)

  continuous?(f): bool = FORALL x: continuous_at?(f,x)

  tcontinuous?(f): MACRO bool = continuous?(f)

  continuous: TYPE = (continuous?)

END continuity_def

75%


¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.