Disjunction#
Definition: Disjunction
The disjunction function is the Boolean function \(\mathop{\operatorname{OR}}: \{0, 1\}^n \to \{0,1\}\) defined in the following way:
Notation
It is much more common to write \(\mathop{\operatorname{OR}}(x, y)\) in one of the following ways:
Definition: Maxterm
A logical connective \(f: \{0,1\}^n \to \{0,1\}\) is a maxterm if it can be expressed as the disjunction of a combination of \(n\) negations and identity functions
where \(x_k'\) is either equal to \(x_k\) or to its negation \(\neg x_k\).
Theorem: Commutativity of Conjunction
The disjunction \(\mathop{\operatorname{OR}}: \{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 Disjunction
In particular, we have:
Proof
TODO
Theorem: Associativity of Conjunction
The disjunction \(\mathop{\operatorname{OR}}: \{0,1\}^2 \to \{0,1\}\) is associative:
Proof
TODO
Theorem: General Disjunction from Binary Disjunction
Any disjunction \(\mathop{\operatorname{OR}}: \{0, 1\}^n \to \{0,1\}\) can be obtained via composition of binary disjunctions \(\mathop{\operatorname{OR}}: \{0,1\}^2 \to \{0,1\}\):
Proof
TODO