Fix the `permutation_equality` function to only return True when the sublists in each of the two input lists are pairwise equal according to the `cycle_equality` function. That is, each sublist in the first list must be paired with and equal to exactly one sublist from the second list.