A unate function is a type of boolean function which has monotonic properties.They have been studied extensively in switching theory.
A function
f(x1,x2,\ldots,xn)
xi
xj
j ≠ i
f(x1,x2,\ldots,xi-1,1,xi+1,\ldots,xn)\gef(x1,x2,\ldots,xi-1,0,xi+1,\ldots,xn).
xi
f(x1,x2,\ldots,xi-1,0,xi+1,\ldots,xn)\gef(x1,x2,\ldots,xi-1,1,xi+1,\ldots,xn).
xi
xi
xi
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)