2
496views
Consider f:{1,2,3}→{a,b,c} given by f(1)=a,f(2)=b and f(3)=c. Find f−1 and show that (f−1)−1=f.
1 Answer
written 2.9 years ago by | • modified 2.9 years ago |
Solution:
If we define g:{a,b,c}→{1,2,3} as g(a)=1,g(b)=2,g(c)=3, then we have:
(f∘g)(a)=f(g(a))=f(1)=a(f∘g)(b)=f(g(b))=f(2)=b(f∘g)(c)=f(g(c))=f(3)=c
And,
(g∘f)(1)=g(f(1))=g(a)=1(g∘f)(2)=g(f(2))=g(b)=2(g∘f)(3)=g(f(3))=g(c)=3
$ \therefore …