Each grammar in Exercises is proposed as generating the set $L$ of strings over $\{a, b\}$ that contain equal numbers of a's and b's. If the grammar generates $L$, prove that it does so. If the grammar does not generate $L$, give a counterexample and prove that your counterexample is correct. In each grammar, $S$ is the starting symbol.
$$
S \rightarrow a S b S|b S a S| \lambda
$$