Conjunction#
Definition: Conjunction
A conjunction function is a Boolean operator \(\mathop{\operatorname{AND}}: \{0, 1\}^n \to \{0,1\}\) defined in the following way:
Notation
It is much more common to write \(\mathop{\operatorname{AND}}(x, y)\) in one of the following ways:
Theorem: Commutativity of Conjunction
The conjunction \(\mathop{\operatorname{AND}}: \{0, 1\}^n \to \{0,1\}\) is commutative - if \(y_1, \dotsc, y_n\) is any permutation of \(x_1, \dotsc, x_n\), then
Tip: Binary Conjunction
In particular, we have:
Proof
TODO
Theorem: Associativity of Conjunction
The conjunction \(\mathop{\operatorname{AND}}: \{0,1\}^2 \to \{0,1\}\) is associative:
Proof
TODO
Theorem: General Conjunction from Binary Conjunction
Any conjunction \(\mathop{\operatorname{AND}}: \{0, 1\}^n \to \{0,1\}\) can be obtained via composition of binary conjunctions \(\mathop{\operatorname{AND}}: \{0,1\}^2 \to \{0,1\}\):
Proof
TODO