A transition system is a reactive system, and a model to describe the behavior of systems
Intuition: a transition system consists of a set of possible states for the system and a set of transitions - or state changes - which the system can effect.
The state here is the global state, or in other words, ID
A transition systems is a tuple $A= \gdef\tuple#1{\langle{#1}\rangle} \tuple{S,~S_0,~T,~\alpha,~\beta}$ where:
A transition system is finite if $S$ and $T$ are finite.
A path of length $n$, $n>0$, in a transition system $A$ is a sequence of transitions $t_1, t_2, …, t_n$, such that