Defining a universal property
I was recently introduced to category theory and am looking to verify (proof?) a universal property from a diagram as shown.
In this example, the description says:
Take a topological space covered by two open subsets: $X = U cup V$. The diagram of inclusion maps has a universal property in the world of topological spaces and continuous maps.
Attempt at verifying a universal property:
Let $f: U → Y$ and
$g : V → Y$ be any continuous functions so that $f circ i$ = $g circ j$. Then there exists a unique continuous function $h : X → Y$ such that $h circ i' =g$ and $h circ j' = f$ so that the diagram commutes.
I'd appreciate if someone could guide me on the right track towards my first verification of universal property.
category-theory definition universal-property
add a comment |
I was recently introduced to category theory and am looking to verify (proof?) a universal property from a diagram as shown.
In this example, the description says:
Take a topological space covered by two open subsets: $X = U cup V$. The diagram of inclusion maps has a universal property in the world of topological spaces and continuous maps.
Attempt at verifying a universal property:
Let $f: U → Y$ and
$g : V → Y$ be any continuous functions so that $f circ i$ = $g circ j$. Then there exists a unique continuous function $h : X → Y$ such that $h circ i' =g$ and $h circ j' = f$ so that the diagram commutes.
I'd appreciate if someone could guide me on the right track towards my first verification of universal property.
category-theory definition universal-property
add a comment |
I was recently introduced to category theory and am looking to verify (proof?) a universal property from a diagram as shown.
In this example, the description says:
Take a topological space covered by two open subsets: $X = U cup V$. The diagram of inclusion maps has a universal property in the world of topological spaces and continuous maps.
Attempt at verifying a universal property:
Let $f: U → Y$ and
$g : V → Y$ be any continuous functions so that $f circ i$ = $g circ j$. Then there exists a unique continuous function $h : X → Y$ such that $h circ i' =g$ and $h circ j' = f$ so that the diagram commutes.
I'd appreciate if someone could guide me on the right track towards my first verification of universal property.
category-theory definition universal-property
I was recently introduced to category theory and am looking to verify (proof?) a universal property from a diagram as shown.
In this example, the description says:
Take a topological space covered by two open subsets: $X = U cup V$. The diagram of inclusion maps has a universal property in the world of topological spaces and continuous maps.
Attempt at verifying a universal property:
Let $f: U → Y$ and
$g : V → Y$ be any continuous functions so that $f circ i$ = $g circ j$. Then there exists a unique continuous function $h : X → Y$ such that $h circ i' =g$ and $h circ j' = f$ so that the diagram commutes.
I'd appreciate if someone could guide me on the right track towards my first verification of universal property.
category-theory definition universal-property
category-theory definition universal-property
asked Sep 21 '17 at 19:36
misheekoh
444318
444318
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you have continuous functions $f: Uto Y$ and $g: Vto Y$ you can define $h:Ucup Vto Y$ as follows
$$
h(x)=begin{cases}
f(x) & xin U\
g(x) & xin V
end{cases}
$$
I'll leave it to you to show that, given the conditions of your problem, $h$ is well-defined and continuous.
In the more general language of category theory, your diagram is a special case of a pushout (look here) in the category of topological spaces.
Thanks for ur input! Much appreciated.
– misheekoh
Sep 21 '17 at 19:58
Could you define what u mean by "well-defined"
– misheekoh
Sep 21 '17 at 20:01
1
The way I defined $h$, it is not necessarily a function. Take a point $xin Ucap V$. Then where does $x$ go? $f(x)$ or $g(x)$? If $f(x)neq g(x)$ for some point $xin Ucap V$, then $h$ is not a function. You need to check, therefore, that this does not happen.
– Hamed
Sep 21 '17 at 20:02
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%2f2439374%2fdefining-a-universal-property%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
If you have continuous functions $f: Uto Y$ and $g: Vto Y$ you can define $h:Ucup Vto Y$ as follows
$$
h(x)=begin{cases}
f(x) & xin U\
g(x) & xin V
end{cases}
$$
I'll leave it to you to show that, given the conditions of your problem, $h$ is well-defined and continuous.
In the more general language of category theory, your diagram is a special case of a pushout (look here) in the category of topological spaces.
Thanks for ur input! Much appreciated.
– misheekoh
Sep 21 '17 at 19:58
Could you define what u mean by "well-defined"
– misheekoh
Sep 21 '17 at 20:01
1
The way I defined $h$, it is not necessarily a function. Take a point $xin Ucap V$. Then where does $x$ go? $f(x)$ or $g(x)$? If $f(x)neq g(x)$ for some point $xin Ucap V$, then $h$ is not a function. You need to check, therefore, that this does not happen.
– Hamed
Sep 21 '17 at 20:02
add a comment |
If you have continuous functions $f: Uto Y$ and $g: Vto Y$ you can define $h:Ucup Vto Y$ as follows
$$
h(x)=begin{cases}
f(x) & xin U\
g(x) & xin V
end{cases}
$$
I'll leave it to you to show that, given the conditions of your problem, $h$ is well-defined and continuous.
In the more general language of category theory, your diagram is a special case of a pushout (look here) in the category of topological spaces.
Thanks for ur input! Much appreciated.
– misheekoh
Sep 21 '17 at 19:58
Could you define what u mean by "well-defined"
– misheekoh
Sep 21 '17 at 20:01
1
The way I defined $h$, it is not necessarily a function. Take a point $xin Ucap V$. Then where does $x$ go? $f(x)$ or $g(x)$? If $f(x)neq g(x)$ for some point $xin Ucap V$, then $h$ is not a function. You need to check, therefore, that this does not happen.
– Hamed
Sep 21 '17 at 20:02
add a comment |
If you have continuous functions $f: Uto Y$ and $g: Vto Y$ you can define $h:Ucup Vto Y$ as follows
$$
h(x)=begin{cases}
f(x) & xin U\
g(x) & xin V
end{cases}
$$
I'll leave it to you to show that, given the conditions of your problem, $h$ is well-defined and continuous.
In the more general language of category theory, your diagram is a special case of a pushout (look here) in the category of topological spaces.
If you have continuous functions $f: Uto Y$ and $g: Vto Y$ you can define $h:Ucup Vto Y$ as follows
$$
h(x)=begin{cases}
f(x) & xin U\
g(x) & xin V
end{cases}
$$
I'll leave it to you to show that, given the conditions of your problem, $h$ is well-defined and continuous.
In the more general language of category theory, your diagram is a special case of a pushout (look here) in the category of topological spaces.
edited Nov 20 '18 at 5:09
answered Sep 21 '17 at 19:53
Hamed
4,758521
4,758521
Thanks for ur input! Much appreciated.
– misheekoh
Sep 21 '17 at 19:58
Could you define what u mean by "well-defined"
– misheekoh
Sep 21 '17 at 20:01
1
The way I defined $h$, it is not necessarily a function. Take a point $xin Ucap V$. Then where does $x$ go? $f(x)$ or $g(x)$? If $f(x)neq g(x)$ for some point $xin Ucap V$, then $h$ is not a function. You need to check, therefore, that this does not happen.
– Hamed
Sep 21 '17 at 20:02
add a comment |
Thanks for ur input! Much appreciated.
– misheekoh
Sep 21 '17 at 19:58
Could you define what u mean by "well-defined"
– misheekoh
Sep 21 '17 at 20:01
1
The way I defined $h$, it is not necessarily a function. Take a point $xin Ucap V$. Then where does $x$ go? $f(x)$ or $g(x)$? If $f(x)neq g(x)$ for some point $xin Ucap V$, then $h$ is not a function. You need to check, therefore, that this does not happen.
– Hamed
Sep 21 '17 at 20:02
Thanks for ur input! Much appreciated.
– misheekoh
Sep 21 '17 at 19:58
Thanks for ur input! Much appreciated.
– misheekoh
Sep 21 '17 at 19:58
Could you define what u mean by "well-defined"
– misheekoh
Sep 21 '17 at 20:01
Could you define what u mean by "well-defined"
– misheekoh
Sep 21 '17 at 20:01
1
1
The way I defined $h$, it is not necessarily a function. Take a point $xin Ucap V$. Then where does $x$ go? $f(x)$ or $g(x)$? If $f(x)neq g(x)$ for some point $xin Ucap V$, then $h$ is not a function. You need to check, therefore, that this does not happen.
– Hamed
Sep 21 '17 at 20:02
The way I defined $h$, it is not necessarily a function. Take a point $xin Ucap V$. Then where does $x$ go? $f(x)$ or $g(x)$? If $f(x)neq g(x)$ for some point $xin Ucap V$, then $h$ is not a function. You need to check, therefore, that this does not happen.
– Hamed
Sep 21 '17 at 20:02
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f2439374%2fdefining-a-universal-property%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