Monotone Boolean Function

From GM-RKB
Jump to navigation Jump to search

A Monotone Boolean Function is a boolean function that is a monotone function such that for all ai and bi in {0,1}, if a1b1, a2b2, ..., anbn (i.e. the Cartesian product {0, 1}n is ordered coordinatewise), then f(a1, ..., an) ≤ f(b1, ..., bn).



References

2017

  • (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Monotonic_function#Boolean_functions Retrieved:2017-8-14.
    • In Boolean algebra, a monotonic function is one such that for all ai and bi in {0,1}, if a1b1, a2b2, ..., anbn (i.e. the Cartesian product {0, 1}n is ordered coordinatewise), then f(a1, ..., an) ≤ f(b1, ..., bn). In other words, a Boolean function is monotonic if, for every combination of inputs, switching one of the inputs from false to true can only cause the output to switch from false to true and not from true to false. Graphically, this means that a Boolean function is monotonic when in its Hasse diagram (dual of its Venn diagram), there is no 1 connected to a higher 0.

      The monotonic Boolean functions are precisely those that can be defined by an expression combining the inputs (which may appear more than once) using only the operators and and or (in particular not is forbidden). For instance "at least two of a,b,c hold" is a monotonic function of a,b,c, since it can be written for instance as ((a and b) or (a and c) or (b and c)).

      The number of such functions on n variables is known as the Dedekind number of n.