md`### Ideas:
\`\`\`text
I1: f^2 = [0,2,4,6,4,2,0] => f = [0,*,*,*,4,*,*] || [4,*,*,*,0,*,*]
1) explore equations like f^2 = [0,*,2,*] and find possible counterexamples.
2) "counterexample": f^2 = [0, 1, 2, 3] have [1, 0, 2, 3] solution => it's not a really counterexample because f(3) = 3
3) formulation of I1: We can swap in state of solutions only fixed points like f(i) = i
\`\`\`
### Lemmas:
\`\`\`
L1: ---
\`\`\`
`