Saved Bookmarks
| 1. |
Show that if f : A → B and g : B → C are one-one, then gof : A → C is also one-one. |
|
Answer» Suppose gof (x1) = gof (x2) ⇒ g(f (x1)) = g(f(x2)) ⇒ f(x1) = f (x2), as g is one-one ⇒ x1 = x2, as f is one-one Hence, gof is one-one. |
|