Commit 2021-12-09 11:18 bfe595d3
View on Github →feat(order/filter,topology/instances/real): lemmas about at_top
, at_bot
, and cocompact
(#10652)
- prove
comap abs at_top = at_bot ⊔ at_top
; - prove
comap coe at_top = at_top
andcomap coe at_bot = at_bot
for coercion fromℕ
,ℤ
, orℚ
to an archimedian semiring, ring, or field, respectively; - prove
cocompact ℤ = at_bot ⊔ at_top
andcocompact ℝ = at_bot ⊔ at_top
.