Shuffling cards and the horseshoe map

204 Views Asked by At

I wonder if there is a connection between the dynamics of repeated cut & shuffle operations on a deck of cards, and topological chaotic maps such as the horseshoe map? I ask this entirely naively. Pointers to where I could explore such a connection would be appreciated—Thanks!

1

There are 1 best solutions below

1
On

You can think of shuffling as doubling. So if the card position starts out $n \in [0,25]$, an out-shuffle sends it to $2n$. If it starts out $n \in [26,51]$, an out-shuffle sends it to $2n-1 \pmod {52}=2n-53$. This is similar to the chaotic system that just strips the first bit off a number.