|
In mathematics, a (finitary) Boolean function is a function of the form f : Bk → B, where B = {0, 1} is a boolean domain and k is a nonnegative integer called the arity of the function. In the case where k = 0, the "function" is essentially a constant element of B.
Every k-ary Boolean formula can be expressed as a propositional formula in k variables x1,…,xk, and two propositional formulas are logically equivalent if and only if they express the same Boolean function. There are Failed to parse (Missing texvc executable; please see math/README to configure.): 2^{2^k}
k-ary functions for every k.
Boolean functions in applications
A Boolean function describes how to determine a Boolean value output based on some logical calculation from Boolean inputs. 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 (see substitution box).
Boolean functions are often represented by sentences in propositional logic, but more efficient representations are binary decision diagrams (BDD), negation normal forms, and propositional directed acyclic graphs (PDAG).
See also
de:Boolesche Funktion
es:Función booleana fr:Fonction booléenne it:Funzione booleana ja:ブール関数 ru:Булева функция
|