@@ -337,14 +337,8 @@ Arguments setU _ _ _ _ /.
337337Arguments setC _ _ _ /.
338338Arguments setD _ _ _ _ /.
339339Arguments setX _ _ _ _ _ /.
340- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setX.")]
341- Notation setM := setX (only parsing).
342340Arguments setXR _ _ _ _ _ /.
343- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setXR.")]
344- Notation setMR := setXR (only parsing).
345341Arguments setXL _ _ _ _ _ /.
346- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setXL.")]
347- Notation setML := setXL (only parsing).
348342Arguments fst_set _ _ _ _ /.
349343Arguments snd_set _ _ _ _ /.
350344Arguments subsetP {T A B}.
@@ -1189,33 +1183,7 @@ Arguments subsetT {T} A.
11891183
11901184#[global]
11911185Hint Resolve subsetUl subsetUr subIsetl subIsetr subDsetl subDsetr : core.
1192- #[deprecated(since="mathcomp-analysis 1.2.0", note="Use notin_setE instead.")]
1193- Notation notin_set := notin_setE (only parsing).
11941186Arguments setU_id2r {T} C {A B}.
1195- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to in_setX.")]
1196- Notation in_setM := in_setX (only parsing).
1197- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setX0.")]
1198- Notation setM0 := setX0 (only parsing).
1199- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to set0X.")]
1200- Notation set0M := set0X (only parsing).
1201- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setXTT.")]
1202- Notation setMTT := setXTT (only parsing).
1203- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setXT.")]
1204- Notation setMT := setXT (only parsing).
1205- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setTX.")]
1206- Notation setTM := setTX (only parsing).
1207- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setXI.")]
1208- Notation setMI := setXI (only parsing).
1209- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setX_bigcupr.")]
1210- Notation setM_bigcupr := setX_bigcupr (only parsing).
1211- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setX_bigcupl.")]
1212- Notation setM_bigcupl := setX_bigcupl (only parsing).
1213- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to setSX.")]
1214- Notation setSM := setSX (only parsing).
1215- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to bigcupX1l.")]
1216- Notation bigcupM1l := bigcupX1l (only parsing).
1217- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to bigcupX1r.")]
1218- Notation bigcupM1r := bigcupX1r (only parsing).
12191187
12201188Lemma set_cst {T I} (x : T) (A : set I) :
12211189 [set x | _ in A] = if A == set0 then set0 else [set x].
@@ -2090,11 +2058,6 @@ End bigop_lemmas.
20902058Arguments bigcup_setD1 {T I} x.
20912059Arguments bigcap_setD1 {T I} x.
20922060
2093- #[deprecated(since="mathcomp-analysis 1.3.0",note="renamed to bigcup_setX_dep")]
2094- Notation bigcup_setM_dep := bigcup_setX_dep (only parsing).
2095- #[deprecated(since="mathcomp-analysis 1.3.0",note="renamed to bigcup_setX")]
2096- Notation bigcup_setM := bigcup_setX (only parsing).
2097-
20982061Lemma setD_bigcup {T} (I : eqType) (F : I -> set T) (P : set I) (j : I) : P j ->
20992062 F j `\` \bigcup_(i in [set k | P k /\ k != j]) (F j `\` F i) =
21002063 \bigcap_(i in P) F i.
@@ -3250,12 +3213,6 @@ Lemma fst_setXR (X : set T1) (Y : T1 -> set T2) : (X `*`` Y).`1 `<=` X.
32503213Proof . by move=> x [y [//]]. Qed .
32513214
32523215End product.
3253- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to fst_setX.")]
3254- Notation fst_setM := fst_setX (only parsing).
3255- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to snd_setX.")]
3256- Notation snd_setM := snd_setX (only parsing).
3257- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to fst_setXR instead.")]
3258- Notation fst_setMR := fst_setXR (only parsing).
32593216
32603217Section section.
32613218Variables (T1 T2 : Type).
@@ -3376,14 +3333,6 @@ Lemma ysection_preimage_fst (A : set T1) y : ysection (fst @^-1` A) y = A.
33763333Proof . by apply/seteqP; split; move=> x/=; rewrite /ysection/= inE. Qed .
33773334
33783335End section.
3379- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to in_xsectionX.")]
3380- Notation in_xsectionM := in_xsectionX (only parsing).
3381- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to in_ysectionX.")]
3382- Notation in_ysectionM := in_ysectionX (only parsing).
3383- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to notin_xsectionX.")]
3384- Notation notin_xsectionM := notin_xsectionX (only parsing).
3385- #[deprecated(since="mathcomp-analysis 1.3.0", note="renamed to notin_ysectionX.")]
3386- Notation notin_ysectionM := notin_ysectionX (only parsing).
33873336
33883337Declare Scope relation_scope.
33893338Delimit Scope relation_scope with relation.
0 commit comments