Karnaugh Maps (K-Maps)
A graphical method used for simplifying Boolean functions. It visually groups adjacent '1's in a truth table to derive the minimal Sum-of-Products (SOP) expression.
📜
The statement of the theorem
Given a Boolean function defined by its minterms , the K-Map method identifies the minimal set of prime implicants by grouping adjacent '1's in the truth table representation. Adjacency is defined by Hamming distance 1 (or grouping). The minimal SOP expression is formed by the union of the essential prime implicants, , where are the prime implicants covering all minterms of with the minimum possible cardinality.