feat: add solid sphere surface#1198
Conversation
Add the solid sphere (closed unit ball) to the spatial surfaces API: the embedding into Space d.succ, the associated measure (ambient volume restricted to the closed unit ball), the temperate-growth instance, and the distribution. As the solid sphere has positive ambient volume, the measure-zero requirement does not apply and is replaced by a positive ambient volume statement. Part of leanprover-community#943.
|
Thank you for this PR, which will now be reviewed. If you are submitting to ./PhyslibAlpha there will be a lighter review process, If you want to bring attention to this PR, please write a message on this |
jstoobysmith
left a comment
There was a problem hiding this comment.
Looks good - approved. Will merge shortly.
Adds the solid sphere (closed unit ball) to the spatial surfaces API in PhyslibAlpha, following the merged
Line.lean: the embedding intoSpace d.succ, the associated measure (ambient volume restricted to the closed unit ball), the temperate-growth instance, and the distribution. A solid region has positive ambient volume, so the measure-zero requirement does not apply and is replaced by a positive-volume statement. Part of #943.