Supremum of Supremum over same variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Switching order of supremum for doubly indexed sequence?Supremum over a sequence with two indicesWhy is the expectation of essential supremum equal the supremum of expectationsInfimum and Supremum the sameDouble supremum over a function of two variablesApproximating supremum over countable set by suprema over finite setsTwo different supremum, are they the same?Convergence of a sequence over supremumSupremum of expected value over equivalent measuresessential supremum and supremum for stochastic processes.Supremum of a polynomial over reals

How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?

"is" operation returns false even though two objects have same id

Make it rain characters

Keeping a retro style to sci-fi spaceships?

Working through the single responsibility principle (SRP) in Python when calls are expensive

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?

Could an empire control the whole planet with today's comunication methods?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

What can I do if neighbor is blocking my solar panels intentionally?

Loose spokes after only a few rides

Do warforged have souls?

Variable with quotation marks "$()"

University's motivation for having tenure-track positions

Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?

Does Parliament hold absolute power in the UK?

Student Loan from years ago pops up and is taking my salary

What do I do when my TA workload is more than expected?

How to handle characters who are more educated than the author?

What happens to a Warlock's expended Spell Slots when they gain a Level?

"... to apply for a visa" or "... and applied for a visa"?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

How to read αἱμύλιος or when to aspirate

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Can the DM override racial traits?



Supremum of Supremum over same variable



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Switching order of supremum for doubly indexed sequence?Supremum over a sequence with two indicesWhy is the expectation of essential supremum equal the supremum of expectationsInfimum and Supremum the sameDouble supremum over a function of two variablesApproximating supremum over countable set by suprema over finite setsTwo different supremum, are they the same?Convergence of a sequence over supremumSupremum of expected value over equivalent measuresessential supremum and supremum for stochastic processes.Supremum of a polynomial over reals










0












$begingroup$


I am wondering if when taking the supremum twice of a function over the same variable, if the outer supremum is redundant/has no effect. I know in the case of two variables/indices that the nested supremum is meaningful (Switching order of supremum for doubly indexed sequence?), but I can't tell how to interpret this properly:



beginalign
sup_alpha in mathcalB Large[ sup_alpha in mathcalC f(alpha) Large]
endalign



I was thinking that the first supremum would make it so that the function value is evaluated, and thus the outer supremum is $sup_alpha in mathcalB [c] = c$, where $c$ is the constant that results from the evaluating the first supremum.



If the above is incorrect, then I'm wondering how the supremums could be manipulated, such as switching their orders or possibly leading to the supremum of the union of $mathcalB$ & $mathcalC$.



Thanks for the help!










share|cite|improve this question









$endgroup$











  • $begingroup$
    in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 3:35










  • $begingroup$
    Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
    $endgroup$
    – Slade
    Mar 25 at 15:22










  • $begingroup$
    No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 23:45
















0












$begingroup$


I am wondering if when taking the supremum twice of a function over the same variable, if the outer supremum is redundant/has no effect. I know in the case of two variables/indices that the nested supremum is meaningful (Switching order of supremum for doubly indexed sequence?), but I can't tell how to interpret this properly:



beginalign
sup_alpha in mathcalB Large[ sup_alpha in mathcalC f(alpha) Large]
endalign



I was thinking that the first supremum would make it so that the function value is evaluated, and thus the outer supremum is $sup_alpha in mathcalB [c] = c$, where $c$ is the constant that results from the evaluating the first supremum.



If the above is incorrect, then I'm wondering how the supremums could be manipulated, such as switching their orders or possibly leading to the supremum of the union of $mathcalB$ & $mathcalC$.



Thanks for the help!










share|cite|improve this question









$endgroup$











  • $begingroup$
    in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 3:35










  • $begingroup$
    Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
    $endgroup$
    – Slade
    Mar 25 at 15:22










  • $begingroup$
    No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 23:45














0












0








0





$begingroup$


I am wondering if when taking the supremum twice of a function over the same variable, if the outer supremum is redundant/has no effect. I know in the case of two variables/indices that the nested supremum is meaningful (Switching order of supremum for doubly indexed sequence?), but I can't tell how to interpret this properly:



beginalign
sup_alpha in mathcalB Large[ sup_alpha in mathcalC f(alpha) Large]
endalign



I was thinking that the first supremum would make it so that the function value is evaluated, and thus the outer supremum is $sup_alpha in mathcalB [c] = c$, where $c$ is the constant that results from the evaluating the first supremum.



If the above is incorrect, then I'm wondering how the supremums could be manipulated, such as switching their orders or possibly leading to the supremum of the union of $mathcalB$ & $mathcalC$.



Thanks for the help!










share|cite|improve this question









$endgroup$




I am wondering if when taking the supremum twice of a function over the same variable, if the outer supremum is redundant/has no effect. I know in the case of two variables/indices that the nested supremum is meaningful (Switching order of supremum for doubly indexed sequence?), but I can't tell how to interpret this properly:



beginalign
sup_alpha in mathcalB Large[ sup_alpha in mathcalC f(alpha) Large]
endalign



I was thinking that the first supremum would make it so that the function value is evaluated, and thus the outer supremum is $sup_alpha in mathcalB [c] = c$, where $c$ is the constant that results from the evaluating the first supremum.



If the above is incorrect, then I'm wondering how the supremums could be manipulated, such as switching their orders or possibly leading to the supremum of the union of $mathcalB$ & $mathcalC$.



Thanks for the help!







real-analysis stochastic-processes






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 24 at 18:46









SladeSlade

83111




83111











  • $begingroup$
    in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 3:35










  • $begingroup$
    Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
    $endgroup$
    – Slade
    Mar 25 at 15:22










  • $begingroup$
    No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 23:45

















  • $begingroup$
    in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 3:35










  • $begingroup$
    Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
    $endgroup$
    – Slade
    Mar 25 at 15:22










  • $begingroup$
    No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 23:45
















$begingroup$
in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
$endgroup$
– Paul Sinclair
Mar 25 at 3:35




$begingroup$
in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
$endgroup$
– Paul Sinclair
Mar 25 at 3:35












$begingroup$
Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
$endgroup$
– Slade
Mar 25 at 15:22




$begingroup$
Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
$endgroup$
– Slade
Mar 25 at 15:22












$begingroup$
No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
$endgroup$
– Paul Sinclair
Mar 25 at 23:45





$begingroup$
No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
$endgroup$
– Paul Sinclair
Mar 25 at 23:45











1 Answer
1






active

oldest

votes


















1












$begingroup$

$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31











Your Answer








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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3160868%2fsupremum-of-supremum-over-same-variable%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









1












$begingroup$

$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31















1












$begingroup$

$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31













1












1








1





$begingroup$

$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.






share|cite|improve this answer









$endgroup$



$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Mar 26 at 0:15









Paul SinclairPaul Sinclair

20.8k21543




20.8k21543











  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31
















  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31















$begingroup$
Thanks a lot for the detailed answer. I get what you were saying in the comments now!
$endgroup$
– Slade
Mar 26 at 15:31




$begingroup$
Thanks a lot for the detailed answer. I get what you were saying in the comments now!
$endgroup$
– Slade
Mar 26 at 15:31

















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3160868%2fsupremum-of-supremum-over-same-variable%23new-answer', 'question_page');

);

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







Popular posts from this blog

Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers