Commit 2021-08-21 19:52 e00afed4
View on Github →feat(topology/metric_space): turn nonempty_ball
into an iff
(#8747)
- add
set.univ_pi_empty
; - turn
metric.nonempty_ball
into aniff
, mark it with@[simp]
; addmetric.ball_eq_empty
- do the same thing to
closed_ball
s; - add primed versions of
metric.ball_pi
andmetric.closed_ball_pi
.