mathlib
mathlib copied to clipboard
feat(order/filter,topology/instances/nnreal): upgrade some lemmas to `iff`
- Add
codisjoint.inf_left_sup_inf_rightandis_compl.le_inf_sup_inf. - Add
filter.comap_ite,filter.comap_max, andfilter.tendsto_ite. - Add
real.map_to_nnreal_at_top,real.comap_to_nnreal_at_top, andreal.tendsto_to_nnreal_at_top_iff. - Rename
tendsto_real_to_nnrealtofilter.tendsto.real_to_nnrealso that it can be used with dot notation. - Add
ennreal.tendsto_of_real_nhds_top.
I'm cleaning up old local branches. I don't remember why I wanted to
have these lemmas but IMHO upgrading from implications to iffs is a
good thing.