Thoughts on this Inverse Bijection Proof

AI Thread Summary
The discussion centers on proving that the inverse of a one-to-one function is also a one-to-one correspondence. Participants clarify that a function f:X→Y is injective if f(a)=f(b) implies a=b, and they explore the proof for the injectiveness and surjectiveness of the inverse function f^{-1}. One participant expresses confusion about demonstrating surjectiveness but receives clarification on how to show that for every x in X, there exists a corresponding y in Y such that f^{-1}(y)=x. The conversation also transitions to a related exercise on the composition of onto functions, emphasizing the need to establish that g∘f:X→Z is onto. Overall, the thread highlights the intricacies of proving properties of bijections and the importance of clear definitions in mathematical proofs.
blindgibson27
Messages
7
Reaction score
0
attachment.php?attachmentid=54893&stc=1&d=1358739001.png


Is this sufficient?
 

Attachments

  • Bijection Proof.png
    Bijection Proof.png
    4.3 KB · Views: 1,678
Physics news on Phys.org
What are you trying to prove, exactly? These just look like definitions to me, in which case a much simpler description of a one-to-one function would be as follows: A function f:X \rightarrow Y is an injection if, \forall a,b \in X, \ f(a) = f(b) \implies a = b.
 
It is to proof that the inverse is a one-to-one correspondence. I think I get what you are saying though about it looking as a definition rather than a proof.

How about this..

Let f:X\rightarrow Y be a one to one correspondence, show f^{-1}:Y\rightarrow X is a one to one correspondence.

\exists x_{1},x_{2} \in X \mid f(x_{1}) = f(x_{2}) \Leftrightarrow x_{1}=x_{2}

furthermore, f^{-1}(f(x_{1})) = f^{-1}(f(x_{2})) \Rightarrow f^{-1}(x_{1}) = f^{-1}(x_{1}) (by definition of function f and one to one)

kind of stumped from this point on..
I may want to transfer this post over to the homework section though, I did post to just get a confirmation on my thoughts on bijection but it is now turning into something a bit more specific than that
 
Your proof that f^{-1} is injective is correct. Your proof that it is surjective does not look to me like it actually says anything!

You want to prove that, if x\in X then there exist y\in Y such that f^{-1}(y)= x.

Given x\in X, let y= f(x). Then it follows that f^{-1}(y)= f^{-1}(f(x))= x.
 
That makes a lot of sense and I am following that thought process, thank you for clearing that up for me. I was just stumped on the direction of the onto.
 
In the same light, these are my thoughts on my next exercise. If I have this wrong I may need to solidify my idea on the concept a bit more.

It reads: Show that if f:X \rightarrow Y is onto Y, and g: Y \rightarrow Z is onto Z, then g \circ f:X \rightarrow Z is onto ZPrf
Given y \in Y, let y = g^{-1}(z) and x = f^{-1}(y)
\forall z \in Z, f^{-1}(g^{-1}(z)) = f^{-1}(y) = x
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top