11(* mathcomp analysis (c) 2026 Inria and AIST. License: CeCILL-C. *)
22From HB Require Import structures.
3- From mathcomp Require Import all_ssreflect_compat algebra .
3+ From mathcomp Require Import all_ssreflect_compat.
44#[warning="-warn-library-file-internal-analysis"]
55From mathcomp Require Import unstable.
6- From mathcomp Require Import boolp classical_sets functions cardinality reals.
7- From mathcomp Require Import ereal topology normedtype.
8- From mathcomp Require Import sequences measurable_structure.
6+ From mathcomp Require Import boolp classical_sets functions.
7+ From mathcomp Require Import measurable_structure.
98
109(**md************************************************************************* *)
1110(* # Measurable Functions *)
@@ -29,7 +28,6 @@ Set Implicit Arguments.
2928Unset Strict Implicit .
3029Unset Printing Implicit Defensive.
3130Import ProperNotations.
32- Import Order.TTheory GRing.Theory Num.Theory.
3331
3432Local Open Scope classical_set_scope.
3533Local Open Scope ring_scope.
@@ -358,7 +356,7 @@ Context {d} {T : measurableType d} {d1} {T1 : measurableType d1}
358356
359357Lemma g_sigma_algebra_preimage_comp (X : {mfun T >-> T1}) (f : T1 -> T2) :
360358 measurable_fun [set: T1] f ->
361- g_sigma_algebra_preimage (f \o X)%R `<=` g_sigma_algebra_preimage X.
359+ g_sigma_algebra_preimage (f \o X) `<=` g_sigma_algebra_preimage X.
362360Proof . exact: preimage_set_system_compS. Qed .
363361
364362End g_sigma_algebra_preimage_comp.
0 commit comments