Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

State Transition Diagram (STD)

A graphical representation showing all possible states and the transitions between them, triggered by specific inputs. It defines the system's finite set of operational modes.
📜

The statement of the theorem

Let SS be a finite set of states, II be a finite set of inputs, and Transition:S×IS\text{Transition}: S \times I \to S be the transition function. The State Transition Diagram (STD) is formally defined by the tuple S,I,Transition\langle S, I, \text{Transition} \rangle. A transition from state siSs_i \in S to state sjSs_j \in S upon input iIi \in I is represented by the directed edge (si,i,sj)(s_i, i, s_j), such that sj=Transition(si,i)s_j = \text{Transition}(s_i, i). The set of all possible transitions is T={(si,i,sj)si,sjS,iI,sj=Transition(si,i)}\mathcal{T} = \{(s_i, i, s_j) \mid s_i, s_j \in S, i \in I, s_j = \text{Transition}(s_i, i)\}.