Commit 2025-02-10 19:23 e790abc2
View on Github →chore(Order/Filter): split AtTopBot.lean
(#21672)
This PR splits Order/Filter/AtTopBot.lean
into the following files:
Order/Filter/AtTopBot/Defs.lean
: definition and elementary propertiesOrder/Filter/AtTopBot/Disjoint.lean
: showingAtTop
andAtBot
are disjointOrder/Filter/AtTopBot/Tendsto.lean
: basic limits ofAtTop
andAtBot
Order/Filter/AtTopBot/CompleteLattice.lean
: results in a (conditionally) complete latticeOrder/Filter/AtTopBot/Finset.lean
: results involving finite setsOrder/Filter/AtTopBot/Map.lean
: results involving map/comapOrder/Filter/AtTopBot/Prod.lean
: results involving product of filtersOrder/Filter/AtTopBot/Basic.lean
: remaining results (those depending onOrder.Filter.Bases
) The goal is to reduce the dependencies forTopology.Basic
. The results are not too exciting for the file itself, but we do get some nice cleanups down the line.