Let's go through this problem step by step, breaking down the given definitions and analyzing the options logically.
Step 1: Understanding the Definitions
We are given:
- A function f: A → B which is injective (i.e., one-to-one).
Now, two set functions are defined:
Function g : $2^A$ → $2^B$
Defined as: g(C) = { f(x) | x ∈ C }
This means:
Given a subset C ⊆ A, apply the function f to every element of C, and collect the results in a set.
So g maps subsets of A to subsets of B via f.
Function h :$ 2^B$ → $2^A$
Defined as: h(D) = { x ∈ A | f(x) ∈ D }
This is the pre-image under f:
Given a subset D ⊆ B, find all x ∈ A such that f(x) ∈ D.
So h maps subsets of B back to subsets of A, using f⁻¹ (where defined).
Step 2: Composition g(h(D))
We want to understand what happens when we do: g(h(D))
Let’s break it down:
- h(D) gives you all x ∈ A such that f(x) ∈ D
- Then, g(h(D)) = { f(x) | x ∈ h(D) }
But from the definition of h(D), we already know f(x) ∈ D.
So this means: g(h(D)) = { f(x) | f(x) ∈ D } ⊆ D
That is: g(h(D)) ⊆ D
✅ So, Option A is correct
Now check each option logically:
Option B: g(h(D)) ⊇ D ❌
False. If D contains elements not in the image of f, those cannot appear in g(h(D)).
Option C: g(h(D)) ∩ D = ∅ ❌
False. In fact, g(h(D)) ⊆ D, so the intersection is generally non-empty.
Option D: g(h(D)) ∩ (B − D) ≠ ∅ ❌
False. Since g(h(D)) ⊆ D, it has no element in B − D.
✅ Final Answer: A is correct .