Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/lebesgue/   (PVS Prover 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

Messung V0.5 in Prozent
C=75 H=88 G=81

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

*© 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.