How to approach finding the closure of a setCalculate the closure and the interior of this setFormally prove...
What is Tony Stark injecting into himself in Iron Man 3?
Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?
Is every open circuit a capacitor?
Why would the IRS ask for birth certificates or even audit a small tax return?
How do we objectively assess if a dialogue sounds unnatural or cringy?
Practical reasons to have both a large police force and bounty hunting network?
Can a Mimic (container form) actually hold loot?
Why are special aircraft used for the carriers in the United States Navy?
Iron deposits mined from under the city
When to use the term transposed instead of modulation?
Rationale to prefer local variables over instance variables?
Affine transformation of circular arc in 3D
Is there such a thing in math the inverse of a sequence?
Are small insurances worth it
An Undercover Army
Should we avoid writing fiction about historical events without extensive research?
PTiJ: How should animals pray?
Remove object from array based on array of some property of that object
Is this nominative case or accusative case?
Learning to quickly identify valid fingering for piano?
The past tense for the quoting particle って
Was it really inappropriate to write a pull request for the company I interviewed with?
Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?
What is the purpose of a disclaimer like "this is not legal advice"?
How to approach finding the closure of a set
Calculate the closure and the interior of this setFormally prove the closure and interior of this setWhat is the closure of a circle under the order topology?Every open neighborhood of a point in the closure contains a point in the setIs a closed convex set $E$ in $mathbb{R}^n$ equal to the closure of its interior?The closure of $(0,1)$ in the lower-limit topology on $mathbb{R}$Let $A subset X$. Show that if $C$ is a closed set of $X$ and $C$ contains $A$, then $C$ contains the closure of $A$.Find the closure in $(mathbb{R}^2, tau)$ of the following sets.Prove the closure is closed and is contained in every closed setClosure of the set
$begingroup$
All I have found are various definitions of the clousure of a set. The only solving strategy I found was to intersect all closed subsets containing the subset whose closure I am looking for. However this does not help me out in my exercise in which I am asked to find the closure of $A$:
$$
A:=(Q cap (0,infty)) setminusleft{n^{-1} mid n in mathbb{N} right} text{ in } (0,infty)
$$
I have literally no idea how to approach this problem and did not find anything specific on the internet. Can someone please help me solving this?
real-analysis general-topology
New contributor
$endgroup$
add a comment |
$begingroup$
All I have found are various definitions of the clousure of a set. The only solving strategy I found was to intersect all closed subsets containing the subset whose closure I am looking for. However this does not help me out in my exercise in which I am asked to find the closure of $A$:
$$
A:=(Q cap (0,infty)) setminusleft{n^{-1} mid n in mathbb{N} right} text{ in } (0,infty)
$$
I have literally no idea how to approach this problem and did not find anything specific on the internet. Can someone please help me solving this?
real-analysis general-topology
New contributor
$endgroup$
$begingroup$
Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
$endgroup$
– José Carlos Santos
17 hours ago
add a comment |
$begingroup$
All I have found are various definitions of the clousure of a set. The only solving strategy I found was to intersect all closed subsets containing the subset whose closure I am looking for. However this does not help me out in my exercise in which I am asked to find the closure of $A$:
$$
A:=(Q cap (0,infty)) setminusleft{n^{-1} mid n in mathbb{N} right} text{ in } (0,infty)
$$
I have literally no idea how to approach this problem and did not find anything specific on the internet. Can someone please help me solving this?
real-analysis general-topology
New contributor
$endgroup$
All I have found are various definitions of the clousure of a set. The only solving strategy I found was to intersect all closed subsets containing the subset whose closure I am looking for. However this does not help me out in my exercise in which I am asked to find the closure of $A$:
$$
A:=(Q cap (0,infty)) setminusleft{n^{-1} mid n in mathbb{N} right} text{ in } (0,infty)
$$
I have literally no idea how to approach this problem and did not find anything specific on the internet. Can someone please help me solving this?
real-analysis general-topology
real-analysis general-topology
New contributor
New contributor
edited 16 hours ago
postmortes
2,10031222
2,10031222
New contributor
asked 17 hours ago
minitsminits
111
111
New contributor
New contributor
$begingroup$
Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
$endgroup$
– José Carlos Santos
17 hours ago
add a comment |
$begingroup$
Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
$endgroup$
– José Carlos Santos
17 hours ago
$begingroup$
Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
$endgroup$
– José Carlos Santos
17 hours ago
$begingroup$
Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
$endgroup$
– José Carlos Santos
17 hours ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Let $x in (0, +infty)$. Consider the sequence
$$u_n = frac{lfloor 10^nx rfloor}{10^n}$$
where $lfloor. rfloor$ denotes the floor function. You have
$$x- frac{1}{10^n} =frac{10^nx-1}{10^n} leq u_n leq frac{10^nx}{x} = x$$
so by comparison the sequence $(u_n)$ converges to $x$.
Now consider, for each $k$, consider the set $$A_k = leftlbrace n in mathbb{N}^* quad | quad frac{1}{n} in left(u_k, u_k + frac{1}{k} right) rightrbrace $$
This set is a subset of $mathbb{N}^*$, and therefore is either empty, either has a minimal element.
If $A_k$ is empty, let's define $v_k = u_k$.
If $A_k$ has a minimal element $n_0$, then define
$$v_k = max left( frac{u_k + frac{1}{n_0}}{2}, frac{frac{1}{n_0+1} + frac{1}{n_0}}{2} right)$$
I let you check that the sequence $(v_k)$ tends to $x$ and is composed of elements of $A$.
This would prove that the closure of $A$ is the entire $(0, +infty)$.
$endgroup$
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
});
}
});
minits is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3138865%2fhow-to-approach-finding-the-closure-of-a-set%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$
Let $x in (0, +infty)$. Consider the sequence
$$u_n = frac{lfloor 10^nx rfloor}{10^n}$$
where $lfloor. rfloor$ denotes the floor function. You have
$$x- frac{1}{10^n} =frac{10^nx-1}{10^n} leq u_n leq frac{10^nx}{x} = x$$
so by comparison the sequence $(u_n)$ converges to $x$.
Now consider, for each $k$, consider the set $$A_k = leftlbrace n in mathbb{N}^* quad | quad frac{1}{n} in left(u_k, u_k + frac{1}{k} right) rightrbrace $$
This set is a subset of $mathbb{N}^*$, and therefore is either empty, either has a minimal element.
If $A_k$ is empty, let's define $v_k = u_k$.
If $A_k$ has a minimal element $n_0$, then define
$$v_k = max left( frac{u_k + frac{1}{n_0}}{2}, frac{frac{1}{n_0+1} + frac{1}{n_0}}{2} right)$$
I let you check that the sequence $(v_k)$ tends to $x$ and is composed of elements of $A$.
This would prove that the closure of $A$ is the entire $(0, +infty)$.
$endgroup$
add a comment |
$begingroup$
Let $x in (0, +infty)$. Consider the sequence
$$u_n = frac{lfloor 10^nx rfloor}{10^n}$$
where $lfloor. rfloor$ denotes the floor function. You have
$$x- frac{1}{10^n} =frac{10^nx-1}{10^n} leq u_n leq frac{10^nx}{x} = x$$
so by comparison the sequence $(u_n)$ converges to $x$.
Now consider, for each $k$, consider the set $$A_k = leftlbrace n in mathbb{N}^* quad | quad frac{1}{n} in left(u_k, u_k + frac{1}{k} right) rightrbrace $$
This set is a subset of $mathbb{N}^*$, and therefore is either empty, either has a minimal element.
If $A_k$ is empty, let's define $v_k = u_k$.
If $A_k$ has a minimal element $n_0$, then define
$$v_k = max left( frac{u_k + frac{1}{n_0}}{2}, frac{frac{1}{n_0+1} + frac{1}{n_0}}{2} right)$$
I let you check that the sequence $(v_k)$ tends to $x$ and is composed of elements of $A$.
This would prove that the closure of $A$ is the entire $(0, +infty)$.
$endgroup$
add a comment |
$begingroup$
Let $x in (0, +infty)$. Consider the sequence
$$u_n = frac{lfloor 10^nx rfloor}{10^n}$$
where $lfloor. rfloor$ denotes the floor function. You have
$$x- frac{1}{10^n} =frac{10^nx-1}{10^n} leq u_n leq frac{10^nx}{x} = x$$
so by comparison the sequence $(u_n)$ converges to $x$.
Now consider, for each $k$, consider the set $$A_k = leftlbrace n in mathbb{N}^* quad | quad frac{1}{n} in left(u_k, u_k + frac{1}{k} right) rightrbrace $$
This set is a subset of $mathbb{N}^*$, and therefore is either empty, either has a minimal element.
If $A_k$ is empty, let's define $v_k = u_k$.
If $A_k$ has a minimal element $n_0$, then define
$$v_k = max left( frac{u_k + frac{1}{n_0}}{2}, frac{frac{1}{n_0+1} + frac{1}{n_0}}{2} right)$$
I let you check that the sequence $(v_k)$ tends to $x$ and is composed of elements of $A$.
This would prove that the closure of $A$ is the entire $(0, +infty)$.
$endgroup$
Let $x in (0, +infty)$. Consider the sequence
$$u_n = frac{lfloor 10^nx rfloor}{10^n}$$
where $lfloor. rfloor$ denotes the floor function. You have
$$x- frac{1}{10^n} =frac{10^nx-1}{10^n} leq u_n leq frac{10^nx}{x} = x$$
so by comparison the sequence $(u_n)$ converges to $x$.
Now consider, for each $k$, consider the set $$A_k = leftlbrace n in mathbb{N}^* quad | quad frac{1}{n} in left(u_k, u_k + frac{1}{k} right) rightrbrace $$
This set is a subset of $mathbb{N}^*$, and therefore is either empty, either has a minimal element.
If $A_k$ is empty, let's define $v_k = u_k$.
If $A_k$ has a minimal element $n_0$, then define
$$v_k = max left( frac{u_k + frac{1}{n_0}}{2}, frac{frac{1}{n_0+1} + frac{1}{n_0}}{2} right)$$
I let you check that the sequence $(v_k)$ tends to $x$ and is composed of elements of $A$.
This would prove that the closure of $A$ is the entire $(0, +infty)$.
answered 16 hours ago
TheSilverDoeTheSilverDoe
3,011112
3,011112
add a comment |
add a comment |
minits is a new contributor. Be nice, and check out our Code of Conduct.
minits is a new contributor. Be nice, and check out our Code of Conduct.
minits is a new contributor. Be nice, and check out our Code of Conduct.
minits is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3138865%2fhow-to-approach-finding-the-closure-of-a-set%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
$begingroup$
Welcome to MSE. For some basic information about writing mathematics at this site see, e.g., basic help on mathjax notation, mathjax tutorial and quick reference, main meta site math tutorial and equation editing how-to.
$endgroup$
– José Carlos Santos
17 hours ago