State Transition Diagram (STD)
A graphical representation showing all possible states and the transitions between them based on inputs. It defines the system's behavior over time, crucial for finite state machine (FSM) design.
📜
The statement of the theorem
Let be the finite set of states, . Define the input alphabet . The system behavior is defined by the transition function . A transition from state to upon input is represented by the tuple , such that . The system state at time is .