-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LieAlgebras: Restrict to work over fields only #2901
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2901 +/- ##
=======================================
Coverage 80.39% 80.40%
=======================================
Files 456 456
Lines 65235 65227 -8
=======================================
Hits 52447 52447
+ Misses 12788 12780 -8
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine.
(I guess that changing the condition from RingElement
not to FieldElement
but to FieldElem
is intended.)
Yes, as I e.g. do not wanna have a |
For some functions already defined, I have doubts about the correctness over general rings, in particular in the existence of zero divisors.
So, I would like to restrict everything to work only over fields for now. If someone (maybe @fingolfin ?) with the required knowledge wants to work with Lie rings in the future, after a per-case decision one can widen the signatures again.