Theorems · Theorem · general topology
UniformSpace.hasBasis_ofFun
∀ {X : Type u_1} {M : Type u_2} [inst : AddCommMonoid M] [inst_1 : LinearOrder M],
(∃ x, 0 < x) →
∀ (d : X → X → M) (refl : ∀ (x : X), d x x = 0) (symm : ∀ (x y : X), d x y = d y x)
(triangle : ∀ (x y z : X), d x z ≤ d x y + d y z) (half : ∀ ε > 0, ∃ δ > 0, ∀ x < δ, ∀ y < δ, x + y < ε),
(uniformity X).HasBasis (fun x => 0 < x) fun ε => {x | d x.1 x.2 < ε}- Defined in
- Mathlib.Topology.UniformSpace.OfFun
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidLinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- Set.ofPredstatement and proof · cited by 6,101
- uniformitystatement · cited by 765
- Filter.HasBasisstatement · cited by 604
- lt_of_lt_of_leproof · cited by 438
- min_le_leftproof · cited by 105
- min_le_rightproof · cited by 88
- lt_minproof · cited by 69
- Filter.hasBasis_biInf_principal'proof · cited by 8
- UniformSpace.ofFunstatement · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Metric.uniformity_basis_distproof · cited by 25
- uniformity_basis_edistproof · cited by 17
- AbsoluteValue.hasBasis_uniformityproof · cited by 1