Proving R is Not a Domain: A Counterexample Approach

  • Thread starter Thread starter playa007
  • Start date Start date
  • Tags Tags
    Domain
playa007
Messages
25
Reaction score
0

Homework Statement


Show that R = {0.5(a+b(root2)) : a,b are integers} is not a domain


2. Homework Equations
A commutative ring (non trivial) is a domain iff (ab=0 => a=0 or b=0)

The Attempt at a Solution


I've try to construct a counterexample where x, y in R and xy=0 but x,y=/=0 but this has been hard to do since i realize that x and y mostly like have to be "conjugates of each other" and xy is of some form 0.25(a^2 - 2b^2) and (a^2 - 2b^2) = 0 and its impossible to do this just by using integers for a and b.
 
Physics news on Phys.org
If x= 0.5(a+ bsqrt(2)) and y= 0.5(c+ dsqrt(2)) then xy= 0.25(ac+ (ad+bc)sqrt(2)+ 2cd)

Obviously you can ignore the "0.5". You need to find a, b, c, and d, non-zero, so that ad+ bc= 0 and ac+ 2cd= 0.

In your equations, you seem to be assuming x=y.
 
doesn't xy=0.25(ac+2bd+(ad+bc)sqrt(2))=0.5 ( (ac+2bd)/2 + sqrt(2) (ad+bc)/2) imply that R is not closed under multiplication? since (ac+2bd)/2 and (ad+bc)/2 are not necessarily integers. R is therefore not even a ring.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top