1(a) For example 001, 1101.
(b) For example
2. Basis Clause:
Inductive Clause: If
then
and
.
Extremal Clause: Nothing is in U unless it is obtained from the above two
clauses.
3. Proof by induction on y.
First let us note that
can be defined recursively as follows:
Basis Clause:
.
Inductive Clause: For arbitrary string x of
, xa and xb are in
.
Extremal Clause: Nothing is in the set unless it is obtained from the above two
clauses.
The proof of the equality in question is going to be proven for an arbitrary fixed x by induction on y. Thus the
statement to be proven is for an arbitrary fixed string x, and an arbitrary string y,
holds.
The proof mirrors the recursive definition of
.
Basis Step:
.
Inductive Step: Assume that for an arbitrary string y,
holds.
--- Induction Hypothesis
Then for an arbitrary symbol a,
.
But by induction hypothesis
.
Since
,
holds, which is what we needed.
4. False for (c) and (d). The rest are all true.