mathlib
7130d75d - chore(*): introduce notation for left/right/punctured nhds (#10694)

Commit
4 years ago
chore(*): introduce notation for left/right/punctured nhds (#10694) New notation: * `๐“[โ‰ค] x`: the filter `nhds_within x (set.Iic x)` of left-neighborhoods of `x`; * `๐“[โ‰ฅ] x`: the filter `nhds_within x (set.Ici x)` of right-neighborhoods of `x`; * `๐“[<] x`: the filter `nhds_within x (set.Iio x)` of punctured left-neighborhoods of `x`; * `๐“[>] x`: the filter `nhds_within x (set.Ioi x)` of punctured right-neighborhoods of `x`; * `๐“[โ‰ ] x`: the filter `nhds_within x {x}แถœ` of punctured neighborhoods of `x`.
Author
Parents
Loading