Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2018-11-05 09:43 dcd90a3a

View on Github →

feat(order/filter): ultrafilter monad and the Stone-Cech compactification (#434)

  • feat(order/filter): simplify theory of ultrafilters slightly Introduce an alternate characterization of ultrafilters, and use it to prove ultrafilter_map and ultrafilter_pure.
  • chore(*): rename ultrafilter to is_ultrafilter
  • feat(order/filter): the ultrafilter monad
  • feat(analysis/topology): closure, continuous maps and T2 spaces via ultrafilters For these, first prove that a filter is the intersection of the ultrafilters containing it.
  • feat(analysis/topology): Normal spaces. Compact Hausdorff spaces are normal.
  • feat(analysis/topology/stone_cech): the Stone-Čech compactification

Estimated changes