[Merged by Bors] - feat(LinearAlgebra/Simplex): lemma for subset/disjoint relation between interior of simplex and its faces#35365
Conversation
PR summary 9b51fe6ec0Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
There was a problem hiding this comment.
Pull request overview
Adds an intermediate lemma in Affine.Simplex relating closedInterior to interior plus the union of the closedInteriors of codimension-1 faces (faceOpposite), intended for later measure-theoretic arguments in #34826.
Changes:
- Prove
(s.face h).closedInterior ⊆ s.closedInterior. - Prove
s.closedInterior = s.interior ∪ ⋃ i, (s.faceOpposite i).closedInteriorunder ordered-ring assumptions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fb3b3d7 to
8d1abcd
Compare
8d1abcd to
a206595
Compare
a206595 to
f4cc76c
Compare
|
@eric-wieser Does this look good now? |
a896124 to
40d5b02
Compare
|
Build failed (retrying...): |
|
This PR was included in a batch that was canceled, it will be automatically retried |
|
Pull request successfully merged into master. Build succeeded: |
Intermediate lemma towards #34826. This will be used to show the measure on
interiorandclosedInteriorare equal, as the difference is a zero-measure set.