An implication table is a tool used to facilitate the minimization of
states in a
state machine
A finite-state machine (FSM) or finite-state automaton (FSA, plural: ''automata''), finite automaton, or simply a state machine, is a mathematical model of computation. It is an abstract machine that can be in exactly one of a finite number o ...
. The concept is to start assuming that every state may be able to combine with every other state, then eliminate combinations that are not possible. When all the impossible combinations have been eliminated, the remaining state combinations are valid, and thus can be combined.
The procedure is as follows:
# List state-combination possibilities in an implication table,
# Eliminate combinations that are impossible because the states produce different outputs,
# Eliminate combinations that are impossible because the combination depends on the equivalence of a previously eliminated possibility,
# Repeat the above step until no more eliminations are possible.
References
*
Automata (computation)
{{Formalmethods-stub
hr:Minimizacija konačnog automata