Skip to content

Commit

Permalink
tentative definition of lebesgue stieltjes measure
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Oct 21, 2022
1 parent 95da6ec commit dfe97b1
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 1,504 deletions.
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ theories/nsatz_realtype.v
theories/esum.v
theories/set_interval.v
theories/lebesgue_measure.v
theories/lebesgue_stieltjes_measure.v
theories/forms.v
theories/derive.v
theories/measure.v
Expand Down
2 changes: 1 addition & 1 deletion theories/lebesgue_measure.v
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ Qed.
End puncture_ereal_itv.

Lemma set1_bigcap_oc (R : realType) (r : R) :
[set r] = \bigcap_i `]r - i.+1%:R^-1, r]%classic.
[set r] = \bigcap_i `]r - i.+1%:R^-1, r]%classic.
Proof.
apply/seteqP; split=> [x ->|].
by move=> i _/=; rewrite in_itv/= lexx ltr_subl_addr ltr_addl invr_gt0 ltr0n.
Expand Down
Loading

0 comments on commit dfe97b1

Please sign in to comment.