Closed Tressos-Aristomenis closed 4 months ago
@GiacomoPope what do you think about this?
Yeah this could be reworded to be more precise. I'll do this now
Old text:
A finite field <code>F<sub>p</sub></code> is the set of integers <code>{0,1,...,p-1}</code>, and under both addition and multiplication there is an inverse element <code>b</code> for every element <code>a</code> in the set, such that <code>a + b = 0</code> and <code>a * b = 1</code>.
New test:
A finite field <code>F<sub>p</sub></code> is the set of integers <code>{0,1,...,p-1}</code>, and under both addition and multiplication there are inverse elements <code>b<sub>+</sub></code> and <code>b<sub>*</sub></code> for every element <code>a</code> in the set, such that <code>a + b<sub>+</sub> = 0</code> and <code>a * b<sub>*</sub> = 1</code>.
Note that we already had the comment:
Note that the identity element for addition and multiplication is different! This is because the identity when acted with the operator should do nothing: <code>a + 0 = a</code> and <code>a * 1 = a</code>.
As a first issue, let me know if any other format is more convenient.
[11/06/2023] Mentioned in Discord by @ NicoD.