@@ -3940,26 +3940,26 @@ Qed.
39403940Lemma nbhs_open_ereal_lt r (f : R -> R) : r < f r ->
39413941 nbhs r%:E [set y | y < (f r)%:E]%E.
39423942Proof .
3943- move=> xfx; rewrite nbhsE /=; eexists; split; last by move=> y; exact.
3943+ move=> xfx; rewrite nbhsE /=; eexists; last by move=> y; exact.
39443944by split; [apply open_ereal_lt_ereal | rewrite /= lte_fin].
39453945Qed .
39463946
39473947Lemma nbhs_open_ereal_gt r (f : R -> R) : f r < r ->
39483948 nbhs r%:E [set y | (f r)%:E < y]%E.
39493949Proof .
3950- move=> xfx; rewrite nbhsE /=; eexists; split; last by move=> y; exact.
3950+ move=> xfx; rewrite nbhsE /=; eexists; last by move=> y; exact.
39513951by split; [apply open_ereal_gt_ereal | rewrite /= lte_fin].
39523952Qed .
39533953
39543954Lemma nbhs_open_ereal_pinfty r : (nbhs +oo [set y | r%:E < y])%E.
39553955Proof .
3956- rewrite nbhsE /=; eexists; split; last by move=> y; exact.
3956+ rewrite nbhsE /=; eexists; last by move=> y; exact.
39573957by split; [apply open_ereal_gt_ereal | rewrite /= ltry].
39583958Qed .
39593959
39603960Lemma nbhs_open_ereal_ninfty r : (nbhs -oo [set y | y < r%:E])%E.
39613961Proof .
3962- rewrite nbhsE /=; eexists; split; last by move=> y; exact.
3962+ rewrite nbhsE /=; eexists; last by move=> y; exact.
39633963by split; [apply open_ereal_lt_ereal | rewrite /= ltNyr].
39643964Qed .
39653965
@@ -4290,7 +4290,7 @@ move=> oU; have [->|U0] := eqVneq U set0.
42904290apply/seteqP; split=> [x Ux|x [p _ Ipx]]; last exact: bigcup_ointsub_sub Ipx.
42914291suff [q Iqx] : exists q, bigcup_ointsub U q x.
42924292 by exists q => //=; rewrite in_setE; case: Iqx => A [[_ _ +] ? _]; exact.
4293- have : nbhs x U by rewrite nbhsE /=; exists U; split => // .
4293+ have : nbhs x U by rewrite nbhsE /=; exists U.
42944294rewrite -nbhs_ballE /nbhs_ball /nbhs_ball_ => -[_/posnumP[r] xrU].
42954295have /rat_in_itvoo[q qxxr] : (x - r%:num < x + r%:num)%R.
42964296 by rewrite ltr_subl_addr -addrA ltr_addl.
@@ -4804,7 +4804,7 @@ move=> C D FC f_D; have {}f_D :
48044804 have exPj : forall j, exists Bj, open_nbhs (f j) Bj /\ Bj `<=` E ord0 j.
48054805 move=> j; have := f_E ord0 j; rewrite nbhsE => - [Bj].
48064806 by rewrite row_simpl'; exists Bj.
4807- exists [set g | forall j, (get (Pj j)) (g j)]; split; last first.
4807+ exists [set g | forall j, (get (Pj j)) (g j)]; last first.
48084808 move=> g Pg; apply: sED => i j; rewrite ord1 row_simpl'.
48094809 by have /getPex [_ /(_ _ (Pg j))] := exPj j.
48104810 split; last by move=> j; have /getPex [[]] := exPj j.
0 commit comments