Skip to content
Surf Wiki
Save to docs
general/boolean-algebra

From Surf Wiki (app.surf) — the open knowledge base

Unate function

Boolean function which has monotonic properties


Boolean function which has monotonic properties

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,\ldots,x_n) is said to be positive unate in x_i if for all possible values of x_j, j\neq i :f(x_1,x_2,\ldots,x_{i-1},1,x_{i+1},\ldots,x_n) \ge f(x_1,x_2,\ldots,x_{i-1},0,x_{i+1},\ldots,x_n)., Likewise, it is negative unate in x_i if :f(x_1,x_2,\ldots,x_{i-1},0,x_{i+1},\ldots,x_n) \ge f(x_1,x_2,\ldots,x_{i-1},1,x_{i+1},\ldots,x_n)., If for every x_i f is either positive or negative unate in the variable x_i then it is said to be unate (note that some 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)

Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Unate function — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report