Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/Archive-of-Formal-Proofs/thys/Integration/   (Sammlung formaler Beweise Version 2026-5©)  Datei vom 31.4.2026 mit Größe 6 kB image not shown  

Quelle  Failure.thy

  Sprache: Isabelle
 

section Two approaches that failed \label{sec:two-approaches-that}

(*<*) theory Failure imports RealRandVar begin (*>*)

text
  Lebesgue integration can be quite involved, judging by the
  in \ref{sec:stepwise-approach} that imitates Bauer's way
 cite"Bauer". So it is quite tempting to try cutting a corner. The
  two alternative approaches back up my experience that this
  never pays in formalization. The theory that seems most complex
  first sight is often the one that is closest to formal reasoning
  deliberately avoids ``hand-waving''.
 


subsection A closed expression \label{sec:closed-expression}

text 
 In contrast, Billingsley's definition citep.~172 in "Billingsley86" is
 strikingly short. For nonnegative measurable functions $f$:

 \begin{quote}
 
 $\int f d\mu = \mathit{sup} \sum_i \big[ \mathit{inf}_{\omega \in A_i} f(w) \big] \mu(A_i).$
 
 The supremum here extends over all finite decompositions $\{A_i\}$ of
 $\Omega$ into $\mathcal{F}$-sets.\footnote{The $\mathcal{F}$-sets are just the measurable sets of a measure
 space.}

 \end{quote}
 
 Like the definition, the proofs of the essential properties are also
 rather
 short, about three pages in the textbook for almost all the theorems
 in \ref{sec:stepwise-approach}; and a proof of uniqueness is obsolete
 for a closed expression like this. Therefore, I found this approach
 quite tempting. It turns out, however, that it is unfortunately not
 well suited for formalization, at least with the background we use.
 
 A complication shared by all possible styles of definition is the lack
 of infinite values in our theory, combined with the lack of partial
 functions in HOL. Like the sum operator in
 \ref{sec:measure-spaces}, the integral has to be defined
 indirectly. The classical way to do this employs predicates, invoking ε
 to choose the value that satisfies the condition:

  f dM (ε i. is_integral M f i)

 To sensibly apply this principle, the predicate has to be ε-free to supply the information if the integral is
 defined or not. Now the above definition contains up to three additional
 ε when formalized naively in HOL, namely in the supremum,
 infimum and sum operators. The sum is over a finite set, so it can
 be replaced by a total function. For nonnegative functions, the
 infimum can also be shown to exist everywhere, but, like the
 supremum, must
 itself be replaced by a predicate.

 Also note that predicates require a proof of uniqueness, thus losing
 the prime advantage of a closed formula anyway. In this case,
 uniqueness can be reduced to uniqueness of the supremum/infimum. The
 problem is that neither suprema nor infima come predefined in
 Isabelle/Isar as of yet. It is an easy task to make up for this ---
 and I did --- but a much harder one to establish all the properties
 needed for reasoning with the defined entities.

 A lot of such reasoning is necessary to deduce from the above definition
 (or a formal version of it, as just outlined) the basic behavior of
 integration, which includes additivity, monotonicity and especially the
 integral of simple functions. It turns out that the brevity of the
 proofs in the textbook stems from a severely informal style that
 assumes ample background knowledge. Formalizing all this knowledge
 started to become overwhelming when the idea of a contrarian approach
 emerged.
 


subsection A one-step inductive definition \label{sec:one-step}

text 
 This idea was sparked by the following note: ``(\ldots) the integral
 is uniquely determined by certain simple properties it is natural to
 require of it'' citep.~175 in "Billingsley86". Billingsley goes on
 discussing exactly those properties that are so hard to derive
 from his definition. So why not simply define integration using
 these properties? That is the gist of an inductive set definition, like
 the one we have seen in \ref{sec:sigma}. This time a functional operator is
 to be defined, but it can be represented as a set of pairs, where
 the first component is the function and the second its integral.
 To cut a long story short, here is the definition.


inductive_set
  integral_set:: "('a set set * ('a set ==> real)) ==> (('a ==> real) * real) set"
  for M :: "'a set set * ('a set ==> real)"
  where
    char: "[f = χ A; A measurable_sets M] ==> (f,measure M A) integral_set M"
  | add: "[f = (λw. g w + h w); (g,x) integral_set M; (h,y) integral_set M]
    ==> (f,(x + y)) integral_set M"
  | times: "[f = (λw. a*g w); (g,x) integral_set M] ==> (f,a*x) integral_set M"
  | mon_conv: "[uf; n. (u n, x n) integral_set M; xy]
    ==> (f,y) integral_set M"

  text The technique is also encountered in the Finite_Set theory from the Isabelle library. It is used there
 to define the sum function, which calculates a sum
 indexed over a finite set and is employed in
 \ref{sec:stepwise-approach}. The definition here is much more
 intricate though.

 An obvious advantage of this approach is that almost all
 important properties are gained without effort. The
 introduction rule mon_conv corresponds to what is known as
 the Monotone Convergence Theorem in scientific literature; negative functions are also provided for via
 the times rule.
 To be precise,
 there is exactly one important theorem missing ---
 uniqueness. That is, every function appears in at most one pair.
 
 From uniqueness together with the introduction rules, all the
 other statements about integration, monotonicity for example,
 could be derived. On the other hand, monotonicity implies
 uniqueness. Much to my regret, none of these two could be proven.
 The proof would basically amount to a double induction to show
 that an integral gained via one rule is the same when derived by
 another. A lot of effort was spent trying to strengthen the
 induction hypothesis or reduce the goal to a simpler case. All of
 this was in vain though, and it seems that the hypothesis would
 have to be strengthened as far as to include the concept of
 integration in the first place, which in a way defeats the
 advantages of the approach.

    

  (*<*)end  (*>*)

Messung V0.5 in Prozent
C=86 H=98 G=91

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

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