Determine if integral domain or field

In summary: As established earlier, nothing non-zero multiplied by a real number yields zero. Thus, that system is not possible. The inverse is [a - b*sqrt(2)] / [a2 - 2*b2], which is not defined over the rationals. In summary, the conversation discusses the definitions of Integral Domain and Field, and how to determine if a given system is a Field. The conversation also touches on the concept of rationalizing denominators and its application in solving linear systems of equations.
  • #1
Shackleford
1,656
2
I found the unity to be 1. I'm not sure how to determine 3) for each.

Integral Domain:

1) D has to be commutative ring (under multiplication)
2) D has to have a unity not equal to zero (also under multiplication)
3) D has to have no zero divisors (ab = 0)

Field:

1) F has to be commutative ring (under multiplication)
2) F has to have a unity not equal to zero (also under multiplication)
3) Each nonzero element in F has to have a multiplicative inverse

http://i111.photobucket.com/albums/n149/camarolt4z28/IMG_20110805_224110.jpg?t=1312602377

http://i111.photobucket.com/albums/n149/camarolt4z28/IMG_20110805_224012.jpg?t=1312602392
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
The real numbers have no zero divisors, so it's a pretty safe bet that both are at least integral domains. To determine if there is an inverse, don't start from scratch. Multiply (a+sqrt(2)*b)*(a-sqrt(2)*b) and try to figure out where to go from there.
 
  • #3
Dick said:
The real numbers have no zero divisors, so it's a pretty safe bet that both are at least integral domains. To determine if there is an inverse, don't start from scratch. Multiply (a+sqrt(2)*b)*(a-sqrt(2)*b) and try to figure out where to go from there.

Ah! Duh. I was focusing too much on the rationals a,b and forgetting that the term represents a real number.

So, there's no way to determine if there's an inverse if you start from scratch?

Why did you choose this? Just a good guess?

(a+sqrt(2)*b)*(a-sqrt(2)*b)
 
  • #4
Shackleford said:
Ah! Duh. I was focusing too much on the rationals a,b and forgetting that the term represents a real number.

So, there's no way to determine if there's an inverse if you start from scratch?

Why did you choose this? Just a good guess?

(a+sqrt(2)*b)*(a-sqrt(2)*b)

Yes, good guess. It gets rid of the sqrt(2). Which you have to do if you are finally going to get just 1. Now go from there.
 
  • #5
Dick said:
Yes, good guess. It gets rid of the sqrt(2). Which you have to do if you are finally going to get just 1. Now go from there.

(a+sqrt(2)*b)*(a-sqrt(2)*b) = 1

a2 - 2b2 = 1

a2 = 1 + 2b2

If b = 1, then a2 = 3

Then, a = sqrt(3), which is not a rational number. This is not a Field.
 
  • #6
Shackleford said:
(a+sqrt(2)*b)*(a-sqrt(2)*b) = 1

a2 - 2b2 = 1

a2 = 1 + 2b2

If b = 1, then a2 = sqrt(3).

Then, a is not a rational number. This is not a Field.

Ok, my guess was really just a hint. a^2-2*b^2 is unlikely to be 1. Now think about (a+b*sqrt(2))*k*(a-b*sqrt(2))=1 where k is some constant in your system. Can you solve for k if you are working in the rationals?
 
Last edited:
  • #7
Dick said:
Ok, my guess was really just a hint. a^2-2*b^2 is unlikely to be 1. Now think about (a+b*sqrt(2))*k*(a-b*sqrt(2))=1 where k is some constant in your system. Can you solve for k if you are working in the rationals?

Is my counterexample correct? Did I show it's not a Field?

k = [a2 - 2b2]-1
 
  • #8
Shackleford said:
Is my counterexample correct? Did I show it's not a Field?

k = [a2 - 2b2]-1

Well, no. Using that value of k, I'd say the inverse of a+sqrt(2) is (a-sqrt(2))/(a^2-2), isn't it? Your main worry over the rationals is whether a^2-2*b^2 could be zero.
 
  • #9
Dick said:
Well, no. Using that value of k, I'd say the inverse of a+sqrt(2) is (a-sqrt(2))/(a^2-2), isn't it? Your main worry over the rationals is whether a^2-2*b^2 could be zero.

Okay, you're right. There is a valid inverse if b = 1.

a2 - 2b2 = 0

a = sqrt(2)b
 
Last edited:
  • #10
[itex]\frac{1}{a+ b\sqrt{2}}[/itex]

Rationalise the denominator.
 
  • #11
HallsofIvy said:
[itex]\frac{1}{a+ b\sqrt{2}}[/itex]

Rationalise the denominator.

You can't?
 
  • #12
Shackleford said:
You can't?
I'm sure he can !

But the point is that you do it.
 
  • #13
SammyS said:
I'm sure he can !

But the point is that you do it.

No. I'm saying you can't rationalize the denominator because there will always be root two down there. Is that right?
 
  • #14
I thought we were getting towards being able to agree that the inverse of (a+b*sqrt(2)) is (a-b*sqrt(2))/(a^2-2*b^2)? In so far as that is defined. Is it defined over the rationals? Let's not go backwards here.
 
  • #15
Dick said:
I thought we were getting towards being able to agree that the inverse of (a+b*sqrt(2)) is (a-b*sqrt(2))/(a^2-2*b^2)? In so far as that is defined. Is it defined over the rationals? Let's not go backwards here.

Oh, sorry. I guess that's next logical conclusion.

Is the inverse defined over the rationals? Not if sqrt(2) is in there.
 
  • #16
You are still missing the whole point! [itex](a+ b)(a- b)= a^2- b^2[/itex]. I'm sure you learned that long ago. So what do you get if you multiply both numerator and denominator of
[tex]\frac{1}{a+ b\sqrt{2}}[/tex]
by
[tex]a- b\sqrt{2}[/tex]
 
  • #17
I don't see why people in this thread have an aversion to "starting from scratch". Linear algebra is a very useful technique in abstract algebra, and both of the questions
  • What, when multiplied by (a + b[itex]\sqrt{2}[/itex]), gives 1?
  • What, when multiplied by (a + b[itex]\sqrt{2}[/itex]), gives 0?
are linear systems of equations in two unknowns. (treating a and b as "knowns")

Rationalizing denominators is a good trick, but far from required for this problem.
 
  • #18
Shackleford said:
Oh, sorry. I guess that's next logical conclusion.

Is the inverse defined over the rationals? Not if sqrt(2) is in there.

What do you mean 'if sqrt(2) is in there'? Do you mean sqrt(2) is in the rationals? Can you elaborate a bit?
 
  • #19
Dick said:
What do you mean 'if sqrt(2) is in there'? Do you mean sqrt(2) is in the rationals? Can you elaborate a bit?

Rationalizing is when you get rid of the square root in the denominator? I was wrong. You can rationalize the denominator with the difference of two squares trick.

[1/sqrt(2)] = sqrt(2)/2
 
  • #20
Hurkyl said:
I don't see why people in this thread have an aversion to "starting from scratch". Linear algebra is a very useful technique in abstract algebra, and both of the questions
  • What, when multiplied by (a + b[itex]\sqrt{2}[/itex]), gives 1?
  • What, when multiplied by (a + b[itex]\sqrt{2}[/itex]), gives 0?
are linear systems of equations in two unknowns. (treating a and b as "knowns")

Rationalizing denominators is a good trick, but far from required for this problem.

As established earlier, nothing non-zero multiplied by a real number yields zero. Thus, that system is not possible. The inverse is [a - b*sqrt(2)] / [a2 - 2b2].
 
Last edited:
  • #21
How can you be certain that [itex]a- 2b^2[/itex] is not 0 for some a and b?
 
  • #22
HallsofIvy said:
How can you be certain that [itex]a- 2b^2[/itex] is not 0 for some a and b?

I corrected the typo. It should be a2.Then a = sqrt(2)*b.
 

Related to Determine if integral domain or field

What is an integral domain?

An integral domain is a mathematical structure that is similar to a field, but does not necessarily have all of the properties of a field. It is a commutative ring with unity in which every nonzero element has a multiplicative inverse.

What is a field?

A field is a mathematical structure that consists of a set of elements, along with two operations (addition and multiplication), that satisfy a specific set of axioms. In a field, every nonzero element has a multiplicative inverse and the operations of addition and multiplication are both commutative and associative.

What is the difference between an integral domain and a field?

The main difference between an integral domain and a field is that a field has all of the properties of an integral domain, but an integral domain may not have all of the properties of a field. This means that while every field is an integral domain, not every integral domain is a field.

How can you determine if a mathematical structure is an integral domain?

To determine if a mathematical structure is an integral domain, you can check if it satisfies all of the properties of an integral domain. These properties include being a commutative ring with unity, having no zero divisors, and having a cancellation law for multiplication.

How do you determine if a mathematical structure is a field?

To determine if a mathematical structure is a field, you can check if it satisfies all of the properties of a field. These properties include being a commutative ring with unity, having no zero divisors, and having a multiplicative inverse for every nonzero element.

Similar threads

Replies
11
Views
2K
Replies
19
Views
3K
Replies
4
Views
3K
Replies
1
Views
2K
Replies
2
Views
1K
Back
Top