Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-12-15 18:05 7130d75d

View on Github โ†’

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.

Estimated changes