Probability that we choose even edges for a vertex












0















We choose each edge in a graph $G$ (with $m$ edges) at random independently with probability $pin[0,1]$. What is a probability that we chose an even number of edges at the vertex $v$ which has degree $k$.




Let $X$ be a number of chosen edges at $v$ and let $q=1-p$.
$$begin{eqnarray}
P(X=;{is; even}) &=& P(X=0)+P(X=2)+P(X=4)+P(X=6)...\
&=& {kchoose 0}p^0q^k +{kchoose 2}p^2q^{k-2}+{kchoose 4}p^4q^{k-4}+...\
&=& {1over 2}Big( (q+p)^k+(q-p)^kBig)\
&=& {1over 2}Big( 1+(1-2p)^kBig)
end{eqnarray}$$

Edit: Thanks to Henry I will continue with my second question right here.




Prove that probability that we choose at each vertex odd number of edges if a graph $G$ is connected and with $2n$ vertices is nonzero.




$P(G ;is ;''odd'') = 1-P(G;is ;not "odd") $



$$begin{eqnarray}
P(G;is;not;"odd") &=& P(X_1 = even;or;X_2=even ;or; X_3=even...)\
&leq & P(X_1 = even)+P(X_2=even) + P(X_3=even)+...\
&=& {1over 2}sum_{i=1}^{2n} Big( 1+(1-2p)^{d_i}Big)
end{eqnarray}$$

where $d_i$ is a degree of vertex $v_i$. I'm stuck here, don't know how to show that this is (if it is) smaller than $1$ for some sutabile $p$. I know, that since $G$ is connected we have $mgeq 2n-1$.










share|cite|improve this question




















  • 2




    Apart from a missing $P(X=0)$ at the start (now edited in), this looks sensible
    – Henry
    Dec 27 '18 at 23:19












  • What range is $p$ in? If $p le 1/2$ then the sum is at least $n$...
    – Sandeep Silwal
    Dec 28 '18 at 1:31










  • Your second question appears to be equivalent to your earlier question from a few days ago: math.stackexchange.com/questions/3052416 (That is, assuming $p ne 0,1$. If $p=0$ or $p=1$ the probability might be $0$.)
    – Misha Lavrov
    Dec 28 '18 at 3:02


















0















We choose each edge in a graph $G$ (with $m$ edges) at random independently with probability $pin[0,1]$. What is a probability that we chose an even number of edges at the vertex $v$ which has degree $k$.




Let $X$ be a number of chosen edges at $v$ and let $q=1-p$.
$$begin{eqnarray}
P(X=;{is; even}) &=& P(X=0)+P(X=2)+P(X=4)+P(X=6)...\
&=& {kchoose 0}p^0q^k +{kchoose 2}p^2q^{k-2}+{kchoose 4}p^4q^{k-4}+...\
&=& {1over 2}Big( (q+p)^k+(q-p)^kBig)\
&=& {1over 2}Big( 1+(1-2p)^kBig)
end{eqnarray}$$

Edit: Thanks to Henry I will continue with my second question right here.




Prove that probability that we choose at each vertex odd number of edges if a graph $G$ is connected and with $2n$ vertices is nonzero.




$P(G ;is ;''odd'') = 1-P(G;is ;not "odd") $



$$begin{eqnarray}
P(G;is;not;"odd") &=& P(X_1 = even;or;X_2=even ;or; X_3=even...)\
&leq & P(X_1 = even)+P(X_2=even) + P(X_3=even)+...\
&=& {1over 2}sum_{i=1}^{2n} Big( 1+(1-2p)^{d_i}Big)
end{eqnarray}$$

where $d_i$ is a degree of vertex $v_i$. I'm stuck here, don't know how to show that this is (if it is) smaller than $1$ for some sutabile $p$. I know, that since $G$ is connected we have $mgeq 2n-1$.










share|cite|improve this question




















  • 2




    Apart from a missing $P(X=0)$ at the start (now edited in), this looks sensible
    – Henry
    Dec 27 '18 at 23:19












  • What range is $p$ in? If $p le 1/2$ then the sum is at least $n$...
    – Sandeep Silwal
    Dec 28 '18 at 1:31










  • Your second question appears to be equivalent to your earlier question from a few days ago: math.stackexchange.com/questions/3052416 (That is, assuming $p ne 0,1$. If $p=0$ or $p=1$ the probability might be $0$.)
    – Misha Lavrov
    Dec 28 '18 at 3:02
















0












0








0


1






We choose each edge in a graph $G$ (with $m$ edges) at random independently with probability $pin[0,1]$. What is a probability that we chose an even number of edges at the vertex $v$ which has degree $k$.




Let $X$ be a number of chosen edges at $v$ and let $q=1-p$.
$$begin{eqnarray}
P(X=;{is; even}) &=& P(X=0)+P(X=2)+P(X=4)+P(X=6)...\
&=& {kchoose 0}p^0q^k +{kchoose 2}p^2q^{k-2}+{kchoose 4}p^4q^{k-4}+...\
&=& {1over 2}Big( (q+p)^k+(q-p)^kBig)\
&=& {1over 2}Big( 1+(1-2p)^kBig)
end{eqnarray}$$

Edit: Thanks to Henry I will continue with my second question right here.




Prove that probability that we choose at each vertex odd number of edges if a graph $G$ is connected and with $2n$ vertices is nonzero.




$P(G ;is ;''odd'') = 1-P(G;is ;not "odd") $



$$begin{eqnarray}
P(G;is;not;"odd") &=& P(X_1 = even;or;X_2=even ;or; X_3=even...)\
&leq & P(X_1 = even)+P(X_2=even) + P(X_3=even)+...\
&=& {1over 2}sum_{i=1}^{2n} Big( 1+(1-2p)^{d_i}Big)
end{eqnarray}$$

where $d_i$ is a degree of vertex $v_i$. I'm stuck here, don't know how to show that this is (if it is) smaller than $1$ for some sutabile $p$. I know, that since $G$ is connected we have $mgeq 2n-1$.










share|cite|improve this question
















We choose each edge in a graph $G$ (with $m$ edges) at random independently with probability $pin[0,1]$. What is a probability that we chose an even number of edges at the vertex $v$ which has degree $k$.




Let $X$ be a number of chosen edges at $v$ and let $q=1-p$.
$$begin{eqnarray}
P(X=;{is; even}) &=& P(X=0)+P(X=2)+P(X=4)+P(X=6)...\
&=& {kchoose 0}p^0q^k +{kchoose 2}p^2q^{k-2}+{kchoose 4}p^4q^{k-4}+...\
&=& {1over 2}Big( (q+p)^k+(q-p)^kBig)\
&=& {1over 2}Big( 1+(1-2p)^kBig)
end{eqnarray}$$

Edit: Thanks to Henry I will continue with my second question right here.




Prove that probability that we choose at each vertex odd number of edges if a graph $G$ is connected and with $2n$ vertices is nonzero.




$P(G ;is ;''odd'') = 1-P(G;is ;not "odd") $



$$begin{eqnarray}
P(G;is;not;"odd") &=& P(X_1 = even;or;X_2=even ;or; X_3=even...)\
&leq & P(X_1 = even)+P(X_2=even) + P(X_3=even)+...\
&=& {1over 2}sum_{i=1}^{2n} Big( 1+(1-2p)^{d_i}Big)
end{eqnarray}$$

where $d_i$ is a degree of vertex $v_i$. I'm stuck here, don't know how to show that this is (if it is) smaller than $1$ for some sutabile $p$. I know, that since $G$ is connected we have $mgeq 2n-1$.







probability graph-theory probabilistic-method






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 28 '18 at 12:34

























asked Dec 27 '18 at 23:11









greedoid

38.2k114797




38.2k114797








  • 2




    Apart from a missing $P(X=0)$ at the start (now edited in), this looks sensible
    – Henry
    Dec 27 '18 at 23:19












  • What range is $p$ in? If $p le 1/2$ then the sum is at least $n$...
    – Sandeep Silwal
    Dec 28 '18 at 1:31










  • Your second question appears to be equivalent to your earlier question from a few days ago: math.stackexchange.com/questions/3052416 (That is, assuming $p ne 0,1$. If $p=0$ or $p=1$ the probability might be $0$.)
    – Misha Lavrov
    Dec 28 '18 at 3:02
















  • 2




    Apart from a missing $P(X=0)$ at the start (now edited in), this looks sensible
    – Henry
    Dec 27 '18 at 23:19












  • What range is $p$ in? If $p le 1/2$ then the sum is at least $n$...
    – Sandeep Silwal
    Dec 28 '18 at 1:31










  • Your second question appears to be equivalent to your earlier question from a few days ago: math.stackexchange.com/questions/3052416 (That is, assuming $p ne 0,1$. If $p=0$ or $p=1$ the probability might be $0$.)
    – Misha Lavrov
    Dec 28 '18 at 3:02










2




2




Apart from a missing $P(X=0)$ at the start (now edited in), this looks sensible
– Henry
Dec 27 '18 at 23:19






Apart from a missing $P(X=0)$ at the start (now edited in), this looks sensible
– Henry
Dec 27 '18 at 23:19














What range is $p$ in? If $p le 1/2$ then the sum is at least $n$...
– Sandeep Silwal
Dec 28 '18 at 1:31




What range is $p$ in? If $p le 1/2$ then the sum is at least $n$...
– Sandeep Silwal
Dec 28 '18 at 1:31












Your second question appears to be equivalent to your earlier question from a few days ago: math.stackexchange.com/questions/3052416 (That is, assuming $p ne 0,1$. If $p=0$ or $p=1$ the probability might be $0$.)
– Misha Lavrov
Dec 28 '18 at 3:02






Your second question appears to be equivalent to your earlier question from a few days ago: math.stackexchange.com/questions/3052416 (That is, assuming $p ne 0,1$. If $p=0$ or $p=1$ the probability might be $0$.)
– Misha Lavrov
Dec 28 '18 at 3:02












1 Answer
1






active

oldest

votes


















0














Unfortunately, the last sum is not necessarily less than $1$.



Say we have the line graph with $2n$ vertices. Then two vertices has a degree $1$ and the other $2$. So we have: $${1over 2}sum_{i=1}^{2n} Big( 1+(1-2p)^{d_i}Big) = (n-1)x^2+x+n =:f(x)$$



where $x = 1-2p$. But $f(x)$ can not be $<1$ since the inequality $ f(x)<1 $ is equivalent to $$ (n-1)x^2+x+(n-1)<0$$ and the discirminat is $1-4(n-1)^2<0$.






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',
    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%2f3054430%2fprobability-that-we-choose-even-edges-for-a-vertex%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









    0














    Unfortunately, the last sum is not necessarily less than $1$.



    Say we have the line graph with $2n$ vertices. Then two vertices has a degree $1$ and the other $2$. So we have: $${1over 2}sum_{i=1}^{2n} Big( 1+(1-2p)^{d_i}Big) = (n-1)x^2+x+n =:f(x)$$



    where $x = 1-2p$. But $f(x)$ can not be $<1$ since the inequality $ f(x)<1 $ is equivalent to $$ (n-1)x^2+x+(n-1)<0$$ and the discirminat is $1-4(n-1)^2<0$.






    share|cite|improve this answer


























      0














      Unfortunately, the last sum is not necessarily less than $1$.



      Say we have the line graph with $2n$ vertices. Then two vertices has a degree $1$ and the other $2$. So we have: $${1over 2}sum_{i=1}^{2n} Big( 1+(1-2p)^{d_i}Big) = (n-1)x^2+x+n =:f(x)$$



      where $x = 1-2p$. But $f(x)$ can not be $<1$ since the inequality $ f(x)<1 $ is equivalent to $$ (n-1)x^2+x+(n-1)<0$$ and the discirminat is $1-4(n-1)^2<0$.






      share|cite|improve this answer
























        0












        0








        0






        Unfortunately, the last sum is not necessarily less than $1$.



        Say we have the line graph with $2n$ vertices. Then two vertices has a degree $1$ and the other $2$. So we have: $${1over 2}sum_{i=1}^{2n} Big( 1+(1-2p)^{d_i}Big) = (n-1)x^2+x+n =:f(x)$$



        where $x = 1-2p$. But $f(x)$ can not be $<1$ since the inequality $ f(x)<1 $ is equivalent to $$ (n-1)x^2+x+(n-1)<0$$ and the discirminat is $1-4(n-1)^2<0$.






        share|cite|improve this answer












        Unfortunately, the last sum is not necessarily less than $1$.



        Say we have the line graph with $2n$ vertices. Then two vertices has a degree $1$ and the other $2$. So we have: $${1over 2}sum_{i=1}^{2n} Big( 1+(1-2p)^{d_i}Big) = (n-1)x^2+x+n =:f(x)$$



        where $x = 1-2p$. But $f(x)$ can not be $<1$ since the inequality $ f(x)<1 $ is equivalent to $$ (n-1)x^2+x+(n-1)<0$$ and the discirminat is $1-4(n-1)^2<0$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Dec 28 '18 at 18:52









        greedoid

        38.2k114797




        38.2k114797






























            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.





            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3054430%2fprobability-that-we-choose-even-edges-for-a-vertex%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

            Questions related to Moebius Transform of Characteristic Function of the Primes

            List of scandals in India

            Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?