Solution
Answer: Option 3 is NOT valid.
Key Points
Definitions & Notation
Let ~R and ~S be fuzzy relations on the same universe. Their membership functions are μR(x) and μS(x) in [0,1].
λ-cut (also called α-cut): For 0 ≤ λ ≤ 1, the λ-cut of a fuzzy relation ~R is the crisp relation
~Rλ = { x : μR(x) ≥ λ }.
Standard fuzzy set operations (Zadeh):
- Union: μR ∪ S(x) = max(μR(x), μS(x))
- Intersection: μR ∩ S(x) = min(μR(x), μS(x))
Check each option
Option 1: (~R ∪ ~S)λ = ~Rλ ∪ ~Sλ
Proof:
x ∈ (~R ∪ ~S)λ ⇔ μR∪S(x) ≥ λ ⇔ max(μR(x),μS(x)) ≥ λ
⇔ (μR(x) ≥ λ) or (μS(x) ≥ λ) ⇔ x ∈ ~Rλ ∪ ~Sλ.
Hence, Option 1 is VALID.
Option 2: (~R ∩ ~S)λ = ~Rλ ∩ ~Sλ
Proof:
x ∈ (~R ∩ ~S)λ ⇔ μR∩S(x) ≥ λ ⇔ min(μR(x),μS(x)) ≥ λ
⇔ (μR(x) ≥ λ) and (μS(x) ≥ λ) ⇔ x ∈ ~Rλ ∩ ~Sλ.
Hence, Option 2 is VALID.
Option 4: For any λ ≤ β (0 ≤ β ≤ 1), it is true that Rβ ⊆ Rλ
Reason: If μR(x) ≥ β and λ ≤ β, then automatically μR(x) ≥ λ. Thus every element that passes the stricter threshold β also passes the looser threshold λ.
Hence, Option 4 is VALID (monotonicity of λ-cuts).
Option 3: (~R)λ ≠ ~Rλ except when λ = 1
Why this is NOT valid: The notation (~R)λ simply means “the λ-cut of the fuzzy relation ~R,” which by definition is exactly ~Rλ for every λ ∈ [0,1]. There is no special equality only at λ=1; the two notations denote the same crisp relation for all λ.
Conclusion: Options 1, 2, and 4 are standard λ-cut properties and are valid. Option 3 contradicts the definition of a λ-cut and is therefore the incorrect (not valid) statement.