Documentation

Mathlib.Topology.Instances.ZMultiples

The subgroup "multiples of a" (zmultiples a) is a discrete subgroup of , i.e. its intersection with compact sets is finite.

This is a special case of NormedSpace.discreteTopology_zmultiples. It exists only to simplify dependencies.

Equations
  • =
theorem Int.tendsto_coe_cofinite :
Filter.Tendsto Int.cast Filter.cofinite (Filter.cocompact )

Under the coercion from to , inverse images of compact sets are finite.

theorem Int.tendsto_zmultiplesHom_cofinite {a : } (ha : a 0) :
Filter.Tendsto (⇑((zmultiplesHom ) a)) Filter.cofinite (Filter.cocompact )

For nonzero a, the "multiples of a" map zmultiplesHom from to is discrete, i.e. inverse images of compact sets are finite.

The subgroup "multiples of a" (zmultiples a) is a discrete subgroup of , i.e. its intersection with compact sets is finite.