Processing math: 100%

Monotonicity and Antimonotonicity

The easiest way to explain monotonicity is to make an analogy with inequalities in algebra. Suppose I had the expression xy. Adding any number a to both sides preserves the direction of the inequality. Thus, addition is called monotonic. However, if I multiply by a negative number or take the reciprocals, then the direction of the inequality flips. Thus, these operations are called antimonotonic. We have the same concept in Boolean Algebra with and .

Monotonic Operations

(ab)(ca)(cb)

ab=¯abMaterial Implication(¯ab)¯cGeneralization=¯a(¯cb)Associativity and Commutativity=¯a(¯c(cb))Simplification=(¯c¯a)(cb)Associativity and Commutativity=(¯ca)(cb)De Morgan's Law=(ca)(cb)Material Implication


(ab)(ca)(cb)

ab=¯abMaterial Implication(¯ab)cGeneralization=(c¯a)bAssociativity and Commutativity=(c(¯c¯a))bSimplification=(¯c¯a)(cb)Associativity and Commutativity=(¯ca)(cb)De Morgan's Law=(ca)(cb)Material Implication


(ab)(ca)(cb)

ab=¯abMaterial Implication(¯ab)¯cGeneralization=(¯c¯a)bAssociativity and Commutativity=(¯c(c¯a))bSimplification=(c¯a)(¯cb)Associativity and Commutativity=(¯¯ca)(¯cb)De Morgan's Law=(¯ca)(cb)Material Implication 2 times=(ca)(cb)Material Implication


Thus, and are monotonic. is monotonic in its antecedent.

Antimonotonic Operations

(ab)(ac)(bc)

ab=¯abMaterial Implication(¯ab)cGeneralization=(cb)¯aAssociativity and Commutativity=(c(¯cb))¯aSimplification=(b¯c)(¯ac)Associativity and Commutativity=(¯¯bc)(¯ac)De Morgan's Law=(¯bc)(ac)Material Implication 2 times=(ca)(cb)Material Implication=(ac)(bc)Mirror

Thus, we see that is antimonotonic in its consequent.

Note that = and are neither monotonic nor antimonotonic.

Boolean Algebra Series