@@ -3022,26 +3022,26 @@ Qed.
30223022Lemma nbhs_open_ereal_lt r (f : R -> R) : r < f r ->
30233023 nbhs r%:E [set y | y < (f r)%:E]%E.
30243024Proof .
3025- move=> xfx; rewrite nbhsE /=; eexists; split; last by move=> y; exact.
3025+ move=> xfx; rewrite nbhsE /=; eexists; last by move=> y; exact.
30263026by split; [apply open_ereal_lt_ereal | rewrite /= lte_fin].
30273027Qed .
30283028
30293029Lemma nbhs_open_ereal_gt r (f : R -> R) : f r < r ->
30303030 nbhs r%:E [set y | (f r)%:E < y]%E.
30313031Proof .
3032- move=> xfx; rewrite nbhsE /=; eexists; split; last by move=> y; exact.
3032+ move=> xfx; rewrite nbhsE /=; eexists; last by move=> y; exact.
30333033by split; [apply open_ereal_gt_ereal | rewrite /= lte_fin].
30343034Qed .
30353035
30363036Lemma nbhs_open_ereal_pinfty r : (nbhs +oo [set y | r%:E < y])%E.
30373037Proof .
3038- rewrite nbhsE /=; eexists; split; last by move=> y; exact.
3038+ rewrite nbhsE /=; eexists; last by move=> y; exact.
30393039by split; [apply open_ereal_gt_ereal | rewrite /= ltry].
30403040Qed .
30413041
30423042Lemma nbhs_open_ereal_ninfty r : (nbhs -oo [set y | y < r%:E])%E.
30433043Proof .
3044- rewrite nbhsE /=; eexists; split; last by move=> y; exact.
3044+ rewrite nbhsE /=; eexists; last by move=> y; exact.
30453045by split; [apply open_ereal_lt_ereal | rewrite /= ltNyr].
30463046Qed .
30473047
@@ -3372,7 +3372,7 @@ move=> oU; have [->|U0] := eqVneq U set0.
33723372apply/seteqP; split=> [x Ux|x [p _ Ipx]]; last exact: bigcup_ointsub_sub Ipx.
33733373suff [q Iqx] : exists q, bigcup_ointsub U q x.
33743374 by exists q => //=; rewrite in_setE; case: Iqx => A [[_ _ +] ? _]; exact.
3375- have : nbhs x U by rewrite nbhsE /=; exists U; split => // .
3375+ have : nbhs x U by rewrite nbhsE /=; exists U.
33763376rewrite -nbhs_ballE /nbhs_ball /nbhs_ball_ => -[_/posnumP[r] xrU].
33773377have /rat_in_itvoo[q qxxr] : (x - r%:num < x + r%:num)%R.
33783378 by rewrite ltr_subl_addr -addrA ltr_addl.
@@ -3886,7 +3886,7 @@ move=> C D FC f_D; have {}f_D :
38863886 have exPj : forall j, exists Bj, open_nbhs (f j) Bj /\ Bj `<=` E ord0 j.
38873887 move=> j; have := f_E ord0 j; rewrite nbhsE => - [Bj].
38883888 by rewrite row_simpl'; exists Bj.
3889- exists [set g | forall j, (get (Pj j)) (g j)]; split; last first.
3889+ exists [set g | forall j, (get (Pj j)) (g j)]; last first.
38903890 move=> g Pg; apply: sED => i j; rewrite ord1 row_simpl'.
38913891 by have /getPex [_ /(_ _ (Pg j))] := exPj j.
38923892 split; last by move=> j; have /getPex [[]] := exPj j.
0 commit comments