All Exams Test series for 1 year @ ₹349 only
Question

A fuzzy conjunction operator denoted as t(x,y) and fuzzy disjunction operator denoted as s(x,Y) form dual pair if they satisfy the condition:

The correct answer is

t(x, y) = 1 - s(1 - x, 1 - y)

Understanding Fuzzy Operator Dual Pairs

In fuzzy logic, fuzzy conjunction operators (often called t-norms, denoted as t) and fuzzy disjunction operators (often called t-conorms or s-norms, denoted as s) are fundamental operations used to combine fuzzy set membership degrees.

A fuzzy conjunction operator $t(x, y)$ typically satisfies properties like associativity, commutativity, monotonicity, and has 1 as its identity element (i.e., $t(x, 1) = x$). It models logical AND.

A fuzzy disjunction operator $s(x, y)$ typically satisfies properties like associativity, commutativity, monotonicity, and has 0 as its identity element (i.e., $s(x, 0) = x$). It models logical OR.

The Concept of Duality in Fuzzy Logic

The concept of duality between a fuzzy conjunction operator $t(x, y)$ and a fuzzy disjunction operator $s(x, y)$ is typically defined with respect to a fuzzy negation function, $n(x)$. A common and standard fuzzy negation function is $n(x) = 1 - x$.

Two operators, a conjunction $t$ and a disjunction $s$, form a dual pair with respect to a negation function $n$ if they satisfy De Morgan's laws adapted for fuzzy logic. The key condition for this duality is expressed as:

The negation of the conjunction of two fuzzy values is equal to the disjunction of their negations.

Mathematically, using the negation function $n$, this duality condition is:

$\qquad n(t(x, y)) = s(n(x), n(y))$

Alternatively, we can express the conjunction in terms of the disjunction and the negation:

$\qquad t(x, y) = n(s(n(x), n(y)))$

Deriving the Dual Pair Condition

The question specifies that the dual pair is formed by $t(x,y)$ and $s(x,y)$. While a specific negation function isn't explicitly named, the standard definition of duality in fuzzy logic uses the standard negation $n(x) = 1 - x$. Let's assume this standard negation is implied as it's the most common basis for duality.

Using the standard negation $n(x) = 1 - x$, the duality condition $t(x, y) = n(s(n(x), n(y)))$ becomes:

1. Substitute $n(x) = 1 - x$ and $n(y) = 1 - y$ into the arguments of $s$:

$\qquad t(x, y) = n(s(1 - x, 1 - y))$

2. Apply the negation function $n$ (which is $1 - (\cdot)$) to the result of $s(1 - x, 1 - y)$:

$\qquad t(x, y) = 1 - s(1 - x, 1 - y)$

This derived equation $t(x, y) = 1 - s(1 - x, 1 - y)$ is the condition for the fuzzy conjunction operator $t$ and the fuzzy disjunction operator $s$ to form a dual pair with respect to the standard negation $n(x) = 1 - x$.

Analyzing the Options

Let's compare the derived condition with the given options:

  • Option 1: $t(x, y) = 1 - s(x, y)$ - This doesn't include the negation of the arguments $x$ and $y$ within the $s$ function.
  • Option 2: $t(x, y) = s(1 - x, 1 - y)$ - This is the disjunction of the negations, but it is not negated itself. This would correspond to $n(t(x,y)) = n(n(s(n(x), n(y)))) = s(n(x), n(y))$ if $n$ were idempotent ($n(n(z)) = z$). The standard negation $n(x)=1-x$ is idempotent ($1-(1-x)=x$), but this option is not the standard duality definition.
  • Option 3: $t(x, y) = 1 - s(1 - x, 1 - y)$ - This exactly matches the condition we derived using the standard negation $n(x) = 1 - x$.
  • Option 4: $t(x, y) = s(1 + x, 1 + y)$ - Fuzzy membership degrees are typically in the range [0, 1]. $1 + x$ and $1 + y$ would be outside this range, making this option invalid in the standard context.

Therefore, the condition under which a fuzzy conjunction operator $t(x,y)$ and fuzzy disjunction operator $s(x,y)$ form a dual pair with respect to the standard negation is $t(x, y) = 1 - s(1 - x, 1 - y)$.

Revision Table: Key Concepts

Concept Description Notation/Condition
Fuzzy Conjunction Models logical AND in fuzzy logic (T-norm). $t(x, y)$
Fuzzy Disjunction Models logical OR in fuzzy logic (T-conorm). $s(x, y)$
Fuzzy Negation Models logical NOT in fuzzy logic. Standard is $n(x) = 1-x$. $n(x)$
Dual Pair Condition (Standard Negation) Relationship between a dual T-norm and T-conorm via standard negation $n(x)=1-x$. $t(x, y) = 1 - s(1 - x, 1 - y)$
or equivalently
$1 - t(x, y) = s(1 - x, 1 - y)$

Additional Information: Duality in Fuzzy Logic

Duality is a crucial concept in fuzzy logic, extending the classical logic duality between AND and OR operations through negation. While the standard negation $n(x) = 1 - x$ is most common, duality can theoretically be defined with respect to other valid fuzzy negation functions.

A fuzzy negation function $n:[0,1] \to [0,1]$ must typically satisfy:

  • $n(0) = 1$
  • $n(1) = 0$
  • Monotonicity: If $x \le y$, then $n(x) \ge n(y)$.

An additional property often considered is involutivity or idempotence: $n(n(x)) = x$. The standard negation $n(x) = 1 - x$ is involutive.

If a general involutive negation $n$ is used, the duality condition is $t(x, y) = n(s(n(x), n(y)))$. For the standard negation $n(x)=1-x$, this simplifies to the given correct option.

Examples of standard dual pairs include:

  • Minimum (Gödel) T-norm: $t_M(x, y) = \min(x, y)$
    Dual Maximum (Gödel) T-conorm: $s_M(x, y) = \max(x, y)$
    Check: $1 - \max(1-x, 1-y) = 1 - (1 - \min(x, y)) = \min(x, y)$. (Using $\max(a,b) + \min(a,b) = a+b$, so $1-\max(1-x, 1-y) = 1 - (1-x+1-y - \min(1-x, 1-y)) = 1 - (2-x-y - (1-\max(x,y))) = 1-(1-x-y+\max(x,y)) = x+y-\max(x,y) = \min(x,y)$.) Yes, they are dual.
  • Product T-norm: $t_P(x, y) = xy$
    Dual Probabilistic Sum T-conorm: $s_P(x, y) = x + y - xy$
    Check: $1 - s_P(1-x, 1-y) = 1 - ((1-x) + (1-y) - (1-x)(1-y)) = 1 - (1-x+1-y - (1-x-y+xy)) = 1 - (2-x-y - 1+x+y-xy) = 1 - (1 - xy) = xy$. Yes, they are dual.
  • Lukasiewicz T-norm: $t_L(x, y) = \max(0, x + y - 1)$
    Dual Lukasiewicz T-conorm: $s_L(x, y) = \min(1, x + y)$
    Check: $1 - s_L(1-x, 1-y) = 1 - \min(1, (1-x) + (1-y)) = 1 - \min(1, 2 - x - y)$. If $2-x-y \ge 1$ (i.e., $x+y \le 1$), then $1 - \min(1, 2-x-y) = 1 - 1 = 0$. Also $t_L(x,y)=\max(0, x+y-1) = 0$ when $x+y \le 1$. If $2-x-y < 1$ (i.e., $x+y > 1$), then $1 - \min(1, 2-x-y) = 1 - (2-x-y) = x+y-1$. Also $t_L(x,y)=\max(0, x+y-1) = x+y-1$ when $x+y > 1$. Yes, they are dual.

These examples illustrate how the duality condition $t(x, y) = 1 - s(1 - x, 1 - y)$ holds for common fuzzy conjunction and disjunction operators when paired correctly.

Was this answer helpful?

Important Questions from Fuzzy Sets - Teaching

  1. Let A α0 denotes the α-cut of a fuzzy set A at α 0. If α 1 < α 2, then

  2. Consider the following models:

    M 1: Mamdani model

    M 2: Takagi – Sugeno-Kang model

    M 3: Kosko’s additive model (SAM)

    Which of the following option contains examples of additive rule model?
  3. Consider the following methods:

    M 1: mean of maximum

    M 2: Centre of area

    M 3: Height method

    Which of the following is/are defuzzification method(s)?
  4. A fuzzy conjunction operators, t(x, y), and a fuzzy disjunction operator, s(x, y), form a pair if they satisfy:

    t(x, y) = 1 – s(1 – x, 1 - y).

    If \(t\left( {x,\;y} \right) = \frac{{xy}}{{\left( {x + y - xy} \right)}}\) then s(x, y) is given by
  5. Consider a Takagi - Sugeno - Kanga (TSK) Model consisting of rules of the form :

    If x 1 is A i1  and ... and x r is A ir

    THEN y = f i (x 1, x 2, ...., x r) = b i0  + b i1 x1  + b ir xr

    assume, α i is the matching degree of rule i, then the total output of the model is given by :

Need Expert Advice?

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App