MHB Prove Injectivity & Surjectivity of Composite Application f

AI Thread Summary
The discussion focuses on proving that a function f from E to E, satisfying f∘f∘f = f, is both injective and surjective. It begins by assuming f is injective and demonstrates that this leads to f being surjective by showing f(f(e)) = e for all e in E. Conversely, assuming f is surjective allows for the conclusion that f must also be injective, using the property that if f(x) = f(y), then x must equal y. The participants express gratitude for the clarity provided in the proof process. The discussion effectively outlines the equivalence of injectivity and surjectivity for the given function.
fatineouahbi
Messages
10
Reaction score
0
Let f be an application from E to E (E≠∅) such that f∘f∘f = f
Prove f is an injection ⇔ f is a surjection


I honestly have no idea how to start and I'd love to know the answer before my math exam tomorrow morning (Thinking)
 
Physics news on Phys.org
Suppose $f$ is an injection. Show that for all $e\in E$, $f(f(e))= e$. This will prove $f$ is a surjection.

Now suppose $f$ is a surjection and $f(x) = f(y)$. Let $z,w\in E$ such that $f(z) = x$ and $f(w) = y$. Then $$x = f(z) = f(f(f(z))) = f(f(x)) = f(f(y)) = f(f(f(w))) = f(w) = y $$

Hence, $f$ is an injection.
 
Hello Euge ,
I never would've thought of that ,thank you so much for your help !
 
Back
Top