I do not understand why the Turing machine T ACCEPTS, when the state is not accepted, marked and rejected, when the state of acceptance is noted:
E (dfa) = {| A is DFA and L (A) = empty set (do not have a character)}E (dfa) is a decidable language.Evidence. DFA accepts some line, if it is possible to achieve the acceptance state from the start state,> move along the arrows of the DFA. To verify this condition, we can design> TM T, which uses a labeling algorithm similar to that used in Example 3.23.T = "At the input, where A is DFA: 1. Mark the initial state of A. 2. Repeat until new states are noted: 3. Mark any state that has a transition entering it from any state that is already marked. 4. If the acceptance status is not accepted, accept; otherwise reject. "
E (dfa) = {| A is DFA and L (A) = empty set (do not have a character)}
E (dfa) is a decidable language.
Evidence. DFA accepts some line, if it is possible to achieve the acceptance state from the start state,> move along the arrows of the DFA. To verify this condition, we can design> TM T, which uses a labeling algorithm similar to that used in Example 3.23.
T = "At the input, where A is DFA: 1. Mark the initial state of A. 2. Repeat until new states are noted: 3. Mark any state that has a transition entering it from any state that is already marked. 4. If the acceptance status is not accepted, accept; otherwise reject. "
It seems to me the opposite. Can anyone explain this?
Thank.
, "" "" . , T, , DFA, A, .
L (T) {A | L (A) }. , E (dfa), , L (T) , , , .
, :
:
, T A , , . , , T A iff A .
Source: https://habr.com/ru/post/1530550/More articles:Can ostringstream rdbuf be changed? - c ++Segmentation error while creating Qt QApplication - new-operatorIs it possible to trigger the middle mouse click using Javascript? - javascriptЗапустить собственное поведение браузера для (среднего) щелчка по ссылке - javascriptAssigning the result of a function to a variable will lead to the possibility of tail optimization? - luaR: Получение суммы столбцов в группе data.frame определенным столбцом - rGO lang: chat with shell process - processCustomize the colorbox header (long title and its position) - cssReusing Hazelcast Serialization Logic in MapStore Implementation - hazelcastScala class case arguments from an array - arraysAll Articles