When I read https://en.wikipedia.org/wiki/Banach%E2%80%93Tarski_paradox#A_sketch_of_the_proof I do not understand this part of the proof:
$$F_2 = \{e\}\cup S(a) \cup S(a^{-1}) \cup S(b) \cup S(b^{-1}) =aS(a^{-1})\cup S(a)$$
where S(a) is the set of all non-forbidden strings starting with a. If I understood it right it has to be a finite string, i.e. the longest allowed string is of length $n\in \mathbb{N}$. If you write the length of the longest allowed string as a superscript, does this actually say
$$ F_2 = \{e\}\cup S^n(a) \cup S^n(a^{-1}) \cup S^n(b) \cup S^n(b^{-1}) =aS^{n+1}(a^{-1})\cup S^{n}(a), n\in\mathbb{N} $$ ? Because otherwise I cannot see how the equality can work.