assume that k,n are two positive integer count the number of permutation st for any and any positive integer m we have ( meas iterarte function,)
Problem 1312
Official solution
To solve this problem, we need to count the number of permutations of the set such that for any and any positive integer , we have . This means that the first elements must be in separate cycles in the permutation.
1. Understanding the Problem:
- We are given a set .
- We need to count permutations where the first elements are in separate cycles.
- This means that for any and , for any positive integer .
2. Permutations and Cycles:
- A permutation can be represented as a product of disjoint cycles.
- For the first elements to be in separate cycles, each of these elements must be in a cycle of length 1 (i.e., a fixed point) or in a cycle that does not include any other of the first elements.
3. Counting the Permutations:
- We need to count the number of ways to arrange the first elements such that they are in separate cycles.
- The remaining elements can be arranged in any way.
4. Deriving the Formula:
- The number of ways to arrange the first elements such that they are in separate cycles is given by the number of derangements of elements, denoted by .
- A derangement is a permutation where no element appears in its original position.
- The number of derangements of elements is given by:
- The remaining elements can be arranged in ways.
5. Combining the Results:
- The total number of permutations is the product of the number of derangements of the first elements and the number of permutations of the remaining elements:
The final answer is .