Skip to content

Commit b37d376

Browse files
committed
doc & changelog
1 parent fafdaa8 commit b37d376

4 files changed

Lines changed: 8 additions & 355 deletions

File tree

CHANGELOG_UNRELEASED.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
* lemmas `zornS_ex`, `domain_extend`, `hahn_banach_witness`
129129
+ theorems `hahn_banach_extension`, `hahn_banach_extension_normed`
130130

131+
- in `lebesgue_stieltjes_measure.v`:
132+
+ definition `lebesgue_display`
133+
131134
### Changed
132135

133136
- moved from `measurable_structure.v` to `classical_sets.v`:

theories/lebesgue_measure.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ End LebesgueMeasure.
338338

339339
Definition lebesgue_measure {R : realType} : set R -> \bar R :=
340340
lebesgue_stieltjes_measure idfun.
341-
Check fun R : realType => lebesgue_stieltjes_measure idfun : Measure.type _ _.
342341
HB.instance Definition _ (R : realType) := Measure.on (@lebesgue_measure R).
343342
HB.instance Definition _ (R : realType) :=
344343
SigmaFiniteMeasure.on (@lebesgue_measure R).

theories/lebesgue_stieltjes_measure.v

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ From mathcomp Require Import realfun.
3333
(* R.-ocitv.-measurable == semiring of sets of open-closed intervals *)
3434
(* wlength f A := f b - f a with the hull of the set of real *)
3535
(* numbers A being delimited by a and b *)
36+
(* @measurableTypeR R == measurableType generated by R.-ocitv *)
37+
(* @lebesgue_display R == (measure_)display for the sigma-algebra *)
38+
(* generated by R.-ocitv *)
39+
(* @measurableR R == measurable sets generated by R.-ocitv *)
3640
(* lebesgue_stieltjes_measure f == Lebesgue-Stieltjes measure for f *)
3741
(* f is a cumulative function. *)
3842
(* completed_lebesgue_stieltjes_measure f == the completed Lebesgue-Stieltjes *)
@@ -522,7 +526,7 @@ Definition measurableR : set (set R) :=
522526
HB.instance Definition _ : Measurable lebesgue_display (measurableTypeR R) :=
523527
Measurable.on (measurableTypeR R).
524528
(* Presumably it is safe to use NFI here because morally R is unique
525-
and nothing else can be used here*)
529+
and nothing else can be used here *)
526530
#[non_forgetful_inheritance]
527531
HB.instance Definition _ := Measurable.copy R (measurableTypeR R).
528532

theories/probability_theory/test.v

Lines changed: 0 additions & 353 deletions
This file was deleted.

0 commit comments

Comments
 (0)