wu :: forums
« wu :: forums - Some abstract algebra »

Welcome, Guest. Please Login or Register.
Apr 26th, 2024, 3:11pm

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   putnam exam (pure math)
(Moderators: Icarus, towr, Eigenray, SMQ, william wu, Grimbal)
   Some abstract algebra
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: Some abstract algebra  (Read 14456 times)
malchar
Junior Member
**






    malchar2
Email

Gender: male
Posts: 54
Some abstract algebra  
« on: Feb 12th, 2012, 10:19pm »
Quote Quote Modify Modify

I just finished my abstract algebra homework, and I thought the problems were kind of interesting. They're not too hard either. The spoilers contain some definitions/hints. (To prove that this isn't a "do my homework" thread, I will post the full solutions in a few days after I get them checked.)
 
1. Prove that any finite integral domain must be a field.
We define an integral domain to be a system with all the properties of a field except that it does not necessarily have multiplicative inverses. However, it does have the cancellation property: a=/=0 and (a*b=a*c or b*a=c*a) implies b=c, with a,b,c elements of the integral domain.
So, it's sufficient to show that if an integral domain is finite, then it must have multiplicative inverses.

 
2. Prove that in an associative ring, if each element is equal to its square, then multiplication must be commutative.
We define an associative ring to have all the properties of a field except that multiplication does not necessarily have an identity, have inverses, or commute.
« Last Edit: Feb 12th, 2012, 10:24pm by malchar » IP Logged
Michael Dagg
Senior Riddler
****






   


Gender: male
Posts: 500
Re: Some abstract algebra  
« Reply #1 on: Feb 17th, 2012, 10:49pm »
Quote Quote Modify Modify

Both of your problems are generally fundamental
theorems in really most all modern algebra books.
So, finding solutions would be quite easy.
 
Your #1 is better stated as saying that "every" finite  
integral domain is a field.  Note of course that in  
conjunction with that statement is another one that
says that every field is an integral domain.
 
I won't spoil your ponder on #2 but you might find  
it to make complete sense that if  for all  a \in  D  
where  a = a*a  then the operation   *  is  commutative.  
After all, all  a \in D is, well, all  a  and then of course all of  D .
IP Logged

Regards,
Michael Dagg
Michael Dagg
Senior Riddler
****






   


Gender: male
Posts: 500
Re: Some abstract algebra  
« Reply #2 on: Mar 9th, 2012, 6:02pm »
Quote Quote Modify Modify

Hint:
hidden:
a = a*a for all a \in D then it looks like
there is an some sort of special identity relation taking place.
IP Logged

Regards,
Michael Dagg
malchar
Junior Member
**






    malchar2
Email

Gender: male
Posts: 54
Re: Some abstract algebra  
« Reply #3 on: Mar 19th, 2012, 1:20pm »
Quote Quote Modify Modify

Solutions:
1. Let R be any finite integral domain. Define a function f(a) = a*x, where x=/=0 and x is an element of R.
The function is a bijection from R to R:
Assume f(a) = f(b), then
a*x = b*x
a=b by cancellation.
Therefore f is injective. Since R is finite, f must also be bijective.
 
Since f is bijective, it has an inverse g.
g(a) = a * x-inverse, where x=/=0 and x is an element of R.
Then x-inverse exists for any nonzero x in R, so R is a field.

 
2. I actually got this one wrong because I indirectly assumed that cancellation would work in general, which it doesn't. Anyway, the correct proof can be found on Wikipedia by searching for Boolean Rings and looking at the "Properties of Boolean Rings" section.
 
A new problem (which I have already solved):
3. Any number that ends with the digits "13" is an "unlucky number". Any number that ends with the digits "7,777,777" is a "lucky number". For example:
87,867,564,513 is unlucky, and 12,347,777,777 is lucky.
 
Show that every unlucky number must have a positive integer multiple which is a lucky number without using brute force to calculate what the multiple is. Hint: Use Bezout's Identity.
« Last Edit: Mar 19th, 2012, 1:25pm by malchar » IP Logged
Grimbal
wu::riddles Moderator
Uberpuzzler
*****






   


Gender: male
Posts: 7527
Re: Some abstract algebra  
« Reply #4 on: Mar 26th, 2012, 5:34am »
Quote Quote Modify Modify

Since unlucky numbers are odd and not a multiple of 5, you can compute the inverse mod 10000000 of the number and multiply by 7777777.
IP Logged
malchar
Junior Member
**






    malchar2
Email

Gender: male
Posts: 54
Re: Some abstract algebra  
« Reply #5 on: Mar 28th, 2012, 7:43pm »
Quote Quote Modify Modify

That looks about right.
 
Here's the only other problem that I have for now. Complete the following multiplication table (fill in the blanks) so that the calculational system so defined is closed and associative:
 
*abcd
aabcd
bbacd
ccdcd
d____

 
Note that it's not commutative. There may be a few different methods to get a solution rather than just "guess and check".
« Last Edit: Mar 28th, 2012, 7:48pm by malchar » IP Logged
pex
Uberpuzzler
*****





   


Gender: male
Posts: 880
Re: Some abstract algebra  
« Reply #6 on: Mar 29th, 2012, 4:29am »
Quote Quote Modify Modify

hidden:
We have cb = d, so to get associativity we must have dx = (cb)x = c(bx) for all x:
 
da = cb = d
db = ca = c
dc = cc = c
dd = cd = d
IP Logged
malchar
Junior Member
**






    malchar2
Email

Gender: male
Posts: 54
Re: Some abstract algebra  
« Reply #7 on: Mar 30th, 2012, 10:24am »
Quote Quote Modify Modify

Pretty nice one there. That method is even more streamlined than the one that I used.
IP Logged
pex
Uberpuzzler
*****





   


Gender: male
Posts: 880
Re: Some abstract algebra  
« Reply #8 on: Mar 31st, 2012, 12:38am »
Quote Quote Modify Modify

on Mar 30th, 2012, 10:24am, malchar wrote:
Pretty nice one there. That method is even more streamlined than the one that I used.

Thanks. I saw one d outside the 'd' column, so I just figured I'd try to use it. How did you do it?
IP Logged
malchar
Junior Member
**






    malchar2
Email

Gender: male
Posts: 54
Re: Some abstract algebra  
« Reply #9 on: Apr 2nd, 2012, 12:02pm »
Quote Quote Modify Modify

on Mar 31st, 2012, 12:38am, pex wrote:

Thanks. I saw one d outside the 'd' column, so I just figured I'd try to use it. How did you do it?

 
I used Light's Associativity Test, which I discovered while browsing Wikipedia. {b, c} is considered to be the generating set for {a, b, c, d}, since every letter can be created using only b and/or c (a=bb, d=cb). Therefore, it is sufficient to show that b and c are associative with everything else.
I create functions:
f1(x,y)=x*(b*y)
f2(x,y)=(x*b)*y
g1(x,y)=x*(c*y)
g2(x,y)=(x*c)*y
If you put in each of {a, b, c, d} for {x, y}, you get a table for each function. If the tables of f1 and f2 are equal, then everything is associative with b. Similarly for g1, g2, and c.
The difficulty is that now I am left to guess and check at different values for the original multiplication table. This method only serves to test whether or not the guesses are in fact solutions. You also end up doing a lot of extra work double-checking whether or not the existing portion of the table is associative, which is unnecessary.
« Last Edit: Apr 2nd, 2012, 12:03pm by malchar » IP Logged
pex
Uberpuzzler
*****





   


Gender: male
Posts: 880
Re: Some abstract algebra  
« Reply #10 on: Apr 2nd, 2012, 12:13pm »
Quote Quote Modify Modify

Ah. Nice. And while it does lead to some extra work, it also gives you something that my method won't: a confirmation that the resulting system is, in fact, associative. (Of course, I did check before posting - but still...)
IP Logged
Michael Dagg
Senior Riddler
****






   


Gender: male
Posts: 500
Re: Some abstract algebra  
« Reply #11 on: Apr 17th, 2012, 7:18pm »
Quote Quote Modify Modify

So for (2) how many rings do you think there are
for which all elements are their own squares?
 
IP Logged

Regards,
Michael Dagg
0.999...
Full Member
***





   


Gender: male
Posts: 156
Re: Some abstract algebra  
« Reply #12 on: Apr 29th, 2012, 7:45am »
Quote Quote Modify Modify

In reference to counting the number of associative rings D which satisfy x D  x*x = x:
hidden:
First we prove an identity on x D, that x+x=0.  
For, x+x = (x+x)(x+x) = x+x+x+x. [Add -(x+x) to both sides to get the identity.]
It follows that x + y = 0 if and only if x = y. [Since x+y = x+x, add -x to both sides.]
x+y = (x+y)(x+y) = x+y + xy+yx, so that xy = yx.
 
Define x y iff x+xy=0.
x y and y z x z; because 0 = x+xy = x+xyz = x+xz.
x y and y x x = y; because 0 = x+xy = x+y.
If ax = 0, then x a+x, so define Z(x) = {aD: ax=0} = {y+x: yD and x y}.
x y iff Z(x) Z(y).
 
For every nonidentity x D, there exists y D such that x < y:
Let z be such that z+xz 0. Then 0 = xz+xz = xz+xxz = x(z+xz). Let y = x+z+xz.
 
If for some nonidentity x,y D, Z(x) Z(y) = {0}, then x+y is an identity. For, b(x+y) = 0 iff bx = by in which case we have bx a implies b a so that b bx and likewise b by. Then b = bx = by, but Z(bx) = Z(b) Z(x) and Z(by) = Z(b) Z(y), so Z(x) = Z(y) = {0}, a contradiction. Therefore, there exists no b such that b(x+y) = 0, so x+y = 1.
On the other hand, if {Z(x): x D} contains a 0, then ax = 0 for all x D, but 0 = 0a = aaa = a.
 
Therefore, 1 D.
 
I (now) claim that for any partial ordering P = (X,) such that infX and supX exist (label them 0 and 1) and for all x X, 0 x 1, there is a ring D such that every element is idempotent which has the same underlying set as X and when is defined on D as above, there is an isomorphism between P and D.
For x X, define Z(x) = {y X: inf{x,y} = 0}. Then X-Z(x) = {y X: 0 < inf{x,y} x}, so x = sup{inf{x,y}:y X-Z(x)}. Then, we can define multiplication and addition:
For x,y X, let xy = inf{x,y} and x+y = z where Z(z) = Z(x)Z(y).

 
Edit: Corrected major oversight. Luckily the result is still intact.  
Edit2: I have to be running out of luck soon.
Edit3: There's a more sensible result; perhaps that is correct. Embarassed
« Last Edit: May 2nd, 2012, 7:00pm by 0.999... » IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board