@@ -221,8 +221,6 @@ Definition lambda_system :=
221221Definition monotone := ndseq_closed /\ niseq_closed.
222222
223223End set_systems.
224- #[deprecated(since="mathcomp-analysis 1.2.0", note="renamed `lambda_system`")]
225- Notation monotone_class := lambda_system (only parsing).
226224(*#[deprecated(since="mathcomp-analysis 1.3.0", note="renamed `setSD_closed`")]
227225Notation setD_closed := setSD_closed (only parsing). *)
228226#[deprecated(since="mathcomp-analysis 1.9.0", note="renamed `setD_closed`")]
@@ -430,8 +428,6 @@ Proof.
430428move=> sDGD; have := smallest_sigma_algebra D G.
431429by move=> /(sigma_algebraP sDGD) [sT sD snd sI]; split.
432430Qed .
433- #[deprecated(since="mathcomp-analysis 1.2.0", note="renamed `g_sigma_algebra_lambda_system`")]
434- Notation monotone_class_g_salgebra := g_sigma_algebra_lambda_system (only parsing).
435431
436432Lemma smallest_sigma_ring T (G : set (set T)) : sigma_ring <<sr G >>.
437433Proof .
@@ -594,8 +590,6 @@ by move=> *; apply HHH_.
594590Qed .
595591
596592End smallest_lambda_system.
597- #[deprecated(since="mathcomp-analysis 1.2.0", note="renamed `smallest_lambda_system`")]
598- Notation smallest_monotone_classE := smallest_lambda_system (only parsing).
599593
600594Section lambda_system_subset.
601595Variables (T : Type) (G : set (set T)) (setIG : setI_closed G) (D : set T).
@@ -613,8 +607,6 @@ rewrite -(@smallest_lambda_system _ _ setIG D) //.
613607Qed .
614608
615609End lambda_system_subset.
616- #[deprecated(since="mathcomp-analysis 1.2.0", note="renamed `lambda_system_subset`")]
617- Notation monotone_class_subset := lambda_system_subset (only parsing).
618610
619611Section dynkin.
620612Variable T : Type.
@@ -740,12 +732,6 @@ exact: g_dynkin_dynkin.
740732Qed .
741733
742734End dynkin_lemmas.
743- #[deprecated(since="mathcomp-analysis 1.2.0", note="renamed into `setI_closed_g_dynkin_g_sigma_algebra`")]
744- Notation setI_closed_gdynkin_salgebra := setI_closed_g_dynkin_g_sigma_algebra (only parsing).
745- #[deprecated(since="mathcomp-analysis 1.2.0", note="renamed into `g_dynkin_dynkin`")]
746- Notation dynkin_g_dynkin := g_dynkin_dynkin (only parsing).
747- #[deprecated(since="mathcomp-analysis 1.2.0", note="renamed into `dynkin_lambda_system`")]
748- Notation dynkin_monotone := dynkin_lambda_system (only parsing).
749735
750736Section trace.
751737Variable (T : Type).
@@ -1270,8 +1256,6 @@ Definition sigma_display {T} : set (set T) -> measure_display.
12701256Proof . exact. Qed .
12711257
12721258Definition g_sigma_algebraType {T} (G : set (set T)) := T.
1273- #[deprecated(since="mathcomp-analysis 1.2.0", note="renamed into `g_sigma_algebraType`")]
1274- Notation salgebraType := g_sigma_algebraType (only parsing).
12751259
12761260Section g_salgebra_instance.
12771261Variables (T : pointedType) (G : set (set T)).
0 commit comments