Theorems · Theorem · general topology
Filter.HasBasis.exists_antitone_subbasis
∀ {α : Type u_1} {ι' : Sort u_5} {f : Filter α} [h : f.IsCountablyGenerated] {p : ι' → Prop} {s : ι' → Set α},
f.HasBasis p s → ∃ x, (∀ (i : ℕ), p (x i)) ∧ f.HasAntitoneBasis fun i => s (x i)If f is countably generated and f.HasBasis p s, then f admits a decreasing basis
enumerated by natural numbers such that all sets have the form s i. More precisely, there is a
sequence i n such that p (i n) for all n and s (i n) is a decreasing sequence of sets which
forms a basis of f.
- Defined in
- Mathlib.Order.Filter.CountablyGenerated
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Filter.IsCountablyGenerated
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- Preorderproof · cited by 7,952
- LE.le.transproof · cited by 3,151
- le_antisymmproof · cited by 2,068
- iInfproof · cited by 1,690
- Filter.principalproof · cited by 740
- Filter.HasBasisstatement and proof · cited by 604
- Antitoneproof · cited by 563
- Set.Countableproof · cited by 545
- Set.inter_subset_leftproof · cited by 360
- Set.inter_subset_rightproof · cited by 329
Cited by8
Results whose statement or proof uses this declaration.
- Filter.exists_antitone_basisproof · cited by 10
- measurableSet_tendstoproof · cited by 2
- IsGδ.setOfPred_continuousAtproof · cited by 2
- UniformSpace.has_seq_basisproof · cited by 2
- LinearMap.continuousAt_zero_of_locally_boundedproof · cited by 1
- MeasureTheory.exists_isCompact_closure_measure_compl_ltproof · cited by 1
- IsGδ.singletonproof · cited by 1
- LowerHemicontinuousAt.exists_seq_tendstoproof · cited by 1