Differences between revisions 1 and 2
Revision 1 as of 2026-02-16 04:02:50
Size: 853
Comment: Initial commit
Revision 2 as of 2026-02-16 04:28:42
Size: 1044
Comment: Finite
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
[[Analysis/Fields#Finite_Fields|Finite fields]] cannot be ordered. In the ''F,,2,,'' case, see that ''0 < 1'' should imply that ''0 + c < 1 + c'', but if ''c'' is 1 then it does not hold.

Ordered Fields

Ordered fields are fields with an ordering.


Description

A set does not inherently have an ordering, which would make it an ordered set. Nor does it inherently support addition and multiplication, which would make it a field. An ordered field does both.

Such a set has several derived properties:

  • if a < b then a + c < b + c

  • if 0 < a and 0 < b then 0 < ab

If an element of an ordered field is greater than 0, then it is positive. If it is greater than or equal to 0, then it is non-negative. If it is less than 0, then it is negative. If it is less than or equal to 0, then it is non-positive.

Finite fields cannot be ordered. In the F2 case, see that 0 < 1 should imply that 0 + c < 1 + c, but if c is 1 then it does not hold.


CategoryRicottone

Analysis/OrderedFields (last edited 2026-02-16 04:35:34 by DominicRicottone)