feat: Add Function.prod and Function.diag#37606
feat: Add Function.prod and Function.diag#37606linesthatinterlace wants to merge 38 commits intoleanprover-community:masterfrom
Function.prod and Function.diag#37606Conversation
PR summary 7d837a8020Import 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. |
Prod.diag, Prod.pair and Sum.get.Prod.diag, Prod.pair and Sum.get
Prod.diag, Prod.pair and Sum.getProd.diag, Prod.prodMk and Sum.get
|
Note: I think |
|
Hmm - |
Prod.diag, Prod.prodMk and Sum.getFunction.prod and Function.diag
|
Decided to change to |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
It is clear that actually adapting this new notation/spelling into Mathlib is going to be somewhat time-consuming. That's fine but I think it will be easier to review if I split out the initial contribution. As such I have created #37631 and I am going to park this for now. |
|
(Recording the dependency in the PR description. Please correct me if I misread you!) |
|
This PR/issue depends on:
|
|
This pull request has conflicts, please merge |
This PR adds
Prod.diag,Prod.prodMkandSum.get, canonical spellings of operations that are used in many places but only anonymously.Function.prodandFunction.diag#37631