Documentation

Mathlib.Analysis.Normed.Field.ProperSpace

Proper nontrivally normed fields #

Nontrivially normed fields are ProperSpaces when they are WeaklyLocallyCompact.

Main results #

Implementation details #

This is a special case of ProperSpace.of_locallyCompactSpace from Mathlib.Analysis.Normed.Module.FiniteDimension, specialized to be on the field itself with a proof that requires fewer imports.

A weakly locally compact normed field is proper. This is a specialization of ProperSpace.of_locallyCompactSpace which holds for NormedSpaces but requires more imports.