Theorems · Theorem · general topology
Filter.map_atTop_eq_of_gc_preorder
∀ {α : Type u_3} {β : Type u_4} [inst : Preorder α] [IsDirectedOrder α] [inst_2 : Preorder β] [IsDirectedOrder β]
{f : α → β},
Monotone f →
∀ (b : β), (∀ (c : β), b ≤ c → ∃ x, f x = c ∧ ∀ (a : α), f a ≤ c ↔ a ≤ x) → Filter.map f Filter.atTop = Filter.atTopA function f maps upwards closed sets (atTop sets) to upwards closed sets when it is a
Galois insertion. The Galois "insertion" and "connection" is weakened to only require it to be an
insertion and a connection above b.
- Defined in
- Mathlib.Order.Filter.AtTopBot.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement · cited by 8,121
- Preorderstatement and proof · cited by 7,952
- LE.le.transproof · cited by 3,151
- Filter.atTopstatement · cited by 2,405
- le_antisymmproof · cited by 2,068
- Filter.univ_mem'proof · cited by 1,672
- le_rflproof · cited by 1,558
- Filter.mp_memproof · cited by 1,537
- Monotonestatement and proof · cited by 1,397
- Filter.mapstatement · cited by 819
- Eq.geproof · cited by 375
- IsDirectedOrderstatement and proof · cited by 316
Cited by3
Results whose statement or proof uses this declaration.
- Filter.map_atTop_eq_of_gcproof · cited by 5
- Nat.map_cast_int_atTopproof · cited by 5
- Filter.map_val_atTop_of_Ici_subsetproof · cited by 3