Documentation

Mathlib.Topology.Sets.BaseChangeNhds

Base changes among different families of neighbourhoods #

This file builds base changes for .compactsInside, openNhds.

It also contains the evidences that openRcNhds_to_openNhdsand openRcNhds_to_compactNhds are initials functors.

For U an open subset included in a open subset V, there is a map sending compacts inside U to the ones inside V

Equations
Instances For
    def TopologicalSpace.Compacts.baseChangeOpenNhds {α : Type u_1} [TopologicalSpace α] {K L : Compacts α} (h : K L) :
    L.openNhdsK.openNhds

    For K a compact subset included in a compact subset L, there is a map sending open neighbourhoods of L to the ones of K

    Equations
    Instances For