How do I prove $ lfloor f(n) rfloor approx f(n), forall f:N rightarrow R$? 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)Prove that $lfloorlfloor x/2 rfloor / 2 rfloor = lfloor x/4 rfloor$Prove that $lfloor an rfloor +lfloor (1-a)n rfloor = n-1 $Evaluate $lfloor fracxm rfloor + lfloor fracx+1m rfloor + dots + lfloor fracx+m-1m rfloor $Prove that $leftlfloor lfloor x/2rfloor/2 rightrfloor=lfloor x/4rfloor$ for all $x$.Writting a proof for $lfloor 4x rfloor = lfloor x+1/4 rfloor + lfloor x+1/2 rfloor + lfloor x+3/4 rfloor + lfloor x rfloor$$lfloor sqrtlceil x rceil rfloor = lfloor sqrtx rfloor, forall x in mathbbR$For all $x$ which are real numbers, prove that $lfloor 2xrfloor = lfloor xrfloor + lfloor x+0.5rfloor.$Give a proof by cases that $lfloor 4x rfloor = lfloor x rfloor + lfloor x+0.25 rfloor + lfloor x+0.5 rfloor + lfloor x+0.75 rfloor$$left lfloor log_bx right rfloor = left lfloor log_bleft lfloor x right rfloor right rfloor$Values for which $lfloor x/y rfloor = biglfloor lfloor x rfloor / lfloor y rfloor bigrfloor$
Do working physicists consider Newtonian mechanics to be "falsified"?
Can the DM override racial traits?
He got a vote 80% that of Emmanuel Macron’s
What do you call a plan that's an alternative plan in case your initial plan fails?
How to split app screen on my Mac?
Is this wall load bearing? Blueprints and photos attached
How can I define good in a religion that claims no moral authority?
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
How long does the line of fire that you can create as an action using the Investiture of Flame spell last?
Is there a writing software that you can sort scenes like slides in PowerPoint?
"... to apply for a visa" or "... and applied for a visa"?
Would an alien lifeform be able to achieve space travel if lacking in vision?
Is every episode of "Where are my Pants?" identical?
Am I ethically obligated to go into work on an off day if the reason is sudden?
How is simplicity better than precision and clarity in prose?
How to pronounce 1ターン?
What aspect of planet Earth must be changed to prevent the industrial revolution?
When did F become S in typeography, and why?
Sort a list of pairs representing an acyclic, partial automorphism
Python - Fishing Simulator
rotate text in posterbox
What is special about square numbers here?
What information about me do stores get via my credit card?
How do I prove $ lfloor f(n) rfloor approx f(n), forall f:N rightarrow R$?
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)Prove that $lfloorlfloor x/2 rfloor / 2 rfloor = lfloor x/4 rfloor$Prove that $lfloor an rfloor +lfloor (1-a)n rfloor = n-1 $Evaluate $lfloor fracxm rfloor + lfloor fracx+1m rfloor + dots + lfloor fracx+m-1m rfloor $Prove that $leftlfloor lfloor x/2rfloor/2 rightrfloor=lfloor x/4rfloor$ for all $x$.Writting a proof for $lfloor 4x rfloor = lfloor x+1/4 rfloor + lfloor x+1/2 rfloor + lfloor x+3/4 rfloor + lfloor x rfloor$$lfloor sqrtlceil x rceil rfloor = lfloor sqrtx rfloor, forall x in mathbbR$For all $x$ which are real numbers, prove that $lfloor 2xrfloor = lfloor xrfloor + lfloor x+0.5rfloor.$Give a proof by cases that $lfloor 4x rfloor = lfloor x rfloor + lfloor x+0.25 rfloor + lfloor x+0.5 rfloor + lfloor x+0.75 rfloor$$left lfloor log_bx right rfloor = left lfloor log_bleft lfloor x right rfloor right rfloor$Values for which $lfloor x/y rfloor = biglfloor lfloor x rfloor / lfloor y rfloor bigrfloor$
$begingroup$
How do I prove $ lfloor f(n) rfloor approx f(n), forall f:N rightarrow R$? It seems pretty intuitive, but I haven't found a way to express it mathematically.
This question comes from the discrete mathematics course I'm taking, and I believe we're supposed to use the definition of $a(x) approx b(x)$ as $a(x) = b(x)(1+varepsilon(x))$, where $limlimits_x to infty varepsilon(x) = 0$.
I couldn't find this or a similar proof (searched the textbook, google and stackexchange).
discrete-mathematics
$endgroup$
add a comment |
$begingroup$
How do I prove $ lfloor f(n) rfloor approx f(n), forall f:N rightarrow R$? It seems pretty intuitive, but I haven't found a way to express it mathematically.
This question comes from the discrete mathematics course I'm taking, and I believe we're supposed to use the definition of $a(x) approx b(x)$ as $a(x) = b(x)(1+varepsilon(x))$, where $limlimits_x to infty varepsilon(x) = 0$.
I couldn't find this or a similar proof (searched the textbook, google and stackexchange).
discrete-mathematics
$endgroup$
1
$begingroup$
$f(n)=1.5$ for every $n$ seems to be not true.
$endgroup$
– Mann
Mar 31 at 15:15
$begingroup$
Sorry, I don't know what you mean by $f(n)+f(n)$. $lfloor f(n) rfloor$ is defined as the biggest integer that is less or equal than $f(n)$ ($f(n)-1 < lfloor f(n) rfloor leq f(n)$)
$endgroup$
– Raul Almeida
Mar 31 at 15:15
$begingroup$
$lfloor f(n)rfloor+leftf(n)right=f(n)$, it's basically saying that $f(n)$ is the sum of it's "integer part" and "fractional part"
$endgroup$
– Mann
Mar 31 at 15:16
1
$begingroup$
I've been trying to make it true for $f(n)=1.5 forall n$ but it seems to not be. Thank you.
$endgroup$
– Raul Almeida
Mar 31 at 15:46
$begingroup$
Maybe the statement is for fucntions which diverges for large $n$. Take the cases when $lim_n to infty f(n) = infty$
$endgroup$
– Mann
Mar 31 at 15:48
add a comment |
$begingroup$
How do I prove $ lfloor f(n) rfloor approx f(n), forall f:N rightarrow R$? It seems pretty intuitive, but I haven't found a way to express it mathematically.
This question comes from the discrete mathematics course I'm taking, and I believe we're supposed to use the definition of $a(x) approx b(x)$ as $a(x) = b(x)(1+varepsilon(x))$, where $limlimits_x to infty varepsilon(x) = 0$.
I couldn't find this or a similar proof (searched the textbook, google and stackexchange).
discrete-mathematics
$endgroup$
How do I prove $ lfloor f(n) rfloor approx f(n), forall f:N rightarrow R$? It seems pretty intuitive, but I haven't found a way to express it mathematically.
This question comes from the discrete mathematics course I'm taking, and I believe we're supposed to use the definition of $a(x) approx b(x)$ as $a(x) = b(x)(1+varepsilon(x))$, where $limlimits_x to infty varepsilon(x) = 0$.
I couldn't find this or a similar proof (searched the textbook, google and stackexchange).
discrete-mathematics
discrete-mathematics
asked Mar 31 at 14:50
Raul AlmeidaRaul Almeida
213
213
1
$begingroup$
$f(n)=1.5$ for every $n$ seems to be not true.
$endgroup$
– Mann
Mar 31 at 15:15
$begingroup$
Sorry, I don't know what you mean by $f(n)+f(n)$. $lfloor f(n) rfloor$ is defined as the biggest integer that is less or equal than $f(n)$ ($f(n)-1 < lfloor f(n) rfloor leq f(n)$)
$endgroup$
– Raul Almeida
Mar 31 at 15:15
$begingroup$
$lfloor f(n)rfloor+leftf(n)right=f(n)$, it's basically saying that $f(n)$ is the sum of it's "integer part" and "fractional part"
$endgroup$
– Mann
Mar 31 at 15:16
1
$begingroup$
I've been trying to make it true for $f(n)=1.5 forall n$ but it seems to not be. Thank you.
$endgroup$
– Raul Almeida
Mar 31 at 15:46
$begingroup$
Maybe the statement is for fucntions which diverges for large $n$. Take the cases when $lim_n to infty f(n) = infty$
$endgroup$
– Mann
Mar 31 at 15:48
add a comment |
1
$begingroup$
$f(n)=1.5$ for every $n$ seems to be not true.
$endgroup$
– Mann
Mar 31 at 15:15
$begingroup$
Sorry, I don't know what you mean by $f(n)+f(n)$. $lfloor f(n) rfloor$ is defined as the biggest integer that is less or equal than $f(n)$ ($f(n)-1 < lfloor f(n) rfloor leq f(n)$)
$endgroup$
– Raul Almeida
Mar 31 at 15:15
$begingroup$
$lfloor f(n)rfloor+leftf(n)right=f(n)$, it's basically saying that $f(n)$ is the sum of it's "integer part" and "fractional part"
$endgroup$
– Mann
Mar 31 at 15:16
1
$begingroup$
I've been trying to make it true for $f(n)=1.5 forall n$ but it seems to not be. Thank you.
$endgroup$
– Raul Almeida
Mar 31 at 15:46
$begingroup$
Maybe the statement is for fucntions which diverges for large $n$. Take the cases when $lim_n to infty f(n) = infty$
$endgroup$
– Mann
Mar 31 at 15:48
1
1
$begingroup$
$f(n)=1.5$ for every $n$ seems to be not true.
$endgroup$
– Mann
Mar 31 at 15:15
$begingroup$
$f(n)=1.5$ for every $n$ seems to be not true.
$endgroup$
– Mann
Mar 31 at 15:15
$begingroup$
Sorry, I don't know what you mean by $f(n)+f(n)$. $lfloor f(n) rfloor$ is defined as the biggest integer that is less or equal than $f(n)$ ($f(n)-1 < lfloor f(n) rfloor leq f(n)$)
$endgroup$
– Raul Almeida
Mar 31 at 15:15
$begingroup$
Sorry, I don't know what you mean by $f(n)+f(n)$. $lfloor f(n) rfloor$ is defined as the biggest integer that is less or equal than $f(n)$ ($f(n)-1 < lfloor f(n) rfloor leq f(n)$)
$endgroup$
– Raul Almeida
Mar 31 at 15:15
$begingroup$
$lfloor f(n)rfloor+leftf(n)right=f(n)$, it's basically saying that $f(n)$ is the sum of it's "integer part" and "fractional part"
$endgroup$
– Mann
Mar 31 at 15:16
$begingroup$
$lfloor f(n)rfloor+leftf(n)right=f(n)$, it's basically saying that $f(n)$ is the sum of it's "integer part" and "fractional part"
$endgroup$
– Mann
Mar 31 at 15:16
1
1
$begingroup$
I've been trying to make it true for $f(n)=1.5 forall n$ but it seems to not be. Thank you.
$endgroup$
– Raul Almeida
Mar 31 at 15:46
$begingroup$
I've been trying to make it true for $f(n)=1.5 forall n$ but it seems to not be. Thank you.
$endgroup$
– Raul Almeida
Mar 31 at 15:46
$begingroup$
Maybe the statement is for fucntions which diverges for large $n$. Take the cases when $lim_n to infty f(n) = infty$
$endgroup$
– Mann
Mar 31 at 15:48
$begingroup$
Maybe the statement is for fucntions which diverges for large $n$. Take the cases when $lim_n to infty f(n) = infty$
$endgroup$
– Mann
Mar 31 at 15:48
add a comment |
0
active
oldest
votes
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
);
);
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%2f3169471%2fhow-do-i-prove-lfloor-fn-rfloor-approx-fn-forall-fn-rightarrow-r%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3169471%2fhow-do-i-prove-lfloor-fn-rfloor-approx-fn-forall-fn-rightarrow-r%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
1
$begingroup$
$f(n)=1.5$ for every $n$ seems to be not true.
$endgroup$
– Mann
Mar 31 at 15:15
$begingroup$
Sorry, I don't know what you mean by $f(n)+f(n)$. $lfloor f(n) rfloor$ is defined as the biggest integer that is less or equal than $f(n)$ ($f(n)-1 < lfloor f(n) rfloor leq f(n)$)
$endgroup$
– Raul Almeida
Mar 31 at 15:15
$begingroup$
$lfloor f(n)rfloor+leftf(n)right=f(n)$, it's basically saying that $f(n)$ is the sum of it's "integer part" and "fractional part"
$endgroup$
– Mann
Mar 31 at 15:16
1
$begingroup$
I've been trying to make it true for $f(n)=1.5 forall n$ but it seems to not be. Thank you.
$endgroup$
– Raul Almeida
Mar 31 at 15:46
$begingroup$
Maybe the statement is for fucntions which diverges for large $n$. Take the cases when $lim_n to infty f(n) = infty$
$endgroup$
– Mann
Mar 31 at 15:48