Consider the problem of computing
√2mod3
Whereas we seek a number n such that n2≡2mod3 and furthermore it is known that both n and 2n will satisfy this property, thus the smaller, while maintaining positive coefficients of the 'n' should be selected.
It is apparent that this problem has no obvious initial solution however by observing:
2≡−1→√2≡√−1≡imod3
and of course
(2i)2≡2mod3
but based on our initial stipulation
i≡√2mod3
since it features a smaller positive coefficient.
From here we can then consider the complex integers modulo 3 which are numbers of the form
a+bi
such that a,b∈{0,1,2}
Again attempting to compute square roots in this environment reveals
√0≡0mod3
√1≡1mod3
√2≡imod3
√i≡1+2imod3
√1+i≡√1+imod3
√2i≡1+imod3
√1+2i≡(1+i)√1+imod3
√2+2i≡i√1+imod3
Notice how all the square roots can be defined in terms of 0,1,2,i,√1+i
This suggests that:
√1+i is another 'natural' unit modulo 3 and therefore we can declare
√1+i≡i2
whereas the numbers mod 3 now take on the form:
(a1+a2i1)+(a3+a4i1)i2
where
i21≡2mod3 and i22≡1+imod3
I wonder whether by repeatedly taking square roots of these numbers, will an infinite chain of 'unique' units be generated? Or does it stop and there are only a finite number of
i1,i2...in
that need to be defined so that:
√((...((a1+a2i1)+(a3+a4i1)i2)+((a5+a6i1)+(a7+a8i1)i2)i3...)))
are all defined.
An environment modulo R for a set of units {1,i1,i2...in} is defined as the set of all linear combinations using {0,1,2...R−1} for coefficients of the set of all product combinations from the set of units.
Note the size of environments are R2n where n is the number of units present.
Answer
I have determined that what I have been calling an 'environment' is indeed a finite field (as per popular suggestion the comments).
Furthermore given that it is a finite field that means the theorem:
http://en.wikipedia.org/wiki/Finite_field#Algebraic_closure
Proves that it indeed cannot be closed algebraically and therefore if we consider other operations besides square roots but rather the inverse to any polynomial then indeed an infinitely large set of units will be generated.
No comments:
Post a Comment