Theorems · Theorem · general topology
Filter.HasBasis.ext
∀ {α : Type u_1} {ι : Sort u_4} {ι' : Sort u_5} {l l' : Filter α} {p : ι → Prop} {s : ι → Set α} {p' : ι' → Prop}
{s' : ι' → Set α},
l.HasBasis p s →
l'.HasBasis p' s' →
(∀ (i : ι), p i → ∃ i', p' i' ∧ s' i' ⊆ s i) → (∀ (i' : ι'), p' i' → ∃ i, p i ∧ s i ⊆ s' i') → l = l'- Defined in
- Mathlib.Order.Filter.Bases.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- le_antisymmproof · cited by 2,068
- Filter.HasBasisstatement and proof · cited by 604
- Filter.HasBasis.le_basis_iffproof · cited by 28
Cited by6
Results whose statement or proof uses this declaration.
- UniformOnFun.isUniformEmbedding_toFun_finiteproof · cited by 2
- comap_coe_nhdsLT_eq_atTop_iffproof · cited by 2
- OnePoint.nhdsNE_infty_eqproof · cited by 1
- EReal.nhdsWithin_botproof · cited by 1
- EReal.nhdsWithin_topproof · cited by 1
- UniformSpace.metrizable_uniformityproof · cited by 0