Skip to content

Commit

Permalink
Remove measurableT which is already defined
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Apr 1, 2021
1 parent a21bb29 commit 4bb0b17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions theories/measure.v
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ Proof.
by move=> mA; rewrite -setTD; apply measurableD => //; exact: measurableT.
Qed.

Lemma measurableT : measurable (setT : set T).
Proof. by rewrite -setC0; apply measurableC; exact: measurable0. Qed.

Lemma measurable_bigcap (F : (set T)^nat) :
(forall i, measurable (F i)) -> measurable (\bigcap_i (F i)).
Proof.
Expand Down

0 comments on commit 4bb0b17

Please sign in to comment.