Problem

Source: 2022 IGMO Round 2 #2 International Gamma Mathematical Olympiad

Tags: Sets, algebra



Define $A_1 = \emptyset$ and $B_1 = \{420\}$ to be our starting sets. We generate a sequence of sets as such $$A_{n+1} = \{x + 1 : x \in B_n \}$$$$B_{n+1} = (A_n \cup B_n) - (A_n \cap B_n)$$Show that $B_n = \{420\}$ if and only if $n$ is a power of $2$. Note: $\emptyset$ denotes the empty set, $\cup$ denotes set union, $\cap$ denotes set intersection and $-$ denotes set difference.