3

What is a "prime implicent"? I guess it's also the "prime implicant".

The wiki page is too hard for me to understand. Can someone explain it in simpler terms?

1 Answers1

2

$p$ is an implicant of $f$ if $p\implies f$. It is a prime implicant if removing any variables from $p$ would result in the implication not being true anymore.

For example, $a\wedge b\implies b\wedge a$ but $a\not\implies b\wedge a$ and $b\not\implies b\wedge a$, therefore $a\wedge b$ is a prime implicant of $b\wedge a$.

Xodarap
  • 6,115