Saved Bookmarks
| 1. |
Let A = {1, 2, 3}, B = {4, 5, 6, 7} and let f = {(1,4), (2,5), (3,6)} be a function from A to B. Show that f is one-one. |
|
Answer» x1, x2 ∈ A, f (x1) = f (x2) ⇒ x1 = x2 ∴ hence one-one f(1) = 4, f(2) = 5, f(3) ≠ R, hence f is one-one. |
|