I am reading Introduction to automata theory, languages, and computation 3ed, by John E. Hopcroft, et al. The wikipedia article (https://en.wikipedia.org/wiki/Turing_machine#Formal_definition) for Turing machine also cites the TM definition in the 1ed of the book. (I assume the 3ed still use the same TM definition as 1ed)
When the tape head of a TM is scanning a blank symbol, what will happen?
Is the transition function undefined on a blank tape symbol?
Does the TM halt?
Thanks.
If you look at Wikipedia's definition more carefully, you will see that $b$ (the blank symbol) is an element of $\Gamma$. So the transition function, with domain $(Q\setminus F)\times\Gamma$, is defined.