A function where:
- is a State Space
- is a finite alphabet That indicates how one state transitions to another state.
Intuition
In a FSA, means there is an edge labelled from state to
A function δ:Q×Σ→Q where:
In a FSA, δ(q,a)=q′ means there is an edge labelled a from state q to q′