Big-Theta, Big-O, Big-Omega in $Bbb{R}^n$.











up vote
1
down vote

favorite












Is the following statement true?



Let $ g : Bbb{R}^n to Bbb{R}^n $
$$ Theta_{(g)} = Omega_{(g)} cap O_{(g)} $$










share|cite|improve this question
























  • Shouldn't it be an intersection on the right hand side?
    – kodlu
    Oct 25 at 8:19












  • Yes, you are right kodlu. Thank you for the suggestion.
    – Carlos Uribe
    Nov 16 at 13:14

















up vote
1
down vote

favorite












Is the following statement true?



Let $ g : Bbb{R}^n to Bbb{R}^n $
$$ Theta_{(g)} = Omega_{(g)} cap O_{(g)} $$










share|cite|improve this question
























  • Shouldn't it be an intersection on the right hand side?
    – kodlu
    Oct 25 at 8:19












  • Yes, you are right kodlu. Thank you for the suggestion.
    – Carlos Uribe
    Nov 16 at 13:14















up vote
1
down vote

favorite









up vote
1
down vote

favorite











Is the following statement true?



Let $ g : Bbb{R}^n to Bbb{R}^n $
$$ Theta_{(g)} = Omega_{(g)} cap O_{(g)} $$










share|cite|improve this question















Is the following statement true?



Let $ g : Bbb{R}^n to Bbb{R}^n $
$$ Theta_{(g)} = Omega_{(g)} cap O_{(g)} $$







asymptotics computer-science computational-complexity






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 16 at 13:13

























asked Oct 25 at 4:00









Carlos Uribe

62




62












  • Shouldn't it be an intersection on the right hand side?
    – kodlu
    Oct 25 at 8:19












  • Yes, you are right kodlu. Thank you for the suggestion.
    – Carlos Uribe
    Nov 16 at 13:14




















  • Shouldn't it be an intersection on the right hand side?
    – kodlu
    Oct 25 at 8:19












  • Yes, you are right kodlu. Thank you for the suggestion.
    – Carlos Uribe
    Nov 16 at 13:14


















Shouldn't it be an intersection on the right hand side?
– kodlu
Oct 25 at 8:19






Shouldn't it be an intersection on the right hand side?
– kodlu
Oct 25 at 8:19














Yes, you are right kodlu. Thank you for the suggestion.
– Carlos Uribe
Nov 16 at 13:14






Yes, you are right kodlu. Thank you for the suggestion.
– Carlos Uribe
Nov 16 at 13:14












1 Answer
1






active

oldest

votes

















up vote
0
down vote













The notation $f(n)=O(g(n))$ means that $|f|$ is bounded above by $g$ asymptotically. Formally,
$$
exists k>0quadexists n_0 in mathbb{N}quadforall ninmathbb{N}, n>n_0:quad|f(n)|leq kcdot g(n).
$$

Note that this implies that $f$ is also bounded above by $g$ asymptotically.



The notation $f(n)=Omega(g(n))$ means that $f$ is bounded below by $g$ asymptotically.
Formally,
$$
exists k>0quadexists n_0inmathbb{N}quadforall ninmathbb{N},n>n_0:quad f(n)geq kcdot g(n).
$$

The notation $f(n)=Theta(g(n))$ means that $f$ is bounded both above and below by $g$ asymptotically. Formally,
$$
exists k_1>0quadexists k_2>0quadexists n_0inmathbb{N}quadforall ninmathbb{N}, n>n_{0}:quad k_1cdot g(n)leq f(n)leq k_2cdot g(n).
$$

Note that if $f(n)=Theta(g(n))$, then both $f(n)=O(g(n))$ and $f(n)=Omega(g(n))$ hold, which means that




$$
Theta(g(n)) = O(g(n)) cap Omega(g(n)),
$$




by definition.






share|cite|improve this answer





















    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',
    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%2f2970085%2fbig-theta-big-o-big-omega-in-bbbrn%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








    up vote
    0
    down vote













    The notation $f(n)=O(g(n))$ means that $|f|$ is bounded above by $g$ asymptotically. Formally,
    $$
    exists k>0quadexists n_0 in mathbb{N}quadforall ninmathbb{N}, n>n_0:quad|f(n)|leq kcdot g(n).
    $$

    Note that this implies that $f$ is also bounded above by $g$ asymptotically.



    The notation $f(n)=Omega(g(n))$ means that $f$ is bounded below by $g$ asymptotically.
    Formally,
    $$
    exists k>0quadexists n_0inmathbb{N}quadforall ninmathbb{N},n>n_0:quad f(n)geq kcdot g(n).
    $$

    The notation $f(n)=Theta(g(n))$ means that $f$ is bounded both above and below by $g$ asymptotically. Formally,
    $$
    exists k_1>0quadexists k_2>0quadexists n_0inmathbb{N}quadforall ninmathbb{N}, n>n_{0}:quad k_1cdot g(n)leq f(n)leq k_2cdot g(n).
    $$

    Note that if $f(n)=Theta(g(n))$, then both $f(n)=O(g(n))$ and $f(n)=Omega(g(n))$ hold, which means that




    $$
    Theta(g(n)) = O(g(n)) cap Omega(g(n)),
    $$




    by definition.






    share|cite|improve this answer

























      up vote
      0
      down vote













      The notation $f(n)=O(g(n))$ means that $|f|$ is bounded above by $g$ asymptotically. Formally,
      $$
      exists k>0quadexists n_0 in mathbb{N}quadforall ninmathbb{N}, n>n_0:quad|f(n)|leq kcdot g(n).
      $$

      Note that this implies that $f$ is also bounded above by $g$ asymptotically.



      The notation $f(n)=Omega(g(n))$ means that $f$ is bounded below by $g$ asymptotically.
      Formally,
      $$
      exists k>0quadexists n_0inmathbb{N}quadforall ninmathbb{N},n>n_0:quad f(n)geq kcdot g(n).
      $$

      The notation $f(n)=Theta(g(n))$ means that $f$ is bounded both above and below by $g$ asymptotically. Formally,
      $$
      exists k_1>0quadexists k_2>0quadexists n_0inmathbb{N}quadforall ninmathbb{N}, n>n_{0}:quad k_1cdot g(n)leq f(n)leq k_2cdot g(n).
      $$

      Note that if $f(n)=Theta(g(n))$, then both $f(n)=O(g(n))$ and $f(n)=Omega(g(n))$ hold, which means that




      $$
      Theta(g(n)) = O(g(n)) cap Omega(g(n)),
      $$




      by definition.






      share|cite|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        The notation $f(n)=O(g(n))$ means that $|f|$ is bounded above by $g$ asymptotically. Formally,
        $$
        exists k>0quadexists n_0 in mathbb{N}quadforall ninmathbb{N}, n>n_0:quad|f(n)|leq kcdot g(n).
        $$

        Note that this implies that $f$ is also bounded above by $g$ asymptotically.



        The notation $f(n)=Omega(g(n))$ means that $f$ is bounded below by $g$ asymptotically.
        Formally,
        $$
        exists k>0quadexists n_0inmathbb{N}quadforall ninmathbb{N},n>n_0:quad f(n)geq kcdot g(n).
        $$

        The notation $f(n)=Theta(g(n))$ means that $f$ is bounded both above and below by $g$ asymptotically. Formally,
        $$
        exists k_1>0quadexists k_2>0quadexists n_0inmathbb{N}quadforall ninmathbb{N}, n>n_{0}:quad k_1cdot g(n)leq f(n)leq k_2cdot g(n).
        $$

        Note that if $f(n)=Theta(g(n))$, then both $f(n)=O(g(n))$ and $f(n)=Omega(g(n))$ hold, which means that




        $$
        Theta(g(n)) = O(g(n)) cap Omega(g(n)),
        $$




        by definition.






        share|cite|improve this answer












        The notation $f(n)=O(g(n))$ means that $|f|$ is bounded above by $g$ asymptotically. Formally,
        $$
        exists k>0quadexists n_0 in mathbb{N}quadforall ninmathbb{N}, n>n_0:quad|f(n)|leq kcdot g(n).
        $$

        Note that this implies that $f$ is also bounded above by $g$ asymptotically.



        The notation $f(n)=Omega(g(n))$ means that $f$ is bounded below by $g$ asymptotically.
        Formally,
        $$
        exists k>0quadexists n_0inmathbb{N}quadforall ninmathbb{N},n>n_0:quad f(n)geq kcdot g(n).
        $$

        The notation $f(n)=Theta(g(n))$ means that $f$ is bounded both above and below by $g$ asymptotically. Formally,
        $$
        exists k_1>0quadexists k_2>0quadexists n_0inmathbb{N}quadforall ninmathbb{N}, n>n_{0}:quad k_1cdot g(n)leq f(n)leq k_2cdot g(n).
        $$

        Note that if $f(n)=Theta(g(n))$, then both $f(n)=O(g(n))$ and $f(n)=Omega(g(n))$ hold, which means that




        $$
        Theta(g(n)) = O(g(n)) cap Omega(g(n)),
        $$




        by definition.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered yesterday









        user153012

        6,21822277




        6,21822277






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2970085%2fbig-theta-big-o-big-omega-in-bbbrn%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

            Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

            Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

            A Topological Invariant for $pi_3(U(n))$