Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-10-09 00:39 e71a12cd

View on Github →

feat(analysis/seminorm): closed balls for a seminorm (#16676) This introduces the closed ball version of seminorm.ball and duplicates a bunch of API. My motivation is the general Banach-Steinhaus theorem in barreled space (one characterization of barrels is that they are exactly closed unit balls of lower semicontinuous seminorms), and I didn't see any reason not do go full duplication here.

Estimated changes