State Diagram/Machine
A formal model (e.g., Finite State Machine, FSM) describing the behavior of a sequential circuit, where the output depends on current state and input.
📜
The statement of the theorem
A Finite State Machine (FSM) is formally defined as a 5-tuple , where: \n1. is the finite set of states. \n2. is the finite input alphabet. \n3. maps inputs to output labels. \n4. defines the output based on the current state and input. \n5. is the transition function, determining the next state . The machine's behavior is determined by the sequence of states .