Proving a function is bijective

schlynn
Messages
88
Reaction score
0
Mod note: Moved from a technical section, so missing the homework template.
Here is what I'm trying to prove.

Let f:A->B. If there are two functions g:B->A and h:B->A such that g(f(a))=a for every a in A and f(h(b))=b for every b in B, then f is bijective and g=h=f^(-1).

I think I have most the proof, I started by showing g(f(a))=a implies g o f(a)=a and that maps A->B->A all exactly once, and a similar argument shows f(h(b))=b implies that the mapping is B->A->B all exactly once again, and this seems like the definition of an inverse, so there for it's bijective? Is that the right way to approach this proof?
 
Last edited by a moderator:
Physics news on Phys.org
schlynn said:
Here is what I'm trying to prove.

Let f:A->B. If there are two functions g:B->A and h:B->A such that g(f(a))=a for every a in A and f(h(b))=b for every b in B, then f is bijective and g=h=f^(-1).

I think I have most the proof, I started by showing g(f(a))=a implies g o f(a)=a and that maps A->B->A all exactly once, and a similar argument shows f(h(b))=b implies that the mapping is B->A->B all exactly once again, and this seems like the definition of an inverse, so there for it's bijective? Is that the right way to approach this proof?

OK, to help you see where your intuition is leading you astray, let ##f:\mathbb{R}^{\geq0}\rightarrow\mathbb{R}## be given by ##f(x)=\sqrt{x}## and ##g:\mathbb{R}\rightarrow\mathbb{R}^{\geq0}## by ##g(x)=x^2##. Clearly ##g(f(a))=a## for all ##a\in\mathbb{R}^{\geq0}##, but ##f## is not bijective.

The point of the exercise is to show that the existence of ##g## and ##h## in tandem give that ##f## is a bijection, which then leads to ##g## and ##h## being inverses.
 
OK, I see where I went wrong, but how do I use the existence of g and h to show that the function is a bijection? It has to be injective and surjective, I know the definition of them but don't see how g and h show it's bijective. Can you point me in the right direction? Does 1 function show one property and the other function the other property? These types of proofs are new to me.
 
schlynn said:
Does 1 function show one property and the other function the other property?

Yes.

If ##f(a_1)=f(a_2)##, then ##g(f(a_1))=g(f(a_2))##, right?

Given ##b\in B##, you know that ##f(h(b))=b##, right?

I think that's the extent to which I can point you in the right direction.
 
Ok, I think I understand this now, so the first part shows injectivity and the second shows surjectivity, and the order of the composition changes to show that the sets your mapping actually allow for an inverse, and then bijectivity follows?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top