f: X → Y, A ⊆ X and B ⊆ X
X = {1, 2}, Y = {0}
A = {1}
B = {2}
Function f: X → Y takes values: f(a) = f(b) = 0.
f(A\B) = f(A) ={0}, but f(A)\f(B) = ∅.
- I'm trying to make the containment fail by showing the f is not injective. By the definition of injectivity, this means that f(a1) = f(a2), then a1 ≠ a2 or also by contrapositive f(a1) ≠ f(a2), then a1 = a2.
Let me know what you think of the numerical calculation. Any alternative approaches are welcomed too!