Theorems · Theorem · general topology
Filter.HasAntitoneBasis.subbasis_with_rel
∀ {α : Type u_3} {f : Filter α} {s : ℕ → Set α},
f.HasAntitoneBasis s →
∀ {r : ℕ → ℕ → Prop},
(∀ (m : ℕ), ∀ᶠ (n : ℕ) in Filter.atTop, r m n) →
∃ φ, StrictMono φ ∧ (∀ ⦃m n : ℕ⦄, m < n → r (φ m) (φ n)) ∧ f.HasAntitoneBasis (s ∘ φ)Given an antitone basis s : ℕ → Set α of a filter, extract an antitone subbasis s ∘ φ,
φ : ℕ → ℕ, such that m < n implies r (φ m) (φ n). This lemma can be used to extract an
antitone basis with basis sets decreasing "sufficiently fast".
- Defined in
- Mathlib.Order.Filter.AtTopBot.Finite
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- Set.imageproof · cited by 5,609
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- Set.Finiteproof · cited by 1,814
- Set.Iioproof · cited by 1,166
- StrictMonostatement and proof · cited by 706
- Filter.Eventually.existsproof · cited by 168
- Filter.Eventually.andproof · cited by 157
- Filter.eventually_gt_atTopproof · cited by 90
- Filter.HasAntitoneBasisstatement and proof · cited by 43
Cited by4
Results whose statement or proof uses this declaration.
- IsTopologicalAddGroup.exists_antitone_basis_nhds_zeroproof · cited by 1
- exists_nhds_hasAntitoneBasis_absConvex_open_add_closure_subsetproof · cited by 0
- UniformSpace.metrizable_uniformityproof · cited by 0
- IsTopologicalGroup.exists_antitone_basis_nhds_oneproof · cited by 0