-
Notifications
You must be signed in to change notification settings - Fork 251
Open
Description
A propos de #2704 which concerns a class of Ring
s which in particular have characteristic 2, the general question arises:
- where should we define this? (if they are all definable on the
Raw
bundle, thenAlgebra.Definitions.RawX
would work...) - how... ? (incl. eg. the question of how characteristic 0 conventionally fits in)
- properties (characteristic is defined to be
Prime
, or as a consequence of the definition?) - etc.
We don't seem to have analogues to Algebra.Properties
for definitions of things which depend (but do they?) on algebraic structure:
Nilpotent
forGroup
s (and perhaps evenMagma
s?)Characteristic
forRing
s (as an instance of the above?)- what else?