Tuesday, July 31, 2018

abstract algebra - Proof of Artin's Theorem (linearly independent functions)



Recently I have come across one of Artin's theorems and I have not been able to crack it quite yet. The theorem is stated as follows:




Let G be a group. and let f1,,fn:GK be distinct homomorphisms of G into the multiplicative group of a field. Prove that these functions are linearly independent over K.





Would anyone know a (if possible quite simple) proof of this Theorem. This proof came up in a chapter regarding eigenvectors and eigenvalues, so I presume it has something to do with that?


Answer



Suppose there are nontrivial linear relations between the maps f1,,fn seen as elements of the vector space KG; among them choose one with the minimum number of nonzero coefficients. Upon a reordering, we can assume it is
α1f1++αkfk=0
with all αi0. This means that, for every xG,
α1f1(x)++αkfk(x)=0
Note that k>1 or we have a contradiction.



Fix yG; then also
α1f(yx)++αkfk(yx)=0
and, since the maps are homomorphisms,
α1f1(y)f1(x)++αkfk(y)fk(x)=0
for every xG and
α1f1(y)f1(x)++αkf1(y)fk(x)=0
By subtracting (2) from (1) we get
α2(f2(y)f1(y))f2(x)++αk(fk(y)f1(y))fk(x)=0
for all x, hence

α2(f2(y)f1(y))f2++αk(fk(y)f1(y))fk=0
which would be a shorter linear relation, so we conclude that
f2(y)=f1(y),,fk(y)=f1(y)
Now, choose y such that f1(y)f2(y) and you have your contradiction.



No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...