[Merged by Bors] - feat: fun_prop lemmas for GL n R and SL n R#37604
[Merged by Bors] - feat: fun_prop lemmas for GL n R and SL n R#37604j-loreaux wants to merge 8 commits intoleanprover-community:masterfrom
fun_prop lemmas for GL n R and SL n R#37604Conversation
PR summary 7d837a8020Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: David Loeffler <[email protected]>
loefflerd
left a comment
There was a problem hiding this comment.
This looks great now!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by loefflerd. |
|
!radar |
|
Benchmark results for 87cb564 against 7d837a8 are in. There are no significant changes. @loefflerd @riccardobrasca
Small changes (2🟥)
|
|
bors d+ |
|
✌️ j-loreaux can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: David Loeffler <[email protected]>
|
bors merge |
These lemmas allow `fun_prop` to prove that evaluating a continuous function into the general or special linear groups at an entry is continuous.
This also adds `fun_prop` to `UpperHalfPlane.{num,denom}`, `Continuous.matrixVecCons` and and new lemma `Continuous.matrixOf` and uses all these to golf some proofs of continuity regarding the action of `SL 2 ℝ` on `ℍ` from a recent PR.
For good measure, we add `fun_prop` to a number of other lemmas which should be tagged.
Closes #37472
|
Pull request successfully merged into master. Build succeeded: |
fun_prop lemmas for GL n R and SL n Rfun_prop lemmas for GL n R and SL n R
These lemmas allow
fun_propto prove that evaluating a continuous function into the general or special linear groups at an entry is continuous.This also adds
fun_proptoUpperHalfPlane.{num,denom},Continuous.matrixVecConsand and new lemmaContinuous.matrixOfand uses all these to golf some proofs of continuity regarding the action ofSL 2 ℝonℍfrom a recent PR.For good measure, we add
fun_propto a number of other lemmas which should be tagged.Closes #37472