[Merged by Bors] - feat(Data/Real/EReal): add inverse and division of ENNReals#14224
[Merged by Bors] - feat(Data/Real/EReal): add inverse and division of ENNReals#14224pitmonticone wants to merge 26 commits intomasterfrom
ENNReals#14224Conversation
PR summary cbbfb55dffImport changesNo significant changes to the import graph
|
sgouezel
left a comment
There was a problem hiding this comment.
It's a bad idea to define a non-homogeneous division on EReal → ENNReal → EReal. Instead, as I discussed with Damien, one should define an homogeneous division on EReal, first be defining an inverse function and then using (a, b) -> a * b⁻¹.
ENNRealsENNReals
ENNRealsENNReals
|
Yes, I believe that is the new API in BET/TopologicalEntropy. @D-Thomine can you confirm? |
Co-Authored-By: Lorenzo Luccioli <71074618+LorenzoLuccioli@users.noreply.github.com>
Co-Authored-By: Lorenzo Luccioli <71074618+LorenzoLuccioli@users.noreply.github.com>
sgouezel
left a comment
There was a problem hiding this comment.
This looks very good. Minor tweaks are required about the naming of lemmas, though.
Co-Authored-By: Lorenzo Luccioli <71074618+LorenzoLuccioli@users.noreply.github.com>
|
I should have addressed all review comments. Thank you very much @sgouezel for your review! |
|
bors r+ |
This PR adds API for inverse and division of extended reals. Co-authored-by: @D-Thomine
|
Pull request successfully merged into master. Build succeeded: |
ENNRealsENNReals
This PR adds API for inverse and division of extended reals. Co-authored-by: @D-Thomine
This PR adds API for inverse and division of extended reals.
Co-authored-by: @D-Thomine