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

Quelle  borel_functions.pvs

  Sprache: PVS
 

%------------------------------------------------------------------------------
% Borel functions
%
%     Author: David Lester, Manchester University, NIA, Université Perpignan
%
%     Version 1.0            1/05/07  Initial Version
%------------------------------------------------------------------------------
borel_functions[(IMPORTING topology@topology_def)
                T1:Type, S:topology[T1],
                T2:Type, T:topology[T2]]: THEORY

BEGIN

  IMPORTING borel,
            structures@const_fun_def[T1,T2],
            topology@continuity_def[T1,S,T2,T],
            topology@continuity[T1,S,T2,T]

  f: VAR [T1->T2]
  c: VAR T2
  X: VAR open[T2,T]
  B: VAR borel[T2,T]

  borel_function?(f):bool = (FORALL B: borel?[T1,S](inverse_image(f,B)))

  borel_function_def: LEMMA borel_function?(f) IFF
                            FORALL X: borel?[T1,S](inverse_image[T1,T2](f,X))

  borel_function: TYPE = (borel_function?)

  const_borel_function: LEMMA borel_function?(const_fun[T1,T2](c))

  continuous_is_borel: JUDGEMENT continuous SUBTYPE_OF borel_function

END borel_functions

Messung V0.5 in Prozent
C=80 H=78 G=78

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-15) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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 und die Messung sind noch experimentell.