Disprove that $L_1^*\cup L_2^* = (L_1\cup L_2)^*$.
i.e to find counter example.
I started with $L_1=\{a\}, L_2=\{b\}$ but it didn't worked.
Disprove that $L_1^*\cup L_2^* = (L_1\cup L_2)^*$.
i.e to find counter example.
I started with $L_1=\{a\}, L_2=\{b\}$ but it didn't worked.
Your example does work: $ab \in \{a, b\}^*$ but $ab \not\in \{a\}^*\cup \{b\}^*$.