Commit 2021-12-30 00:20 ea95523d
View on Github →feat(analysis/normed_space/dual): add lemmas, golf (#11132)
- add
polar_univ
,is_closed_polar
,polar_gc
,polar_Union
,polar_union
,polar_antitone
,polar_zero
,polar_closure
; - extract
polar_ball_subset_closed_ball_div
andclosed_ball_inv_subset_polar_closed_ball
out of the proofs ofpolar_closed_ball
andpolar_bounded_of_nhds_zero
; - rename
polar_bounded_of_nhds_zero
tobounded_polar_of_mem_nhds_zero
, usemetric.bounded
; - use
r⁻¹
instead of1 / r
inpolar_closed_ball
. This is the simp normal form (though we might want to change this in the future).