Is it possible to have a field (or set) of numbers such that you can do every basic operation to it (addition, subtraction, multiplication, division) but the number of elements is finite?
For example, the set of rationals is a field, but it is infinite. is it possible to have a field that is finitely big?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Yes! It is possible within a certain modulus, such as mod 3 or mod 5! For example, {0, 1, 2, 3, 4} is a finite set called Z sub 5. Addition is supported, for example, 4 + 2 = 6 which in mod 5 is 1. So is subtraction, multiplication, and division.