Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Unate function
We don't have any images related to Unate function yet.
We don't have any YouTube videos related to Unate function yet.
We don't have any PDF documents related to Unate function yet.
We don't have any Books related to Unate function yet.
We don't have any archived web articles related to Unate function yet.

A unate function is a type of boolean function which has monotonic properties. They have been studied extensively in switching theory.

A function f ( x 1 , x 2 , … , x n ) {\displaystyle f(x_{1},x_{2},\ldots ,x_{n})} is said to be positive unate in x i {\displaystyle x_{i}} if for all possible values of x j {\displaystyle x_{j}} , j ≠ i {\displaystyle j\neq i}

f ( x 1 , x 2 , … , x i − 1 , 1 , x i + 1 , … , x n ) ≥ f ( x 1 , x 2 , … , x i − 1 , 0 , x i + 1 , … , x n ) . {\displaystyle f(x_{1},x_{2},\ldots ,x_{i-1},1,x_{i+1},\ldots ,x_{n})\geq f(x_{1},x_{2},\ldots ,x_{i-1},0,x_{i+1},\ldots ,x_{n}).\,}

Likewise, it is negative unate in x i {\displaystyle x_{i}} if

f ( x 1 , x 2 , … , x i − 1 , 0 , x i + 1 , … , x n ) ≥ f ( x 1 , x 2 , … , x i − 1 , 1 , x i + 1 , … , x n ) . {\displaystyle f(x_{1},x_{2},\ldots ,x_{i-1},0,x_{i+1},\ldots ,x_{n})\geq f(x_{1},x_{2},\ldots ,x_{i-1},1,x_{i+1},\ldots ,x_{n}).\,}

If for every x i {\displaystyle x_{i}} f is either positive or negative unate in the variable x i {\displaystyle x_{i}} then it is said to be unate (note that some x i {\displaystyle x_{i}} may be positive unate and some negative unate to satisfy the definition of unate function). A function is binate if it is not unate (i.e., is neither positive unate nor negative unate in at least one of its variables).

For example, the logical disjunction function or with boolean values used for true (1) and false (0) is positive unate. Conversely, Exclusive or is non-unate, because the transition from 0 to 1 on input x0 is both positive unate and negative unate, depending on the input value on x1.

Positive unateness can also be considered as passing the same slope (no change in the input) and negative unate is passing the opposite slope.... non unate is dependence on more than one input (of same or different slopes)