Correct classification of sesquilinear forms#167
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #167 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 18 18
Lines 8629 8629
=======================================
Hits 8451 8451
Misses 178 178
🚀 New features to boost your workflow:
|
| Let $\beta$ be a $\sigma$-sesquilinear form on $V$, and suppose there is | ||
| $\lambda \in K^\times$ such that | ||
| $\lambda \beta(u, v)^\sigma = \beta(u, v)$ for all $u, v$. Then, up to |
There was a problem hiding this comment.
Thank you for pointing this out. The current version in the manual is definitely incorrect.
In [BHR13, Theorem 1.5.13] (a slight variation of the Birkhoff-von Neumann theorem), the premise of this classification theorem is that "
My original intention behind introducing
For context, the relevant definitions from [BHR13, Definition 1.5.8] are: A
- quasi-symmetric if there exist
$\lambda \in F^\times$ and$\tau \in {\rm Aut}(F)$ such that$\beta(v, u) = \lambda \beta(u, v)^\tau$ for all$u, v \in V$ . - reflexive if it satisfies the property that
$\beta(u, v) = 0$ if and only if$\beta(v, u) = 0$ .
The current version in the manual is clearly wrong because I forgot the argument swap
Consequently, I think the proposed change is also not entirely correct, as it misses the argument swap as well (for instance, in the symplectic case outside characteristic 2, this would imply that
As a side note, the more well-known version of the Birkhoff-von Neumann theorem requires the form to be "reflexive non-degenerate" instead of "quasi-symmetric". As an alternative, we could introduce the term "reflexive" and present that version instead ...
There was a problem hiding this comment.
Indeed, I noticed the missing swap but then ultimately forgot to fix it sigh.
Anyway, I've rewritten it again to not claim a classification (though it is mentioned in the title), but just list the form types. That is simpler and avoids introducing notions like quasi-symmetric.
I've also re-arranged sections a bit
There was a problem hiding this comment.
Yes, I agree that avoiding a rigorous classification theorem and just listing the form types is much simpler and entirely sufficient.
Also clarify a comment about historic chouces.
chseeger
left a comment
There was a problem hiding this comment.
Thank you! Looks very good from my side.
(with a nitpick suggested change for a closing parenthesis)
Co-authored-by: Christian Seeger <78646626+chseeger@users.noreply.github.com>
Also clarify a comment about historic chouces.