Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21d831eab1e227c

Jump to content

Unate function

From Wikipedia, the free encyclopedia

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

A function is said to be positive unate in if for all possible values of ,

Likewise, it is negative unate in if

If for every f is either positive or negative unate in the variable then it is said to be unate (note that some 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.