- $010$ can be generated.
- If $s$ is a sequence which can be generated by these rules, then $01s, 10s, 0s1, 1s0, s01$, and $s10$ can all be generated.
*Prove, by induction, that in any sequence generated by these rules, there are more $0$'s than $1$'s.
PART 2 Again. consider sequences of $0$'s and $1$'s, this time generated according to the following rules: $10$ can be generated.
$01$ can be generated.
If $s$ is a sequence which can be generated by these rules, then $0s1$ and $1s0$ can be generated by these rules.
If $s$ is a sequence which can be generated by these rules, then the sequence $ss$ ($s$ followed by another copy of $s$) can be generated.
If $s$ is a sequence which can be generated by these rules, and $s$ is of the form $t00$ or $t11$ for some smaller sequence $t$, then $t$ itself can be generated.
Prove that no sequence with an odd length can be generated by these rules.