[Merged by Bors] - feat(Analysis/Calculus/ImplicitFunction): define implicitFunctionOfProdDomain#26985
[Merged by Bors] - feat(Analysis/Calculus/ImplicitFunction): define implicitFunctionOfProdDomain#26985agjftucker wants to merge 44 commits intoleanprover-community:masterfrom
Conversation
…_implicitFunOfBivariate
c69cc5f to
8dc672d
Compare
PR summary 83a9b27e0dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
…o f₁, fy to f₂, p₀ to x, p to y, x to u etc.
…es to derivative in product space
Co-authored-by: Winston Yin <[email protected]>
| filter_upwards [φ.leftFun_eq_iff_implicitFunction, φ.rightFun_implicitFunction_eq_rightFun] | ||
| exact fun v h _ => Iff.trans h ⟨congrArg _, by aesop⟩ | ||
|
|
||
| theorem hasStrictFDerivAt_implicitFunctionOfProdDomain |
There was a problem hiding this comment.
It's a bit weird that this is itself in the HasStrictFDerivAt namespace, but I don't currently have a better suggestion.
|
@agjftucker these last naming issues are the only remaining things in my mind. This looks quite good now. |
OK thanks. I would certainly like to see this process as one of slow improvement, though it more often feels like chasing my own tail! Anyway these points about naming are new and I will act on them. During the inconclusive discussion about "Transparency and API design" I took the @[expose] tag off each of these files, even, most boldly, |
Co-authored-by: Jireh Loreaux <[email protected]>
|
Yes, I think that removing bors merge |
|
Pull request successfully merged into master. Build succeeded: |
…odDomain (leanprover-community#26985) This PR continues the work from leanprover-community#16743. Original PR: leanprover-community#16743
This PR continues the work from #16743.
Original PR: #16743