Lukas' Notes

Home

❯

Knowledge

❯

Canonical Conjunctive Normal Form

Canonical Conjunctive Normal Form

Jun 09, 20251 min read

boolean-algebra

Definition

Canonical Conjunctive Normal Form (CCNF)

A Boolean function is in canonical conjunctive normal form (CCNF) if it is in conjunctive normal form (CNF) and each disjunction contains all variables.

Example: f(e1​,e2​,e3​,e4​)=(e1​∨¬e2​∨e3​¬e4​)∧(¬e1​∨¬e2​∨e3​¬e4​)


Graph View

Created with Quartz v4.4.0 © 2025

  • GitHub