Let f:$A to B$ and $g:B to A$. Prove that…
$begingroup$
Let $f:Ato B$ and $g:B to A$. Prove that $f$ is one-to-one and onto if $f∘g$ is one-to-one and $g∘f$ is onto.
I realize the logic behind it, I realize $g∘f:B to B$ being surjective (onto) implies that everything in $B$ is being hit. Now $f∘g:A to A$ being injective means that there exists only one path from $A$ to $A$. I am just not sure how to combine the information to show that $f$ is bijective.
elementary-set-theory
$endgroup$
add a comment |
$begingroup$
Let $f:Ato B$ and $g:B to A$. Prove that $f$ is one-to-one and onto if $f∘g$ is one-to-one and $g∘f$ is onto.
I realize the logic behind it, I realize $g∘f:B to B$ being surjective (onto) implies that everything in $B$ is being hit. Now $f∘g:A to A$ being injective means that there exists only one path from $A$ to $A$. I am just not sure how to combine the information to show that $f$ is bijective.
elementary-set-theory
$endgroup$
add a comment |
$begingroup$
Let $f:Ato B$ and $g:B to A$. Prove that $f$ is one-to-one and onto if $f∘g$ is one-to-one and $g∘f$ is onto.
I realize the logic behind it, I realize $g∘f:B to B$ being surjective (onto) implies that everything in $B$ is being hit. Now $f∘g:A to A$ being injective means that there exists only one path from $A$ to $A$. I am just not sure how to combine the information to show that $f$ is bijective.
elementary-set-theory
$endgroup$
Let $f:Ato B$ and $g:B to A$. Prove that $f$ is one-to-one and onto if $f∘g$ is one-to-one and $g∘f$ is onto.
I realize the logic behind it, I realize $g∘f:B to B$ being surjective (onto) implies that everything in $B$ is being hit. Now $f∘g:A to A$ being injective means that there exists only one path from $A$ to $A$. I am just not sure how to combine the information to show that $f$ is bijective.
elementary-set-theory
elementary-set-theory
edited Jan 27 at 1:12
Andrés E. Caicedo
65.8k8160251
65.8k8160251
asked Jan 27 at 0:34


ragnvaldr.jsragnvaldr.js
85
85
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If $f circ g$ is injective, $g$ has to be injective. Indeed, let $g(a) = g(b)$. Then $(f circ g)(a) = (f circ g)(b)$ and by the injectivity of $f circ g$, $a = b$. Similarly, surjectivity of $g circ f$ implies surjectivity of $g$. Hence $g$ is bijective. Now apply $g^{-1}$ to see that $f$ is also bijective.
$endgroup$
$begingroup$
What do you mean by "apply g inverse"?
$endgroup$
– ragnvaldr.js
Jan 27 at 0:47
$begingroup$
Consider $f = f circ g circ g^{-1} = g^{-1} circ g circ f$.
$endgroup$
– Klaus
Jan 27 at 0:49
$begingroup$
I haven't seen that before. I knew how to prove it for g, but that last step was what I was missing. Thanks.
$endgroup$
– ragnvaldr.js
Jan 27 at 0:52
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3088976%2flet-fa-to-b-and-gb-to-a-prove-that%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If $f circ g$ is injective, $g$ has to be injective. Indeed, let $g(a) = g(b)$. Then $(f circ g)(a) = (f circ g)(b)$ and by the injectivity of $f circ g$, $a = b$. Similarly, surjectivity of $g circ f$ implies surjectivity of $g$. Hence $g$ is bijective. Now apply $g^{-1}$ to see that $f$ is also bijective.
$endgroup$
$begingroup$
What do you mean by "apply g inverse"?
$endgroup$
– ragnvaldr.js
Jan 27 at 0:47
$begingroup$
Consider $f = f circ g circ g^{-1} = g^{-1} circ g circ f$.
$endgroup$
– Klaus
Jan 27 at 0:49
$begingroup$
I haven't seen that before. I knew how to prove it for g, but that last step was what I was missing. Thanks.
$endgroup$
– ragnvaldr.js
Jan 27 at 0:52
add a comment |
$begingroup$
If $f circ g$ is injective, $g$ has to be injective. Indeed, let $g(a) = g(b)$. Then $(f circ g)(a) = (f circ g)(b)$ and by the injectivity of $f circ g$, $a = b$. Similarly, surjectivity of $g circ f$ implies surjectivity of $g$. Hence $g$ is bijective. Now apply $g^{-1}$ to see that $f$ is also bijective.
$endgroup$
$begingroup$
What do you mean by "apply g inverse"?
$endgroup$
– ragnvaldr.js
Jan 27 at 0:47
$begingroup$
Consider $f = f circ g circ g^{-1} = g^{-1} circ g circ f$.
$endgroup$
– Klaus
Jan 27 at 0:49
$begingroup$
I haven't seen that before. I knew how to prove it for g, but that last step was what I was missing. Thanks.
$endgroup$
– ragnvaldr.js
Jan 27 at 0:52
add a comment |
$begingroup$
If $f circ g$ is injective, $g$ has to be injective. Indeed, let $g(a) = g(b)$. Then $(f circ g)(a) = (f circ g)(b)$ and by the injectivity of $f circ g$, $a = b$. Similarly, surjectivity of $g circ f$ implies surjectivity of $g$. Hence $g$ is bijective. Now apply $g^{-1}$ to see that $f$ is also bijective.
$endgroup$
If $f circ g$ is injective, $g$ has to be injective. Indeed, let $g(a) = g(b)$. Then $(f circ g)(a) = (f circ g)(b)$ and by the injectivity of $f circ g$, $a = b$. Similarly, surjectivity of $g circ f$ implies surjectivity of $g$. Hence $g$ is bijective. Now apply $g^{-1}$ to see that $f$ is also bijective.
answered Jan 27 at 0:42
KlausKlaus
2,732113
2,732113
$begingroup$
What do you mean by "apply g inverse"?
$endgroup$
– ragnvaldr.js
Jan 27 at 0:47
$begingroup$
Consider $f = f circ g circ g^{-1} = g^{-1} circ g circ f$.
$endgroup$
– Klaus
Jan 27 at 0:49
$begingroup$
I haven't seen that before. I knew how to prove it for g, but that last step was what I was missing. Thanks.
$endgroup$
– ragnvaldr.js
Jan 27 at 0:52
add a comment |
$begingroup$
What do you mean by "apply g inverse"?
$endgroup$
– ragnvaldr.js
Jan 27 at 0:47
$begingroup$
Consider $f = f circ g circ g^{-1} = g^{-1} circ g circ f$.
$endgroup$
– Klaus
Jan 27 at 0:49
$begingroup$
I haven't seen that before. I knew how to prove it for g, but that last step was what I was missing. Thanks.
$endgroup$
– ragnvaldr.js
Jan 27 at 0:52
$begingroup$
What do you mean by "apply g inverse"?
$endgroup$
– ragnvaldr.js
Jan 27 at 0:47
$begingroup$
What do you mean by "apply g inverse"?
$endgroup$
– ragnvaldr.js
Jan 27 at 0:47
$begingroup$
Consider $f = f circ g circ g^{-1} = g^{-1} circ g circ f$.
$endgroup$
– Klaus
Jan 27 at 0:49
$begingroup$
Consider $f = f circ g circ g^{-1} = g^{-1} circ g circ f$.
$endgroup$
– Klaus
Jan 27 at 0:49
$begingroup$
I haven't seen that before. I knew how to prove it for g, but that last step was what I was missing. Thanks.
$endgroup$
– ragnvaldr.js
Jan 27 at 0:52
$begingroup$
I haven't seen that before. I knew how to prove it for g, but that last step was what I was missing. Thanks.
$endgroup$
– ragnvaldr.js
Jan 27 at 0:52
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3088976%2flet-fa-to-b-and-gb-to-a-prove-that%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown