1

Is there anyway/notation of taking a finite set lets say A={1,4,8,2} and turning it into cycle form where order matters for example?

W. G.
  • 1,766

1 Answers1

1

You can always write the pairing explicitly: $$ \{ \{1,1\}, \{2,4\}, \{3,8\}, \{4,2\} \} $$

lhf
  • 216,483