Composition of Maps HW: Show f Injective & Bijective

  • Thread starter Thread starter roam
  • Start date Start date
  • Tags Tags
    Composition
roam
Messages
1,265
Reaction score
12

Homework Statement


Let A,B be sets and let f:A \rightarrow B and g,h:B \rightarrow A be functions.

(1) Suppose h o f is an injective map from A to itself. Show that f is injective.

(2) Suppose now that f o g = 1_{B} and hof = 1_{A}. Show that f is bijective and g=h.

P.S. given that f is surjective.

Homework Equations




The Attempt at a Solution



(1) h o f is 1-1 \Leftrightarrow \forall a,a' \in A such that a \neq a', h o f(a) \neq h o f(a')

\Leftrightarrow h(f(a)) \neq h(f(a'))

\Leftrightarrow f(a) \neq f(a')

I'm fine with part (1)

(2) I need some help to write a proper proof for this one.

f is an injective map from my previus work in part (1), I also think h \circ f = 1_A but I don't know how to justify this. (1_A & 1_b notation represents the identity).

f is surjective, if it is not, then f o g also isn't surjective, but f \circ g = 1_B is surjective.
Further, we have g= 1_A \circ g=h \circ f \circ g=h \circ 1_B=h, since composition of functions is associative.

Any help is appreciated! This is VERY urgent!
 
Physics news on Phys.org
roam said:

Homework Statement


Let A,B be sets and let f:A \rightarrow B and g,h:B \rightarrow A be functions.

(1) Suppose h o f is an injective map from A to itself. Show that f is injective.

(2) Suppose now that f o g = 1_{B} and hof = 1_{A}. Show that f is bijective and g=h.

P.S. given that f is surjective.

Homework Equations




The Attempt at a Solution



(1) h o f is 1-1 \Leftrightarrow \forall a,a' \in A such that a \neq a', h o f(a) \neq h o f(a')

\Leftrightarrow h(f(a)) \neq h(f(a'))

\Leftrightarrow f(a) \neq f(a')

I'm fine with part (1)

(2) I need some help to write a proper proof for this one.

f is an injective map from my previus work in part (1), I also think h \circ f = 1_A but I don't know how to justify this.
You say you are given that h \circ f= 1_A, you don't need to prove it!

(1_A & 1_b notation represents the identity).

f is surjective, if it is not, then f o g also isn't surjective, but f \circ g = 1_B is surjective.
Again, you say you are given that f is surjective!

Further, we have g= 1_A \circ g=h \circ f \circ g=h \circ 1_B=h, since composition of functions is associative.

Any help is appreciated! This is VERY urgent!
 
But I still need to prove this:

(2) Suppose now that f o g = 1_{B} and hof = 1_{A}. Show that f is bijective and g=h.

I don't know what to write down as the "proof"...
 
roam said:
But I still need to prove this:



I don't know what to write down as the "proof"...

f is bijective if it is injective and surjective (which I believe you showed). The proof of g = h you already did (owing to associativity of composition).

In your proof of part (1), I'd be careful with your implication arrows. They all go to the right just fine, only some go to the left. There is no need to explore the leftward implications. You only need to show a \neq a' \Rightarrow f(a) \neq f(a').

--Elucidus
 
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