Zulip Chat Archive

Stream: Berkeley Lean Seminar

Topic: trunc_cycle_factors


Yakov Pechersky (May 06 2021 at 14:10):

Would it make sense to refactor this to just output the finset of perm? Since they are disjoint, we know that the whole list is nodup. And since they are disjoint, we know that the order of prod doesn't matter, we know we can forget the order of the list.

Thomas Browning (May 06 2021 at 15:09):

Does it make it harder to state that the product of the cycle factors is the original permutation?

Yakov Pechersky (May 06 2021 at 15:14):

Do we even have that statement anywhere?

Yakov Pechersky (May 06 2021 at 15:14):

I guess it is part of the subtype


Last updated: Dec 20 2023 at 11:08 UTC