Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Mar 15, 2023
1 parent e5219e7 commit 387dba4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions theories/kernel.v
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,6 @@ Local Open Scope classical_set_scope.
Local Open Scope ring_scope.
Local Open Scope ereal_scope.

(* PR in progress *)
Lemma emeasurable_itv (R : realType) (i : interval (\bar R)) :
measurable ([set` i]%classic : set \bar R).
Proof.
rewrite -[X in measurable X]setCK; apply: measurableC.
rewrite set_interval.setCitv /=; apply: measurableU => [|].
- move: i => [[b1 i1|[|]] i2] /=; rewrite ?set_interval.set_itvE//.
exact: emeasurable_itv_ninfty_bnd.
- move: i => [i1 [b2 i2|[|]]] /=; rewrite ?set_interval.set_itvE//.
exact: emeasurable_itv_bnd_pinfty.
Qed.

Section sfinite_fubini.
Context d d' (X : measurableType d) (Y : measurableType d') (R : realType).
Variables (m1 : {sfinite_measure set X -> \bar R}).
Expand Down

0 comments on commit 387dba4

Please sign in to comment.