Transition function
A transition function maps a machine’s current state and input symbol to its next action and state. Its outputs specify how the machine changes as it processes an input.
Linked from 11 pages
Turing machineBroader topic: It specifies each permitted step of the machine.
State machineBroader topic: It specifies how an input changes the machine's state.
Pushdown automatonRelated: It specifies state changes, input consumption, and stack operations.
Finite automatonRelated: It encodes how each input symbol changes the automaton's state.
Vector bundleRelated: Transition functions specify how local product descriptions fit together.