Reference articles on history, science, culture and more
Encyclopedia

Implication table

An implication table is a tool used to facilitate the minimization of states in a state machine. 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:

  1. List state-combination possibilities in an implication table,
  2. Eliminate combinations that are impossible because the states produce different outputs,
  3. Eliminate combinations that are impossible because the combination depends on the equivalence of a previously eliminated possibility,
  4. Repeat the above step until no more eliminations are possible.
Watch videos about Implication tableExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Implication table, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.