Documentation

Mathlib.Topology.UniformSpace.DiscreteUniformity

Discrete uniformity #

The discrete uniformity is the smallest possible uniformity, the one for which the diagonal is an entourage of itself.

It induces the discrete topology.

It is complete.

class DiscreteUniformity (X : Type u_1) [u : UniformSpace X] :

The discrete uniformity

Instances

    The bot uniformity is the discrete uniformity.

    The discrete uniformity induces the discrete topology.

    A product of spaces with discrete uniformity has a discrete uniformity.

    On a space with a discrete uniformity, any function is uniformly continuous.