How Many Permutations in S_n Fix a Given Pair (i,j)?

  • Thread starter quasar987
  • Start date
In summary, a simple combinatorial problem is a type of mathematical problem that involves counting the number of possible arrangements or combinations of a given set of objects or elements. Some examples of simple combinatorial problems include flipping coins, arranging letters, and selecting teams. To solve these problems, one needs to identify the objects and restrictions and use basic counting techniques. The skills required to solve these problems include a basic understanding of counting principles and the ability to apply them to different scenarios. Simple combinatorial problems are important in various fields as they help develop critical thinking skills, problem-solving abilities, and are used to model real-world situations.
  • #1
quasar987
Science Advisor
Homework Helper
Gold Member
4,807
32
I am trying to compute the number

[tex]\sum_{g\in S_n}|\mathrm{fix}(g^2)|^2=\sharp\left(\bigsqcup_{g\in S_n}\mathrm{fix}(g^2)\times \mathrm{fix}(g^2)\right)[/tex]

where S_n is the permutation group on the n elements {1,...n} and where fix(g) = {i in {1,...,n} : g(i)=i}.

So the plan is to fix a pair (i,j) in {1,...n} x {1,...n} and ask how many g's are such that (i,j) belongs to fix(g²) x fix(g²). Then summing over all the possible values of (i,j) gives the desired answer.

I start with (i,j) in {1,...n} x {1,...n} such that [itex]i\neq j[/itex]. How many g's are such that (i,j) belongs to fix(g²) x fix(g²)?

- There are those g's such that g(i)=i, g(j)=j and there are (n-2)! of them.

- There are those g's such that g(i)=k, g(k)=i ([itex]k\neq i[/itex]), g(j)=j and there are (n-2)(n-3)!=(n-2)! of them.

- There are those g's such that g(i)=i, g(j)=l, g(l)=j ([itex]l\neq j[/itex]) and there are (n-2)(n-3)!=(n-2)! of them.

- There are those g's such that g(i)=j, g(j)=i, and there are (n-2)! of them.

- There are those g's such that g(i)=k, g(k)=i ([itex]k\neq i,j[/itex]), g(j)=l, g(l)=g(j) ([itex]l\neq i,j[/itex]), and there are (n-2)(n-3)(n-4)!=(n-2)! of them.

So in total, for (i,j), [itex]i\neq j[/itex] there are 5(n-2)! g's in S_n such that (i,j) is in fix(g²) x fix(g²).

Next, if i in {1,...n} is fixed, how many g's are such that (i,i) is in fix(g²) x fix(g²)?

- There are those g's such that g(i)=i and there are (n-1)! of them.

- There are those g's such that g(i)=k, g(k)=i ([itex]k\neq i[/itex]) and there are (n-1)(n-2)!=(n-2)! of them.

So in total, for each i in {1,...,n}, there are 2(n-1)! g's in S_n such that (i,i) is in fix(g²) x fix(g²).

Since there are n(n-1) ways of choosing (i,j) such that [itex]i\neq j[/itex] and n ways to choosing i, I conclude that

[tex]\sum_{g\in S_n}|\mathrm{fix}(g^2)|^2=\sharp\left(\bigsqcup_{g\in S_n}\mathrm{fix}(g^2)\times \mathrm{fix}(g^2)\right) = n(n-1)(5(n-2)!)+n(2(n-1)!)=5n!+2n!=7n![/tex]

I have reasons to believe that the correct answer is 8n!. Can anyone see which case I've missed?
 
Last edited:
Physics news on Phys.org
  • #2
You have missed the case where g(i)=j, g(j)=i, and there are (n-1)! of them. So the correct answer is 8n!
 

FAQ: How Many Permutations in S_n Fix a Given Pair (i,j)?

What is a simple combinatorial problem?

A simple combinatorial problem is a type of mathematical problem that involves counting the number of possible arrangements or combinations of a given set of objects or elements.

What are some examples of simple combinatorial problems?

Some examples of simple combinatorial problems include finding the number of possible outcomes when flipping a coin multiple times, arranging a set of letters to form different words, and selecting a team from a group of players.

How do you solve a simple combinatorial problem?

To solve a simple combinatorial problem, you need to first identify the objects or elements involved and the conditions or restrictions for their arrangement. Then, use basic counting techniques such as permutation or combination formulas to find the total number of possible arrangements.

What skills are required to solve simple combinatorial problems?

To solve simple combinatorial problems, you need to have a basic understanding of counting principles, such as permutations and combinations, as well as the ability to identify and apply these principles to different scenarios.

Why are simple combinatorial problems important?

Simple combinatorial problems are important in various fields such as mathematics, computer science, and statistics. They help develop critical thinking skills and problem-solving abilities, and are also used to model real-world situations and make predictions.

Similar threads

Back
Top