Intrinsic frontier and interior #
This file defines the intrinsic frontier, interior and closure of a set in a normed additive torsor. These are also known as relative frontier, interior, closure.
The intrinsic frontier/interior/closure of a set s
is the frontier/interior/closure of s
considered as a set in its affine span.
The intrinsic interior is in general greater than the topological interior, the intrinsic frontier in general less than the topological frontier, and the intrinsic closure in cases of interest the same as the topological closure.
Definitions #
intrinsicInterior
: Intrinsic interiorintrinsicFrontier
: Intrinsic frontierintrinsicClosure
: Intrinsic closure
Results #
The main results are:
AffineIsometry.image_intrinsicInterior
/AffineIsometry.image_intrinsicFrontier
/AffineIsometry.image_intrinsicClosure
: Intrinsic interiors/frontiers/closures commute with taking the image under an affine isometry.Set.Nonempty.intrinsicInterior
: The intrinsic interior of a nonempty convex set is nonempty.
References #
- Chapter 8 of [Barry Simon, Convexity][simon2011]
- Chapter 1 of [Rolf Schneider, Convex Bodies: The Brunn-Minkowski theory][schneider2013].
TODO #
IsClosed s โ IsExtreme ๐ s (intrinsicFrontier ๐ s)
x โ s โ y โ intrinsicInterior ๐ s โ openSegment ๐ x y โ intrinsicInterior ๐ s
The intrinsic interior of a set is its interior considered as a set in its affine span.
Equations
- intrinsicInterior ๐ s = Subtype.val '' interior (Subtype.val โปยน' s)
Instances For
The intrinsic frontier of a set is its frontier considered as a set in its affine span.
Equations
- intrinsicFrontier ๐ s = Subtype.val '' frontier (Subtype.val โปยน' s)
Instances For
The intrinsic closure of a set is its closure considered as a set in its affine span.
Equations
- intrinsicClosure ๐ s = Subtype.val '' closure (Subtype.val โปยน' s)
Instances For
Alias of the reverse direction of intrinsicClosure_nonempty
.
Alias of the forward direction of intrinsicClosure_nonempty
.
Note that neither intrinsicInterior
nor intrinsicFrontier
is monotone.
The intrinsic interior of a nonempty convex set is nonempty.