Skip to content

Commit e297f60

Browse files
authored
reduce dep (#2008)
1 parent 40abdc2 commit e297f60

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

theories/measure_theory/measurable_function.v

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
(* mathcomp analysis (c) 2026 Inria and AIST. License: CeCILL-C. *)
22
From 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"]
55
From 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.
2928
Unset Strict Implicit.
3029
Unset Printing Implicit Defensive.
3130
Import ProperNotations.
32-
Import Order.TTheory GRing.Theory Num.Theory.
3331

3432
Local Open Scope classical_set_scope.
3533
Local Open Scope ring_scope.
@@ -358,7 +356,7 @@ Context {d} {T : measurableType d} {d1} {T1 : measurableType d1}
358356

359357
Lemma 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.
362360
Proof. exact: preimage_set_system_compS. Qed.
363361

364362
End g_sigma_algebra_preimage_comp.

0 commit comments

Comments
 (0)