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_divandclosed_ball_inv_subset_polar_closed_ballout of the proofs ofpolar_closed_ballandpolar_bounded_of_nhds_zero;
- rename polar_bounded_of_nhds_zerotobounded_polar_of_mem_nhds_zero, usemetric.bounded;
- use r⁻¹instead of1 / rinpolar_closed_ball. This is the simp normal form (though we might want to change this in the future).