Skip to content
Snippets Groups Projects
Commit f8eb00e7 authored by François Clément's avatar François Clément
Browse files

WIP: lazy mode.

parent 4b972dec
No related branches found
No related tags found
No related merge requests found
......@@ -532,14 +532,19 @@ Proof.
rewrite measurable_Rbar_eq_Borel, measurable_Rbar_R_alt_correct; easy.
Qed.
(* WIP [lazy]: wait for actually needing it...
Lemma measurable_Rbar_abs :
forall B, measurable_Rbar B -> measurable_Rbar (fun y => B (Rbar_abs y)).
Proof.
Admitted.
*)
(* WIP [lazy]: wait for actually needin it...
Lemma measurable_Rbar_scal :
forall B l, measurable_Rbar B -> measurable_Rbar (fun y => B (Rbar_mult l y)).
forall B l,
measurable_Rbar B -> measurable_Rbar (fun y => B (Rbar_mult l y)).
Proof.
Admitted.
*)
End measurable_Rbar.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment