Classifying Functions from {1,2,3} to {1,2} and Finding Right Inverses

L²Cc
Messages
149
Reaction score
0

Homework Statement


List all the functions from {1,2,3} to {1,2} representing each function as an arrow
diagram. Which of these functions are (a) injective, (b) surjective, (c) bijective? For
each surjective function write down a right inverse.


Homework Equations



The Attempt at a Solution


The only one I can think of is,
f(x) = x - 1, where X is all real numbers,
and in the directions it specifically asks for functionS...
 
Physics news on Phys.org
You're think in terms of formulas of functions, when that isn't the direction you should go. In fact, function formulas have no role to play in this problem. Recall that a function is simply a mapping of members in one set to those of another set such that no member of the first set gets mapped to multiple members of the second set.

Look at your problem description again. You are supposed to be drawing arrows from the members of the first set, {1, 2, 3}, to the second set, {1, 2}. Look in your textbook or notes for the arrow diagrams that your problem refers to.
 
oh right right!
in other words,
f(1) = 1
f(2) = 2
f(3) = 2
functions f(2) and f(3) would have been injections had a and b in the following f(a) = f(b)were equal which is not the case here? Surjections have have the property that for every y in the codomain there is an x in the domain such that ƒ(x) = y, f(1) and f(2) surjections? Not f(3) because it maps to the same element in the range as f(2) ?

Thank you.
 
Your f is surjective since every element in the codomain are in the image of f. It is not injective since it f(2)=f(3), and therefore is not a bijection.

Recall that a function is injective or one to one if all elements in the domain map to unique elements of the codomain. A function is surjective or onto if all elements from the codomain are covered. An a bijection is a function that is both an injection and a surjection.
 
Last edited:
Makes sense. Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top