Question 1.50: Read the informal definition of the finite state transducer ...

Read the informal definition of the finite state transducer given in Exercise 1.24. Prove that no FST can output w^{R} for every input w if the input and output alph-abets are {0,1}.

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

Assume to the contrary that some FST T outputs w^{R} on input w. Consider the input strings 00 and 01. On input 00, T must output 00, and on input 01, T must output 10. In both cases, the first input bit is a 0 but the first output bits differ. Operating in this way is impossible for an FST because it produces its first output bit before it reads its second input. Hence no such FST can exist.

Related Answered Questions

Question: 1.44

Verified Answer:

Let M_{B} = (Q_{B},\Sigma , \delta _{B},q_{...
Question: 1.23

Verified Answer:

We prove both directions of the “iff.” (→) Assume ...
Question: 1.11

Verified Answer:

Let  N = (Q,\Sigma ,\delta ,q_{0}, F )[/lat...