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`.