Commit 2023-01-25 11:06 f974ae84
View on Github →chore(*): golf (#18111)
Sets
- Add
set.maps_to_prod_map_diagonal
,set.diagonal_nonempty
, andset.diagonal_subset_iff
.
Filters
- Generalize and rename
nhds_eq_comap_uniformity_aux
tofilter.mem_comap_prod_mk
. - Add
set.nonempty.principal_ne_bot
andfilter.comap_id'
. - Rename
filter.has_basis.comp_of_surjective
tofilter.has_basis.comp_surjective
.
Uniform spaces
- Rename
monotone_comp_rel
tomonotone.comp_rel
to enable dot notation. - Add
nhds_eq_comap_uniformity'
. - Use
𝓝ˢ (diagonal γ)
instead of⨆ x, 𝓝 (x, x)
inuniform_space_of_compact_t2
. - Golf here and there.
Mathlib 4 port
Relevant parts are forward-ported in leanprover-community/mathlib4#1438