Boolean function


In mathematics and logic, a Boolean function is a function whose arguments, as well as the function itself, assume values from a two-element set. As a result, it is sometimes referred to as a "switching function".
A Boolean function takes the form, where is called a Boolean domain and is a non-negative integer called the arity of the function. In the case where, the "function" is essentially a constant element of.
Every -ary Boolean function can be expressed as a propositional formula in variables, and two propositional formulas are logically equivalent if and only if they express the same Boolean function. There are -ary functions for every.

Boolean functions in applications

A function that can be utilized to evaluate any Boolean output in relation to its Boolean input by logical type of calculations. Such functions play a basic role in questions of complexity theory as well as the design of circuits and chips for digital computers. The properties of Boolean functions play a critical role in cryptography, particularly in the design of symmetric key algorithms.
Boolean functions are often represented by sentences in propositional logic, and sometimes as multivariate polynomials over GF, but more efficient representations are binary decision diagrams, negation normal forms, and propositional directed acyclic graphs.
In cooperative game theory, monotone Boolean functions are called simple games ; this notion is applied to solve problems in social choice theory.
In order to optimize electronic circuits, Boolean functions can be minimized using the Quine–McCluskey algorithm or Karnaugh map.