Proof for Alternating Group Order |An| = ½(n!)

  • Context: Graduate 
  • Thread starter Thread starter Gear300
  • Start date Start date
  • Tags Tags
    even Permutations
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 6K views
Gear300
Messages
1,212
Reaction score
10
Changed to a different question:
Can anyone provide a proof for the order of alternating groups |An| = ½(n!)?
 
Last edited:
Physics news on Phys.org
Gear300 said:
Changed to a different question:
Can anyone provide a proof for the order of alternating groups |An| = ½(n!)?

The way i like to show this goes something along these lines:

THe whole idea is to show that there are as many odd permutations as there are even permutation in Sn. So, let


[tex]S_n= ( \alpha_i,\beta_j)[/tex] which represents the set of even and odd permutations.

where [tex]\alpha_i, i=1,2,3,...,r[/tex] and [tex]\beta_j,j=1,2,3,...,k[/tex] are even and odd permutations respectively.

Now, let's consider the following:


[tex]\beta_1\beta_j, j=1,2,3,...,k[/tex] (there is some extra work here to show that all these elements are indeed unique, but it is not difficult to establish it. a proof by contradiction would work)

So, we know that the multiplication of odd permutations is an even permutation, so we know that in our set Sn, we have the following relation:

[tex]|k|\leq|r|------(1)[/tex]

Now, consider the following:


[tex]\beta_1\alpha_i,i=1,2,...,r[/tex]

so all these permutations now are odd. From this we get the following relation:

[tex]|r|\leq |k|-----(2)[/tex]


From (1) &(2) we get the following:


[tex]|k|\leq |r| \leq |k|=>|k|=|r|[/tex]

Which means that the number of even and odd permutations in Sn is equal.

Now, since |Sn|=n! => |An|=n!/2
 
sutupidmath said:
[tex]\beta_1\beta_j, j=1,2,3,...,k[/tex] (there is some extra work here to show that all these elements are indeed unique, but it is not difficult to establish it. a proof by contradiction would work)

There is no work in showing this: that multiplication by a group element is a bijection is almost the definition of a group.

Apart from that, your proof is 'the correct one': there exists an injection from the set of odd elements to even elements, and vice versa, hence they have the same cardinality (this has no dependence on their being a finite number of them, which is always nice).
 
sutupidmath said:
The way i like to show this goes something along these lines:

THe whole idea is to show that there are as many odd permutations as there are even permutation in Sn. So, let[tex]S_n= ( \alpha_i,\beta_j)[/tex] which represents the set of even and odd permutations.

where [tex]\alpha_i, i=1,2,3,...,r[/tex] and [tex]\beta_j,j=1,2,3,...,k[/tex] are even and odd permutations respectively.

Now, let's consider the following:[tex]\beta_1\beta_j, j=1,2,3,...,k[/tex] (there is some extra work here to show that all these elements are indeed unique, but it is not difficult to establish it. a proof by contradiction would work) ---------
matt grime said:
...multiplication by a group element is a bijection is almost the definition of a group.
So, we know that the multiplication of odd permutations is an even permutation, so we know that in our set Sn, we have the following relation:

[tex]|k|\leq|r|------(1)[/tex]

Now, consider the following:[tex]\beta_1\alpha_i,i=1,2,...,r[/tex]

so all these permutations now are odd. From this we get the following relation:

[tex]|r|\leq |k|-----(2)[/tex]From (1) &(2) we get the following:[tex]|k|\leq |r| \leq |k|=>|k|=|r|[/tex]

Which means that the number of even and odd permutations in Sn is equal. ---------
matt grime said:
...there exists an injection from the set of odd elements to even elements, and vice versa, hence they have the same cardinality...
Now, since |Sn|=n! => |An|=n!/2

I see. The proof was written in good clarity, so I'm thinking I got a good hold from it. Thanks.