If I wanted to write the repeated union of sets $A_1 \cup ... \cup A_n$ I could write this succinctly using big union notation as $$ \bigcup_{i=1}^n A_i $$
How can I best express that all $A_i = ... = A_n$ are equal to each other using 'big equality' notation?
The best I could come up with was using either a big 'for all' $$ {\Large \forall}_{i,j}^{n}\; A_i = A_j $$
or a big equal sign $$ {\Large =}_{i}^n\; A_i $$
The first option is not as succinct, and the second option may not be clear to a reader. Is there a better or more recognised notation for repeated equality?