Can someone please explain to me what the meaning of:
1. $\tau^{-1}$
2. $\pi^k$
Problem 902
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
In particular don't post any code fragments or results.
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
- RobertStanforth
- Administrator
- Posts: 2666
- Joined: Mon Dec 30, 2013 11:25 pm
Re: Problem 902
Of course! $\pi^k$ is the permutation arising from applying $\pi$ $k$ times. $\tau^{-1}$ is the inverse permutation of $\tau$. This is the notation used in, for example, https://en.wikipedia.org/wiki/Permutation#Definition.
- SAG145
- Posts: 41
- Joined: Thu Apr 11, 2024 10:25 pm
-
pjt33
- Posts: 140
- Joined: Mon Oct 06, 2008 6:14 pm
Re: Problem 902
Note that in modern treatments permutations are usually formally defined as bijective functions. Although that's not the way you probably think of them if you were introduced to them (semi-)informally, it does help to clarify the notation: $\tau^{-1}$ is the inverse function, and $\pi^k$ is $k$-fold composition of a function with itself.
-
raiden11
- Posts: 5
- Joined: Sat Aug 03, 2024 7:07 pm
Re: Problem 902
Hey admins, I would suggest adding a note or source on what k-fold compositions or inverse permutations are in problems 902 and 903. Especially in 903, it is quite difficult to understand how Q(2) is calculated. Even an example that solves for Q(2) would be sufficient.
- RobertStanforth
- Administrator
- Posts: 2666
- Joined: Mon Dec 30, 2013 11:25 pm
Re: Problem 902
Thank you for the suggestion. We have discussed it in the team, and have added explicit definitions of $\tau^{-1}$ and $\pi^k$ to both problems.raiden11 wrote: Wed Aug 14, 2024 5:04 pm Hey admins, I would suggest adding a note or source on what k-fold compositions or inverse permutations are in problems 902 and 903. Especially in 903, it is quite difficult to understand how Q(2) is calculated. Even an example that solves for Q(2) would be sufficient.
