feat(RingTheory/LaurentSeries): add Leibniz rule - #42471
Conversation
This adds `hasseDeriv_mul` and `derivative_mul`. Written with the help of Gemini
PR summary 0ecab2aa3cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
|
This pull request is now in draft mode. No active bors state needed cleanup. While this PR remains draft, bors will ignore commands on this PR. Mark it ready for review before using commands like |
| rw [← h_coeff1, ← h_coeff2] | ||
| exact hG_ne | ||
| · ext <;> dsimp <;> omega | ||
| · -- h |
There was a problem hiding this comment.
This is a comment about the named placeholders to not get disoriented when going through the 4 cases
refine Finset.sum_bij (fun x _ => (x.1 - (ij.1 : ℤ), x.2 - (ij.2 : ℤ))) ?hi ?inj ?surj ?hShould I remove those?
|
Is it possible to link hasseDeriv to iterated Derivation, then prove the multiplication formula there? (I haven't check thoroughly how much of this is already done) |
This adds
hasseDeriv_mulandderivative_mul.Written with the help of Gemini