Theorems · Theorem · general topology
Filter.HasBasis.iInf
∀ {α : Type u_1} {ι : Type u_6} {ι' : ι → Type u_7} {l : ι → Filter α} {p : (i : ι) → ι' i → Prop}
{s : (i : ι) → ι' i → Set α},
(∀ (i : ι), (l i).HasBasis (p i) (s i)) →
(⨅ i, l i).HasBasis (fun If => If.fst.Finite ∧ ∀ (i : ↑If.fst), p (↑i) (If.snd i)) fun If => ⋂ i, s (↑i) (If.snd i)- Defined in
- Mathlib.Order.Filter.Bases.Finite
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 87 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
- Fintypeproof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- Set.Finitestatement and proof · cited by 1,814
- iInfstatement and proof · cited by 1,690
- Set.iInterstatement and proof · cited by 1,084
- Filter.HasBasisstatement and proof · cited by 604
- Filter.HasBasis.mem_iffproof · cited by 193
- Filter.HasBasis.mem_of_memproof · cited by 63
- Filter.mem_iInf_of_memproof · cited by 22
- Filter.iInter_memproof · cited by 12
Cited by3
Results whose statement or proof uses this declaration.
- UniformFun.uniformSpace_eq_iInf_precomp_of_coverproof · cited by 1
- regularSpace_sInfproof · cited by 1
- IsUltraUniformity.iInfproof · cited by 0