Let n be a positive integer and let Sn be the set of all permutations on {1,2,…,n}. Assume x1+x2+⋯+xn=0 and ∑i∈Axi≠0 for all nonempty proper subsets A of {1,2,…,n}. Find all possible values of∑π∈Sn1xπ(1)1xπ(1)+xπ(2)⋯1xπ(1)+⋯+xπ(n−1).
GD Star Rating
loading...
2012-2 sum with a permutation,
loading...
What is the meaning of pi(1), pi(2), … , pi(n)???
A permutation in S_n is a bijective function from {1,2,3,…,n} to {1,2,3,…,n}. Pi(i) is the function value at i.
S.Oum// So pi(n)=[nth number of a permutation pi ∈S_n]???
구하는 값이 시그마 옆의 값들을 모두 더한 값인가요?
시그마 안의 식은 분수들를 곱한 것입니다.
Yes.
n>1이라는 조건이 있어야 하지 않나요?
If n=1, then there will be no terms left to multiply and so it will become trivial.
So please assume that n>1.
When can we see the result?