Is the set ${2,3,5}$ connected?
I read somewhere that a connected set in the digital line topology is a subset of consecutive integers. Recall that the digital line topology is a topology on $mathbb{Z}$ with basis elements ${n}$ for $n$ odd and ${n-1, n, n+1}$ for $n$ even. However, if we consider the set ${2,3,5}$, then this set must be disconnected based on the above statement, as it is missing the integer $4$. In order to show that this set is disconnected, we must show that it has a separation (or that it is the union of two disjoint nonempty open sets). ${5}$ is open in the digital line topology, as $5$ is odd. However, for the case of the set ${2,3}$ it's trickier. We can show that this set is not open, as we cannot construct an open neighborhood around ${2}$ such that the neighborhood is entirely contained in the two-tuple set. How do I show that this set is indeed disconnected?
general-topology connectedness
add a comment |
I read somewhere that a connected set in the digital line topology is a subset of consecutive integers. Recall that the digital line topology is a topology on $mathbb{Z}$ with basis elements ${n}$ for $n$ odd and ${n-1, n, n+1}$ for $n$ even. However, if we consider the set ${2,3,5}$, then this set must be disconnected based on the above statement, as it is missing the integer $4$. In order to show that this set is disconnected, we must show that it has a separation (or that it is the union of two disjoint nonempty open sets). ${5}$ is open in the digital line topology, as $5$ is odd. However, for the case of the set ${2,3}$ it's trickier. We can show that this set is not open, as we cannot construct an open neighborhood around ${2}$ such that the neighborhood is entirely contained in the two-tuple set. How do I show that this set is indeed disconnected?
general-topology connectedness
add a comment |
I read somewhere that a connected set in the digital line topology is a subset of consecutive integers. Recall that the digital line topology is a topology on $mathbb{Z}$ with basis elements ${n}$ for $n$ odd and ${n-1, n, n+1}$ for $n$ even. However, if we consider the set ${2,3,5}$, then this set must be disconnected based on the above statement, as it is missing the integer $4$. In order to show that this set is disconnected, we must show that it has a separation (or that it is the union of two disjoint nonempty open sets). ${5}$ is open in the digital line topology, as $5$ is odd. However, for the case of the set ${2,3}$ it's trickier. We can show that this set is not open, as we cannot construct an open neighborhood around ${2}$ such that the neighborhood is entirely contained in the two-tuple set. How do I show that this set is indeed disconnected?
general-topology connectedness
I read somewhere that a connected set in the digital line topology is a subset of consecutive integers. Recall that the digital line topology is a topology on $mathbb{Z}$ with basis elements ${n}$ for $n$ odd and ${n-1, n, n+1}$ for $n$ even. However, if we consider the set ${2,3,5}$, then this set must be disconnected based on the above statement, as it is missing the integer $4$. In order to show that this set is disconnected, we must show that it has a separation (or that it is the union of two disjoint nonempty open sets). ${5}$ is open in the digital line topology, as $5$ is odd. However, for the case of the set ${2,3}$ it's trickier. We can show that this set is not open, as we cannot construct an open neighborhood around ${2}$ such that the neighborhood is entirely contained in the two-tuple set. How do I show that this set is indeed disconnected?
general-topology connectedness
general-topology connectedness
asked Nov 28 at 22:50
Derek Adams
510413
510413
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The set ${2,3}$ is open, since it is equal to ${1,2,3}cap{2,3,5}$ and ${1,2,3}$ is open set in $mathbb Z$.
Such a simple oversight. Thank you.
– Derek Adams
Nov 28 at 22:58
add a comment |
To say that a subset is disconnected is to say that it is disconnected under the subspace topology. To show that ${2,3,5}$ is disconnected, you can show that it is a disjoint union of sets that are open under the subspace topology. Remember that a set $S$ is open under the subspace topology here if $S=Tcap{2,3,5}$ where $T$ is open in the original topology, in this case, the digital line topology. Then ${2,3,5}={2,3}cup {5}$, the former of which is open because ${2,3}={1,2,3}cap{2,3,5}$, and ${1,2,3}$ is open in the digital line topology, and the latter is open as you pointed out.
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%2f3017866%2fis-the-set-2-3-5-connected%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The set ${2,3}$ is open, since it is equal to ${1,2,3}cap{2,3,5}$ and ${1,2,3}$ is open set in $mathbb Z$.
Such a simple oversight. Thank you.
– Derek Adams
Nov 28 at 22:58
add a comment |
The set ${2,3}$ is open, since it is equal to ${1,2,3}cap{2,3,5}$ and ${1,2,3}$ is open set in $mathbb Z$.
Such a simple oversight. Thank you.
– Derek Adams
Nov 28 at 22:58
add a comment |
The set ${2,3}$ is open, since it is equal to ${1,2,3}cap{2,3,5}$ and ${1,2,3}$ is open set in $mathbb Z$.
The set ${2,3}$ is open, since it is equal to ${1,2,3}cap{2,3,5}$ and ${1,2,3}$ is open set in $mathbb Z$.
answered Nov 28 at 22:57
José Carlos Santos
148k22117218
148k22117218
Such a simple oversight. Thank you.
– Derek Adams
Nov 28 at 22:58
add a comment |
Such a simple oversight. Thank you.
– Derek Adams
Nov 28 at 22:58
Such a simple oversight. Thank you.
– Derek Adams
Nov 28 at 22:58
Such a simple oversight. Thank you.
– Derek Adams
Nov 28 at 22:58
add a comment |
To say that a subset is disconnected is to say that it is disconnected under the subspace topology. To show that ${2,3,5}$ is disconnected, you can show that it is a disjoint union of sets that are open under the subspace topology. Remember that a set $S$ is open under the subspace topology here if $S=Tcap{2,3,5}$ where $T$ is open in the original topology, in this case, the digital line topology. Then ${2,3,5}={2,3}cup {5}$, the former of which is open because ${2,3}={1,2,3}cap{2,3,5}$, and ${1,2,3}$ is open in the digital line topology, and the latter is open as you pointed out.
add a comment |
To say that a subset is disconnected is to say that it is disconnected under the subspace topology. To show that ${2,3,5}$ is disconnected, you can show that it is a disjoint union of sets that are open under the subspace topology. Remember that a set $S$ is open under the subspace topology here if $S=Tcap{2,3,5}$ where $T$ is open in the original topology, in this case, the digital line topology. Then ${2,3,5}={2,3}cup {5}$, the former of which is open because ${2,3}={1,2,3}cap{2,3,5}$, and ${1,2,3}$ is open in the digital line topology, and the latter is open as you pointed out.
add a comment |
To say that a subset is disconnected is to say that it is disconnected under the subspace topology. To show that ${2,3,5}$ is disconnected, you can show that it is a disjoint union of sets that are open under the subspace topology. Remember that a set $S$ is open under the subspace topology here if $S=Tcap{2,3,5}$ where $T$ is open in the original topology, in this case, the digital line topology. Then ${2,3,5}={2,3}cup {5}$, the former of which is open because ${2,3}={1,2,3}cap{2,3,5}$, and ${1,2,3}$ is open in the digital line topology, and the latter is open as you pointed out.
To say that a subset is disconnected is to say that it is disconnected under the subspace topology. To show that ${2,3,5}$ is disconnected, you can show that it is a disjoint union of sets that are open under the subspace topology. Remember that a set $S$ is open under the subspace topology here if $S=Tcap{2,3,5}$ where $T$ is open in the original topology, in this case, the digital line topology. Then ${2,3,5}={2,3}cup {5}$, the former of which is open because ${2,3}={1,2,3}cap{2,3,5}$, and ${1,2,3}$ is open in the digital line topology, and the latter is open as you pointed out.
answered Nov 28 at 22:58
Kevin Long
3,36621330
3,36621330
add a comment |
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%2f3017866%2fis-the-set-2-3-5-connected%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