chore(Algebra/Order/Antidiag): relax an assumption in the definition of HasAntidiagonal#41521
chore(Algebra/Order/Antidiag): relax an assumption in the definition of HasAntidiagonal#41521BryceT233 wants to merge 4 commits into
HasAntidiagonal#41521Conversation
PR summary 97fd7385b0Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
Can you elaborate on what makes this useful? Also, please generalize the theorems further down the file where possible; there's little value in generalizing only the definition. |
Apologies for the lack of detail in the initial description. I'm currently constructing I also considered an alternative approach: keeping |
|
That justification seems good enough to me, but please generalize some lemmas too! |
This PR relaxes the typeclass requirement for
HasAntidiagonalfromAddMonoid AtoAdd A, which is useful for defining multiplications inTotalMonoidAlgebra(#41472).