Do any two spanning trees of a simple graph always have some common edges?











up vote
19
down vote

favorite
2












I tried few cases and found any two spanning tree of a simple graph has some common edges. I mean I couldn't find any counter example so far. But I couldn't prove or disprove this either. How to prove or disprove this conjecture?










share|cite|improve this question






















  • Assuming the weights of the graph are distinct, the edge with the minimum weight will be present in all the minimum spanning trees.
    – Gokul
    yesterday










  • @Gokul minimum spanning tree? What?...
    – Mr. Sigma.
    yesterday










  • Oh, apologies. I read the title as whether minimum spanning tree have common edges.
    – Gokul
    yesterday















up vote
19
down vote

favorite
2












I tried few cases and found any two spanning tree of a simple graph has some common edges. I mean I couldn't find any counter example so far. But I couldn't prove or disprove this either. How to prove or disprove this conjecture?










share|cite|improve this question






















  • Assuming the weights of the graph are distinct, the edge with the minimum weight will be present in all the minimum spanning trees.
    – Gokul
    yesterday










  • @Gokul minimum spanning tree? What?...
    – Mr. Sigma.
    yesterday










  • Oh, apologies. I read the title as whether minimum spanning tree have common edges.
    – Gokul
    yesterday













up vote
19
down vote

favorite
2









up vote
19
down vote

favorite
2






2





I tried few cases and found any two spanning tree of a simple graph has some common edges. I mean I couldn't find any counter example so far. But I couldn't prove or disprove this either. How to prove or disprove this conjecture?










share|cite|improve this question













I tried few cases and found any two spanning tree of a simple graph has some common edges. I mean I couldn't find any counter example so far. But I couldn't prove or disprove this either. How to prove or disprove this conjecture?







graphs graph-theory spanning-trees






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked yesterday









Mr. Sigma.

453218




453218












  • Assuming the weights of the graph are distinct, the edge with the minimum weight will be present in all the minimum spanning trees.
    – Gokul
    yesterday










  • @Gokul minimum spanning tree? What?...
    – Mr. Sigma.
    yesterday










  • Oh, apologies. I read the title as whether minimum spanning tree have common edges.
    – Gokul
    yesterday


















  • Assuming the weights of the graph are distinct, the edge with the minimum weight will be present in all the minimum spanning trees.
    – Gokul
    yesterday










  • @Gokul minimum spanning tree? What?...
    – Mr. Sigma.
    yesterday










  • Oh, apologies. I read the title as whether minimum spanning tree have common edges.
    – Gokul
    yesterday
















Assuming the weights of the graph are distinct, the edge with the minimum weight will be present in all the minimum spanning trees.
– Gokul
yesterday




Assuming the weights of the graph are distinct, the edge with the minimum weight will be present in all the minimum spanning trees.
– Gokul
yesterday












@Gokul minimum spanning tree? What?...
– Mr. Sigma.
yesterday




@Gokul minimum spanning tree? What?...
– Mr. Sigma.
yesterday












Oh, apologies. I read the title as whether minimum spanning tree have common edges.
– Gokul
yesterday




Oh, apologies. I read the title as whether minimum spanning tree have common edges.
– Gokul
yesterday










5 Answers
5






active

oldest

votes

















up vote
40
down vote



accepted










No, consider the complete graph $K_4$:



It has the following edge-disjoint spanning trees:
enter image description here






share|cite|improve this answer



















  • 2




    Oh! Elegant. Why I couldn't come upon this solution. ':O.
    – Mr. Sigma.
    yesterday






  • 2




    You can make each of the trees planar by taking one to be $N$-shaped and the other $Z$-shaped. You can make the whole thing planar by drawing the edge from the upper right vertex to the lower left vertex as a curve going outside the square.
    – Acccumulation
    yesterday






  • 1




    @Acccumulation good point (good accumulation point)
    – Bjørn Kjos-Hanssen
    yesterday






  • 1




    We don't need a complete Graph. $C_4$ is enough and has 4 different solutions.
    – kelalaka
    yesterday








  • 2




    @kelalaka I don't think $C_4$ can have.
    – Mr. Sigma.
    21 hours ago


















up vote
11
down vote













For the more interested readers, there are some research on decomposition of graph into edge-disjoint spanning trees.



For example, the classical papers On the Problem of Decomposing a Graph into $n$ Connected Factors by W. T. Tutte and Edge-disjoint spanning trees of finite graphs by C. St.J. A. Nash-Williams provides a characterization of graphs that contains $k$ pairwise edge-disjoint spanning trees.



For example, the paper Bi-cyclic decompositions of complete graphs into spanning trees by Dalibor Froncek shows how to decompose complete graphs $K_{4k+2}$ into isomorphic ${2k+1}$ spanning trees.



For example, the paper Factorizations of Complete Graphs into Spanning Trees with All Possible Maximum Degrees by Petr Kovář and Michael Kubesa shows how to factorize $K_{2n}$ to spanning trees with a given maximum degree.



You can search for more. For example, a Google search for decomposition of graph into spanning trees.






share|cite|improve this answer




























    up vote
    10
    down vote













    EDIT: This is incorrect as pointed out in the comments. As the other answer says, a spanning tree for $K_4$ can be done without sharing edges.



    No, it's not true that any two spanning trees of a graph have common edges.



    Consider the wheel graph:



    enter image description here



    You can make a spanning tree with edges "inside" the loop and another one from the outer loop.






    share|cite|improve this answer



















    • 1




      but the outer loop doesn't reach the center node
      – amI
      yesterday










    • You're right, I'll delete this answer as the other one suffices.
      – Gokul
      yesterday






    • 8




      You can modify this by taking the out loop minus some "chord" plus some "radius" and its complement.
      – boboquack
      yesterday










    • Yes. Actually I had seen that way only. @boboquack
      – Mr. Sigma.
      yesterday




















    up vote
    1
    down vote













    For $K_{2k}$, I believe that



    $$G_1 = { (v_{2i},v_{2i+1} ),(v_{2i},v_{2i+2}),dots,(v_{2k-2},v_{2k-1})},$$



    $$G_2 = { (v_{2i+1},v_{2i+2}),(v_{2i},v_{2i}),dots(v_{2(k-1)},v_{2(k-1)})}$$



    for $0leq i < k$ are counterexamples. That is, for the first graph, take the vertices with even indices and connect them to the next vertex, and for all but the last even vertex, connect it to the vertex after that as well. For the second graph, do this with odd vertices.



    And inductively, once we have a counterexample for $n$ vertices, it's easy to construct a counterexample with $n+1$ vertices by connecting the new vertex with one edge for one graph, and with another edge for the other.



    Let me know with comments or editing what I messed up on the MathJax.






    share|cite|improve this answer






























      up vote
      1
      down vote













      After observing the graphs presented by @Bjorn and @Gokul, I arrive at the conclusion that every complete graph $K_n$ with $ngeq4$ has at least two spanning trees with disjoint edges.
      enter image description here



      The graph given in the pic, which is wheel, has clearly two spanning trees with disjoint edges. In fact, every wheel will have exactly $2$ spanning trees with disjointed edges because one is complement graph of another.



      Now, If we look at the solution of @Bjorn carefully, we find that his graph & spanning trees are homomorphic to the graphs shown in the pic. In fact, every complete graph $K_n$ with $ngeq4$ has wheel as its subgraph, so it directly follows that every complete complete graph with $ngeq4$ has at least 2 (or exactly $2$?) spanning trees with disjoint edges.



      P.S:
      This observation gives birth to $2$ more interesting question.




      1. Is there any complete graph with more than $2$ spanning trees with disjoint edges? Or it will always have exactly $2$ spanning trees with disjoint edges.

      2. Is there any graph other than wheel or wheel as its subgraph having spanning trees with disjointed edges?






      share|cite|improve this answer





















      • These questions and beyond have been answered in the papers I cited. If you are interested, you can take a look.
        – Apass.Jack
        19 hours ago












      • Thanks @Apass.Jack I have seen your answer. Will look at it.
        – Mr. Sigma.
        19 hours ago











      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: "419"
      };
      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: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      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
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcs.stackexchange.com%2fquestions%2f101038%2fdo-any-two-spanning-trees-of-a-simple-graph-always-have-some-common-edges%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      5 Answers
      5






      active

      oldest

      votes








      5 Answers
      5






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      40
      down vote



      accepted










      No, consider the complete graph $K_4$:



      It has the following edge-disjoint spanning trees:
      enter image description here






      share|cite|improve this answer



















      • 2




        Oh! Elegant. Why I couldn't come upon this solution. ':O.
        – Mr. Sigma.
        yesterday






      • 2




        You can make each of the trees planar by taking one to be $N$-shaped and the other $Z$-shaped. You can make the whole thing planar by drawing the edge from the upper right vertex to the lower left vertex as a curve going outside the square.
        – Acccumulation
        yesterday






      • 1




        @Acccumulation good point (good accumulation point)
        – Bjørn Kjos-Hanssen
        yesterday






      • 1




        We don't need a complete Graph. $C_4$ is enough and has 4 different solutions.
        – kelalaka
        yesterday








      • 2




        @kelalaka I don't think $C_4$ can have.
        – Mr. Sigma.
        21 hours ago















      up vote
      40
      down vote



      accepted










      No, consider the complete graph $K_4$:



      It has the following edge-disjoint spanning trees:
      enter image description here






      share|cite|improve this answer



















      • 2




        Oh! Elegant. Why I couldn't come upon this solution. ':O.
        – Mr. Sigma.
        yesterday






      • 2




        You can make each of the trees planar by taking one to be $N$-shaped and the other $Z$-shaped. You can make the whole thing planar by drawing the edge from the upper right vertex to the lower left vertex as a curve going outside the square.
        – Acccumulation
        yesterday






      • 1




        @Acccumulation good point (good accumulation point)
        – Bjørn Kjos-Hanssen
        yesterday






      • 1




        We don't need a complete Graph. $C_4$ is enough and has 4 different solutions.
        – kelalaka
        yesterday








      • 2




        @kelalaka I don't think $C_4$ can have.
        – Mr. Sigma.
        21 hours ago













      up vote
      40
      down vote



      accepted







      up vote
      40
      down vote



      accepted






      No, consider the complete graph $K_4$:



      It has the following edge-disjoint spanning trees:
      enter image description here






      share|cite|improve this answer














      No, consider the complete graph $K_4$:



      It has the following edge-disjoint spanning trees:
      enter image description here







      share|cite|improve this answer














      share|cite|improve this answer



      share|cite|improve this answer








      edited yesterday

























      answered yesterday









      Bjørn Kjos-Hanssen

      559510




      559510








      • 2




        Oh! Elegant. Why I couldn't come upon this solution. ':O.
        – Mr. Sigma.
        yesterday






      • 2




        You can make each of the trees planar by taking one to be $N$-shaped and the other $Z$-shaped. You can make the whole thing planar by drawing the edge from the upper right vertex to the lower left vertex as a curve going outside the square.
        – Acccumulation
        yesterday






      • 1




        @Acccumulation good point (good accumulation point)
        – Bjørn Kjos-Hanssen
        yesterday






      • 1




        We don't need a complete Graph. $C_4$ is enough and has 4 different solutions.
        – kelalaka
        yesterday








      • 2




        @kelalaka I don't think $C_4$ can have.
        – Mr. Sigma.
        21 hours ago














      • 2




        Oh! Elegant. Why I couldn't come upon this solution. ':O.
        – Mr. Sigma.
        yesterday






      • 2




        You can make each of the trees planar by taking one to be $N$-shaped and the other $Z$-shaped. You can make the whole thing planar by drawing the edge from the upper right vertex to the lower left vertex as a curve going outside the square.
        – Acccumulation
        yesterday






      • 1




        @Acccumulation good point (good accumulation point)
        – Bjørn Kjos-Hanssen
        yesterday






      • 1




        We don't need a complete Graph. $C_4$ is enough and has 4 different solutions.
        – kelalaka
        yesterday








      • 2




        @kelalaka I don't think $C_4$ can have.
        – Mr. Sigma.
        21 hours ago








      2




      2




      Oh! Elegant. Why I couldn't come upon this solution. ':O.
      – Mr. Sigma.
      yesterday




      Oh! Elegant. Why I couldn't come upon this solution. ':O.
      – Mr. Sigma.
      yesterday




      2




      2




      You can make each of the trees planar by taking one to be $N$-shaped and the other $Z$-shaped. You can make the whole thing planar by drawing the edge from the upper right vertex to the lower left vertex as a curve going outside the square.
      – Acccumulation
      yesterday




      You can make each of the trees planar by taking one to be $N$-shaped and the other $Z$-shaped. You can make the whole thing planar by drawing the edge from the upper right vertex to the lower left vertex as a curve going outside the square.
      – Acccumulation
      yesterday




      1




      1




      @Acccumulation good point (good accumulation point)
      – Bjørn Kjos-Hanssen
      yesterday




      @Acccumulation good point (good accumulation point)
      – Bjørn Kjos-Hanssen
      yesterday




      1




      1




      We don't need a complete Graph. $C_4$ is enough and has 4 different solutions.
      – kelalaka
      yesterday






      We don't need a complete Graph. $C_4$ is enough and has 4 different solutions.
      – kelalaka
      yesterday






      2




      2




      @kelalaka I don't think $C_4$ can have.
      – Mr. Sigma.
      21 hours ago




      @kelalaka I don't think $C_4$ can have.
      – Mr. Sigma.
      21 hours ago










      up vote
      11
      down vote













      For the more interested readers, there are some research on decomposition of graph into edge-disjoint spanning trees.



      For example, the classical papers On the Problem of Decomposing a Graph into $n$ Connected Factors by W. T. Tutte and Edge-disjoint spanning trees of finite graphs by C. St.J. A. Nash-Williams provides a characterization of graphs that contains $k$ pairwise edge-disjoint spanning trees.



      For example, the paper Bi-cyclic decompositions of complete graphs into spanning trees by Dalibor Froncek shows how to decompose complete graphs $K_{4k+2}$ into isomorphic ${2k+1}$ spanning trees.



      For example, the paper Factorizations of Complete Graphs into Spanning Trees with All Possible Maximum Degrees by Petr Kovář and Michael Kubesa shows how to factorize $K_{2n}$ to spanning trees with a given maximum degree.



      You can search for more. For example, a Google search for decomposition of graph into spanning trees.






      share|cite|improve this answer

























        up vote
        11
        down vote













        For the more interested readers, there are some research on decomposition of graph into edge-disjoint spanning trees.



        For example, the classical papers On the Problem of Decomposing a Graph into $n$ Connected Factors by W. T. Tutte and Edge-disjoint spanning trees of finite graphs by C. St.J. A. Nash-Williams provides a characterization of graphs that contains $k$ pairwise edge-disjoint spanning trees.



        For example, the paper Bi-cyclic decompositions of complete graphs into spanning trees by Dalibor Froncek shows how to decompose complete graphs $K_{4k+2}$ into isomorphic ${2k+1}$ spanning trees.



        For example, the paper Factorizations of Complete Graphs into Spanning Trees with All Possible Maximum Degrees by Petr Kovář and Michael Kubesa shows how to factorize $K_{2n}$ to spanning trees with a given maximum degree.



        You can search for more. For example, a Google search for decomposition of graph into spanning trees.






        share|cite|improve this answer























          up vote
          11
          down vote










          up vote
          11
          down vote









          For the more interested readers, there are some research on decomposition of graph into edge-disjoint spanning trees.



          For example, the classical papers On the Problem of Decomposing a Graph into $n$ Connected Factors by W. T. Tutte and Edge-disjoint spanning trees of finite graphs by C. St.J. A. Nash-Williams provides a characterization of graphs that contains $k$ pairwise edge-disjoint spanning trees.



          For example, the paper Bi-cyclic decompositions of complete graphs into spanning trees by Dalibor Froncek shows how to decompose complete graphs $K_{4k+2}$ into isomorphic ${2k+1}$ spanning trees.



          For example, the paper Factorizations of Complete Graphs into Spanning Trees with All Possible Maximum Degrees by Petr Kovář and Michael Kubesa shows how to factorize $K_{2n}$ to spanning trees with a given maximum degree.



          You can search for more. For example, a Google search for decomposition of graph into spanning trees.






          share|cite|improve this answer












          For the more interested readers, there are some research on decomposition of graph into edge-disjoint spanning trees.



          For example, the classical papers On the Problem of Decomposing a Graph into $n$ Connected Factors by W. T. Tutte and Edge-disjoint spanning trees of finite graphs by C. St.J. A. Nash-Williams provides a characterization of graphs that contains $k$ pairwise edge-disjoint spanning trees.



          For example, the paper Bi-cyclic decompositions of complete graphs into spanning trees by Dalibor Froncek shows how to decompose complete graphs $K_{4k+2}$ into isomorphic ${2k+1}$ spanning trees.



          For example, the paper Factorizations of Complete Graphs into Spanning Trees with All Possible Maximum Degrees by Petr Kovář and Michael Kubesa shows how to factorize $K_{2n}$ to spanning trees with a given maximum degree.



          You can search for more. For example, a Google search for decomposition of graph into spanning trees.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered yesterday









          Apass.Jack

          5,2111431




          5,2111431






















              up vote
              10
              down vote













              EDIT: This is incorrect as pointed out in the comments. As the other answer says, a spanning tree for $K_4$ can be done without sharing edges.



              No, it's not true that any two spanning trees of a graph have common edges.



              Consider the wheel graph:



              enter image description here



              You can make a spanning tree with edges "inside" the loop and another one from the outer loop.






              share|cite|improve this answer



















              • 1




                but the outer loop doesn't reach the center node
                – amI
                yesterday










              • You're right, I'll delete this answer as the other one suffices.
                – Gokul
                yesterday






              • 8




                You can modify this by taking the out loop minus some "chord" plus some "radius" and its complement.
                – boboquack
                yesterday










              • Yes. Actually I had seen that way only. @boboquack
                – Mr. Sigma.
                yesterday

















              up vote
              10
              down vote













              EDIT: This is incorrect as pointed out in the comments. As the other answer says, a spanning tree for $K_4$ can be done without sharing edges.



              No, it's not true that any two spanning trees of a graph have common edges.



              Consider the wheel graph:



              enter image description here



              You can make a spanning tree with edges "inside" the loop and another one from the outer loop.






              share|cite|improve this answer



















              • 1




                but the outer loop doesn't reach the center node
                – amI
                yesterday










              • You're right, I'll delete this answer as the other one suffices.
                – Gokul
                yesterday






              • 8




                You can modify this by taking the out loop minus some "chord" plus some "radius" and its complement.
                – boboquack
                yesterday










              • Yes. Actually I had seen that way only. @boboquack
                – Mr. Sigma.
                yesterday















              up vote
              10
              down vote










              up vote
              10
              down vote









              EDIT: This is incorrect as pointed out in the comments. As the other answer says, a spanning tree for $K_4$ can be done without sharing edges.



              No, it's not true that any two spanning trees of a graph have common edges.



              Consider the wheel graph:



              enter image description here



              You can make a spanning tree with edges "inside" the loop and another one from the outer loop.






              share|cite|improve this answer














              EDIT: This is incorrect as pointed out in the comments. As the other answer says, a spanning tree for $K_4$ can be done without sharing edges.



              No, it's not true that any two spanning trees of a graph have common edges.



              Consider the wheel graph:



              enter image description here



              You can make a spanning tree with edges "inside" the loop and another one from the outer loop.







              share|cite|improve this answer














              share|cite|improve this answer



              share|cite|improve this answer








              edited yesterday

























              answered yesterday









              Gokul

              344111




              344111








              • 1




                but the outer loop doesn't reach the center node
                – amI
                yesterday










              • You're right, I'll delete this answer as the other one suffices.
                – Gokul
                yesterday






              • 8




                You can modify this by taking the out loop minus some "chord" plus some "radius" and its complement.
                – boboquack
                yesterday










              • Yes. Actually I had seen that way only. @boboquack
                – Mr. Sigma.
                yesterday
















              • 1




                but the outer loop doesn't reach the center node
                – amI
                yesterday










              • You're right, I'll delete this answer as the other one suffices.
                – Gokul
                yesterday






              • 8




                You can modify this by taking the out loop minus some "chord" plus some "radius" and its complement.
                – boboquack
                yesterday










              • Yes. Actually I had seen that way only. @boboquack
                – Mr. Sigma.
                yesterday










              1




              1




              but the outer loop doesn't reach the center node
              – amI
              yesterday




              but the outer loop doesn't reach the center node
              – amI
              yesterday












              You're right, I'll delete this answer as the other one suffices.
              – Gokul
              yesterday




              You're right, I'll delete this answer as the other one suffices.
              – Gokul
              yesterday




              8




              8




              You can modify this by taking the out loop minus some "chord" plus some "radius" and its complement.
              – boboquack
              yesterday




              You can modify this by taking the out loop minus some "chord" plus some "radius" and its complement.
              – boboquack
              yesterday












              Yes. Actually I had seen that way only. @boboquack
              – Mr. Sigma.
              yesterday






              Yes. Actually I had seen that way only. @boboquack
              – Mr. Sigma.
              yesterday












              up vote
              1
              down vote













              For $K_{2k}$, I believe that



              $$G_1 = { (v_{2i},v_{2i+1} ),(v_{2i},v_{2i+2}),dots,(v_{2k-2},v_{2k-1})},$$



              $$G_2 = { (v_{2i+1},v_{2i+2}),(v_{2i},v_{2i}),dots(v_{2(k-1)},v_{2(k-1)})}$$



              for $0leq i < k$ are counterexamples. That is, for the first graph, take the vertices with even indices and connect them to the next vertex, and for all but the last even vertex, connect it to the vertex after that as well. For the second graph, do this with odd vertices.



              And inductively, once we have a counterexample for $n$ vertices, it's easy to construct a counterexample with $n+1$ vertices by connecting the new vertex with one edge for one graph, and with another edge for the other.



              Let me know with comments or editing what I messed up on the MathJax.






              share|cite|improve this answer



























                up vote
                1
                down vote













                For $K_{2k}$, I believe that



                $$G_1 = { (v_{2i},v_{2i+1} ),(v_{2i},v_{2i+2}),dots,(v_{2k-2},v_{2k-1})},$$



                $$G_2 = { (v_{2i+1},v_{2i+2}),(v_{2i},v_{2i}),dots(v_{2(k-1)},v_{2(k-1)})}$$



                for $0leq i < k$ are counterexamples. That is, for the first graph, take the vertices with even indices and connect them to the next vertex, and for all but the last even vertex, connect it to the vertex after that as well. For the second graph, do this with odd vertices.



                And inductively, once we have a counterexample for $n$ vertices, it's easy to construct a counterexample with $n+1$ vertices by connecting the new vertex with one edge for one graph, and with another edge for the other.



                Let me know with comments or editing what I messed up on the MathJax.






                share|cite|improve this answer

























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  For $K_{2k}$, I believe that



                  $$G_1 = { (v_{2i},v_{2i+1} ),(v_{2i},v_{2i+2}),dots,(v_{2k-2},v_{2k-1})},$$



                  $$G_2 = { (v_{2i+1},v_{2i+2}),(v_{2i},v_{2i}),dots(v_{2(k-1)},v_{2(k-1)})}$$



                  for $0leq i < k$ are counterexamples. That is, for the first graph, take the vertices with even indices and connect them to the next vertex, and for all but the last even vertex, connect it to the vertex after that as well. For the second graph, do this with odd vertices.



                  And inductively, once we have a counterexample for $n$ vertices, it's easy to construct a counterexample with $n+1$ vertices by connecting the new vertex with one edge for one graph, and with another edge for the other.



                  Let me know with comments or editing what I messed up on the MathJax.






                  share|cite|improve this answer














                  For $K_{2k}$, I believe that



                  $$G_1 = { (v_{2i},v_{2i+1} ),(v_{2i},v_{2i+2}),dots,(v_{2k-2},v_{2k-1})},$$



                  $$G_2 = { (v_{2i+1},v_{2i+2}),(v_{2i},v_{2i}),dots(v_{2(k-1)},v_{2(k-1)})}$$



                  for $0leq i < k$ are counterexamples. That is, for the first graph, take the vertices with even indices and connect them to the next vertex, and for all but the last even vertex, connect it to the vertex after that as well. For the second graph, do this with odd vertices.



                  And inductively, once we have a counterexample for $n$ vertices, it's easy to construct a counterexample with $n+1$ vertices by connecting the new vertex with one edge for one graph, and with another edge for the other.



                  Let me know with comments or editing what I messed up on the MathJax.







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited yesterday









                  Bjørn Kjos-Hanssen

                  559510




                  559510










                  answered yesterday









                  Acccumulation

                  1194




                  1194






















                      up vote
                      1
                      down vote













                      After observing the graphs presented by @Bjorn and @Gokul, I arrive at the conclusion that every complete graph $K_n$ with $ngeq4$ has at least two spanning trees with disjoint edges.
                      enter image description here



                      The graph given in the pic, which is wheel, has clearly two spanning trees with disjoint edges. In fact, every wheel will have exactly $2$ spanning trees with disjointed edges because one is complement graph of another.



                      Now, If we look at the solution of @Bjorn carefully, we find that his graph & spanning trees are homomorphic to the graphs shown in the pic. In fact, every complete graph $K_n$ with $ngeq4$ has wheel as its subgraph, so it directly follows that every complete complete graph with $ngeq4$ has at least 2 (or exactly $2$?) spanning trees with disjoint edges.



                      P.S:
                      This observation gives birth to $2$ more interesting question.




                      1. Is there any complete graph with more than $2$ spanning trees with disjoint edges? Or it will always have exactly $2$ spanning trees with disjoint edges.

                      2. Is there any graph other than wheel or wheel as its subgraph having spanning trees with disjointed edges?






                      share|cite|improve this answer





















                      • These questions and beyond have been answered in the papers I cited. If you are interested, you can take a look.
                        – Apass.Jack
                        19 hours ago












                      • Thanks @Apass.Jack I have seen your answer. Will look at it.
                        – Mr. Sigma.
                        19 hours ago















                      up vote
                      1
                      down vote













                      After observing the graphs presented by @Bjorn and @Gokul, I arrive at the conclusion that every complete graph $K_n$ with $ngeq4$ has at least two spanning trees with disjoint edges.
                      enter image description here



                      The graph given in the pic, which is wheel, has clearly two spanning trees with disjoint edges. In fact, every wheel will have exactly $2$ spanning trees with disjointed edges because one is complement graph of another.



                      Now, If we look at the solution of @Bjorn carefully, we find that his graph & spanning trees are homomorphic to the graphs shown in the pic. In fact, every complete graph $K_n$ with $ngeq4$ has wheel as its subgraph, so it directly follows that every complete complete graph with $ngeq4$ has at least 2 (or exactly $2$?) spanning trees with disjoint edges.



                      P.S:
                      This observation gives birth to $2$ more interesting question.




                      1. Is there any complete graph with more than $2$ spanning trees with disjoint edges? Or it will always have exactly $2$ spanning trees with disjoint edges.

                      2. Is there any graph other than wheel or wheel as its subgraph having spanning trees with disjointed edges?






                      share|cite|improve this answer





















                      • These questions and beyond have been answered in the papers I cited. If you are interested, you can take a look.
                        – Apass.Jack
                        19 hours ago












                      • Thanks @Apass.Jack I have seen your answer. Will look at it.
                        – Mr. Sigma.
                        19 hours ago













                      up vote
                      1
                      down vote










                      up vote
                      1
                      down vote









                      After observing the graphs presented by @Bjorn and @Gokul, I arrive at the conclusion that every complete graph $K_n$ with $ngeq4$ has at least two spanning trees with disjoint edges.
                      enter image description here



                      The graph given in the pic, which is wheel, has clearly two spanning trees with disjoint edges. In fact, every wheel will have exactly $2$ spanning trees with disjointed edges because one is complement graph of another.



                      Now, If we look at the solution of @Bjorn carefully, we find that his graph & spanning trees are homomorphic to the graphs shown in the pic. In fact, every complete graph $K_n$ with $ngeq4$ has wheel as its subgraph, so it directly follows that every complete complete graph with $ngeq4$ has at least 2 (or exactly $2$?) spanning trees with disjoint edges.



                      P.S:
                      This observation gives birth to $2$ more interesting question.




                      1. Is there any complete graph with more than $2$ spanning trees with disjoint edges? Or it will always have exactly $2$ spanning trees with disjoint edges.

                      2. Is there any graph other than wheel or wheel as its subgraph having spanning trees with disjointed edges?






                      share|cite|improve this answer












                      After observing the graphs presented by @Bjorn and @Gokul, I arrive at the conclusion that every complete graph $K_n$ with $ngeq4$ has at least two spanning trees with disjoint edges.
                      enter image description here



                      The graph given in the pic, which is wheel, has clearly two spanning trees with disjoint edges. In fact, every wheel will have exactly $2$ spanning trees with disjointed edges because one is complement graph of another.



                      Now, If we look at the solution of @Bjorn carefully, we find that his graph & spanning trees are homomorphic to the graphs shown in the pic. In fact, every complete graph $K_n$ with $ngeq4$ has wheel as its subgraph, so it directly follows that every complete complete graph with $ngeq4$ has at least 2 (or exactly $2$?) spanning trees with disjoint edges.



                      P.S:
                      This observation gives birth to $2$ more interesting question.




                      1. Is there any complete graph with more than $2$ spanning trees with disjoint edges? Or it will always have exactly $2$ spanning trees with disjoint edges.

                      2. Is there any graph other than wheel or wheel as its subgraph having spanning trees with disjointed edges?







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered 20 hours ago









                      Mr. Sigma.

                      453218




                      453218












                      • These questions and beyond have been answered in the papers I cited. If you are interested, you can take a look.
                        – Apass.Jack
                        19 hours ago












                      • Thanks @Apass.Jack I have seen your answer. Will look at it.
                        – Mr. Sigma.
                        19 hours ago


















                      • These questions and beyond have been answered in the papers I cited. If you are interested, you can take a look.
                        – Apass.Jack
                        19 hours ago












                      • Thanks @Apass.Jack I have seen your answer. Will look at it.
                        – Mr. Sigma.
                        19 hours ago
















                      These questions and beyond have been answered in the papers I cited. If you are interested, you can take a look.
                      – Apass.Jack
                      19 hours ago






                      These questions and beyond have been answered in the papers I cited. If you are interested, you can take a look.
                      – Apass.Jack
                      19 hours ago














                      Thanks @Apass.Jack I have seen your answer. Will look at it.
                      – Mr. Sigma.
                      19 hours ago




                      Thanks @Apass.Jack I have seen your answer. Will look at it.
                      – Mr. Sigma.
                      19 hours ago


















                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Computer Science 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%2fcs.stackexchange.com%2fquestions%2f101038%2fdo-any-two-spanning-trees-of-a-simple-graph-always-have-some-common-edges%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

                      Mont Emei

                      Province de Neuquén

                      Journaliste