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

Quelle  ae_continuous_def.pvs   Sprache: PVS

 
%------------------------------------------------------------------------------
% Definition of almost everywhere continuity
%
%     Author: David Lester, Manchester University
%
% References: AJ Weir, "Lebesgue Integration and Measure" CUP, 1973.
%
%     Version 1.0            26/2/10   Initial Version
%------------------------------------------------------------------------------

ae_continuous_def: THEORY

BEGIN

  IMPORTING
    lebesgue_def,
    measure_integration@indefinite_integral[real,cal_M,lambda_],
    metric_space@real_continuity

  a,b,x: VAR real
  f:     VAR [real->real]

  ae_continuous?(a:real,b:{x | a <= x},f):bool
    = null_set?({x | a < x AND x < b AND NOT continuous_at?(f,x)})

  ae_continuous_def: LEMMA a <= b =>
    (ae_continuous?(a,b,f) <=> ae_continuous?(a,b,phi(closed(a,b))*f))

  continuous_at_is_ae_continuous: LEMMA
    a <= b AND (FORALL x: a < x AND x < b => continuous_at?(f,x)) =>
    ae_continuous?(a,b,f)

  continuous_is_ae_continuous: LEMMA
    a <= b AND continuous?(f) => ae_continuous?(a,b,f)

END ae_continuous_def

88%


¤ Dauer der Verarbeitung: 0.10 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.