Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-02-26 10:06 aeda3fb7

View on Github →

feat(topology/instances/real, topology/metric_space/basic, algebra/floor): integers are a proper space (#6437) The metric space is a proper space. Also, under the coercion from to , inverse images of compact sets are finite. The key point for both facts is to express the inverse image of an -interval under the coercion as an appropriate -interval, using floor or ceiling of the endpoints -- I provide these facts as simp-lemmas. Indirectly related discussion: https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there.20code.20for.20X.3F/topic/Finiteness.20of.20balls.20in.20the.20integers

Estimated changes

added theorem int.preimage_Icc
added theorem int.preimage_Ici
added theorem int.preimage_Ico
added theorem int.preimage_Iic
added theorem int.preimage_Iio
added theorem int.preimage_Ioc
added theorem int.preimage_Ioi
added theorem int.preimage_Ioo