Thread: Algebra
View Single Post
Old 10-21-2003, 12:52 PM   #8 (permalink)
phukraut
Addict
 
think of a group G with the following operator *.

say x is in G. now consider how x operates with itself, this is a general definition of integer exponents when talking about groups:

x * x * x * ... * x = x^k, for some positive integer k.

now every group has an identity element, call it I. if we try and find k such that, for any y in G,

x^k * y = y, then x^k = I by definition for some k. if k>0, then x^k * y may not be y, so x^0 = I. if G is the normal multiplicative group and * is just multiplication, you have that x^0 = 1.

here's another way to think of it, say we want to find the inverse of x^k. by group theory, for some z in G, x^k * z = I. the answer is z = x^(-k). what if k=0? then for some t, x^0 * x^t = x^(0+t) = I. but 0 is the additive identity, and so by definition, 0+t=0 only if t=0. therefore x^0 is its own inverse. therefore x^0=I.

it's just a useful convention for identity transformations. hope this sheds some light.

Last edited by phukraut; 10-22-2003 at 08:17 AM..
phukraut is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73