Can an undirected graph be disconnected?











up vote
0
down vote

favorite












This may be a rather trivial question but I am still trying to get the hang of all the graph theory terms. Nonetheless, I haven't found a source that explicitly says that an undirected graph can only be connected so is it possible to have an undirected graph that is disconnected? And if so, may I have an example one?



Much thanks!










share|cite|improve this question
























  • if they are made of separate pieces.
    – hbm
    Dec 4 at 23:30






  • 5




    Here's an example of (the diagram of) a disconnected undirected graph: $$huge ○,,,, ○$$
    – Git Gud
    Dec 4 at 23:30

















up vote
0
down vote

favorite












This may be a rather trivial question but I am still trying to get the hang of all the graph theory terms. Nonetheless, I haven't found a source that explicitly says that an undirected graph can only be connected so is it possible to have an undirected graph that is disconnected? And if so, may I have an example one?



Much thanks!










share|cite|improve this question
























  • if they are made of separate pieces.
    – hbm
    Dec 4 at 23:30






  • 5




    Here's an example of (the diagram of) a disconnected undirected graph: $$huge ○,,,, ○$$
    – Git Gud
    Dec 4 at 23:30















up vote
0
down vote

favorite









up vote
0
down vote

favorite











This may be a rather trivial question but I am still trying to get the hang of all the graph theory terms. Nonetheless, I haven't found a source that explicitly says that an undirected graph can only be connected so is it possible to have an undirected graph that is disconnected? And if so, may I have an example one?



Much thanks!










share|cite|improve this question















This may be a rather trivial question but I am still trying to get the hang of all the graph theory terms. Nonetheless, I haven't found a source that explicitly says that an undirected graph can only be connected so is it possible to have an undirected graph that is disconnected? And if so, may I have an example one?



Much thanks!







graph-theory connectedness directed-graphs






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 4 at 23:42









Scientifica

6,26141333




6,26141333










asked Dec 4 at 23:23









DevAllanPer

1296




1296












  • if they are made of separate pieces.
    – hbm
    Dec 4 at 23:30






  • 5




    Here's an example of (the diagram of) a disconnected undirected graph: $$huge ○,,,, ○$$
    – Git Gud
    Dec 4 at 23:30




















  • if they are made of separate pieces.
    – hbm
    Dec 4 at 23:30






  • 5




    Here's an example of (the diagram of) a disconnected undirected graph: $$huge ○,,,, ○$$
    – Git Gud
    Dec 4 at 23:30


















if they are made of separate pieces.
– hbm
Dec 4 at 23:30




if they are made of separate pieces.
– hbm
Dec 4 at 23:30




5




5




Here's an example of (the diagram of) a disconnected undirected graph: $$huge ○,,,, ○$$
– Git Gud
Dec 4 at 23:30






Here's an example of (the diagram of) a disconnected undirected graph: $$huge ○,,,, ○$$
– Git Gud
Dec 4 at 23:30












4 Answers
4






active

oldest

votes

















up vote
7
down vote



accepted










Undirected just mean The edges does not have direction. connected means that there is a path from any vertex of the graph to any other vertex in the graph. so take any disconnected graph whose edges are not directed to give an example. following is one:
enter image description here






share|cite|improve this answer




























    up vote
    4
    down vote













    Yes. The simplest such graph is just two vertices (no edges).






    share|cite|improve this answer




























      up vote
      2
      down vote













      The definition of graph that I know is the following: A graph consists of two sets $(V,E)$ where $V$ is the set of vertices and $E$ is the set of edges.



      The elements of $E$ are subsets (or multisets in the case of loops) of cardinality $2$ of $V$.



      A graph is undirected if ${x,y}={y,x}$ where ${x,y},{y,x}in E$ and it is directed if ${x,y}neq {y,x}$.



      Therefore, by taking $V={a,b,c}$ and $E={{a,b}}$, you obtain a disconnected undirected graph.






      share|cite|improve this answer




























        up vote
        1
        down vote













        I believe, since you can define a graph $G = (E,V)$ by its edge and vertex sets, it is perfectly ok to have a disconnected graph (i.e. a graph with no path between some vertices). In fact, taking $E$ to be empty still results in a graph.






        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%2f3026333%2fcan-an-undirected-graph-be-disconnected%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          7
          down vote



          accepted










          Undirected just mean The edges does not have direction. connected means that there is a path from any vertex of the graph to any other vertex in the graph. so take any disconnected graph whose edges are not directed to give an example. following is one:
          enter image description here






          share|cite|improve this answer

























            up vote
            7
            down vote



            accepted










            Undirected just mean The edges does not have direction. connected means that there is a path from any vertex of the graph to any other vertex in the graph. so take any disconnected graph whose edges are not directed to give an example. following is one:
            enter image description here






            share|cite|improve this answer























              up vote
              7
              down vote



              accepted







              up vote
              7
              down vote



              accepted






              Undirected just mean The edges does not have direction. connected means that there is a path from any vertex of the graph to any other vertex in the graph. so take any disconnected graph whose edges are not directed to give an example. following is one:
              enter image description here






              share|cite|improve this answer












              Undirected just mean The edges does not have direction. connected means that there is a path from any vertex of the graph to any other vertex in the graph. so take any disconnected graph whose edges are not directed to give an example. following is one:
              enter image description here







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered Dec 4 at 23:32









              mathnoob

              1,505217




              1,505217






















                  up vote
                  4
                  down vote













                  Yes. The simplest such graph is just two vertices (no edges).






                  share|cite|improve this answer

























                    up vote
                    4
                    down vote













                    Yes. The simplest such graph is just two vertices (no edges).






                    share|cite|improve this answer























                      up vote
                      4
                      down vote










                      up vote
                      4
                      down vote









                      Yes. The simplest such graph is just two vertices (no edges).






                      share|cite|improve this answer












                      Yes. The simplest such graph is just two vertices (no edges).







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Dec 4 at 23:30









                      platty

                      2,865318




                      2,865318






















                          up vote
                          2
                          down vote













                          The definition of graph that I know is the following: A graph consists of two sets $(V,E)$ where $V$ is the set of vertices and $E$ is the set of edges.



                          The elements of $E$ are subsets (or multisets in the case of loops) of cardinality $2$ of $V$.



                          A graph is undirected if ${x,y}={y,x}$ where ${x,y},{y,x}in E$ and it is directed if ${x,y}neq {y,x}$.



                          Therefore, by taking $V={a,b,c}$ and $E={{a,b}}$, you obtain a disconnected undirected graph.






                          share|cite|improve this answer

























                            up vote
                            2
                            down vote













                            The definition of graph that I know is the following: A graph consists of two sets $(V,E)$ where $V$ is the set of vertices and $E$ is the set of edges.



                            The elements of $E$ are subsets (or multisets in the case of loops) of cardinality $2$ of $V$.



                            A graph is undirected if ${x,y}={y,x}$ where ${x,y},{y,x}in E$ and it is directed if ${x,y}neq {y,x}$.



                            Therefore, by taking $V={a,b,c}$ and $E={{a,b}}$, you obtain a disconnected undirected graph.






                            share|cite|improve this answer























                              up vote
                              2
                              down vote










                              up vote
                              2
                              down vote









                              The definition of graph that I know is the following: A graph consists of two sets $(V,E)$ where $V$ is the set of vertices and $E$ is the set of edges.



                              The elements of $E$ are subsets (or multisets in the case of loops) of cardinality $2$ of $V$.



                              A graph is undirected if ${x,y}={y,x}$ where ${x,y},{y,x}in E$ and it is directed if ${x,y}neq {y,x}$.



                              Therefore, by taking $V={a,b,c}$ and $E={{a,b}}$, you obtain a disconnected undirected graph.






                              share|cite|improve this answer












                              The definition of graph that I know is the following: A graph consists of two sets $(V,E)$ where $V$ is the set of vertices and $E$ is the set of edges.



                              The elements of $E$ are subsets (or multisets in the case of loops) of cardinality $2$ of $V$.



                              A graph is undirected if ${x,y}={y,x}$ where ${x,y},{y,x}in E$ and it is directed if ${x,y}neq {y,x}$.



                              Therefore, by taking $V={a,b,c}$ and $E={{a,b}}$, you obtain a disconnected undirected graph.







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Dec 4 at 23:31









                              Karen

                              805




                              805






















                                  up vote
                                  1
                                  down vote













                                  I believe, since you can define a graph $G = (E,V)$ by its edge and vertex sets, it is perfectly ok to have a disconnected graph (i.e. a graph with no path between some vertices). In fact, taking $E$ to be empty still results in a graph.






                                  share|cite|improve this answer

























                                    up vote
                                    1
                                    down vote













                                    I believe, since you can define a graph $G = (E,V)$ by its edge and vertex sets, it is perfectly ok to have a disconnected graph (i.e. a graph with no path between some vertices). In fact, taking $E$ to be empty still results in a graph.






                                    share|cite|improve this answer























                                      up vote
                                      1
                                      down vote










                                      up vote
                                      1
                                      down vote









                                      I believe, since you can define a graph $G = (E,V)$ by its edge and vertex sets, it is perfectly ok to have a disconnected graph (i.e. a graph with no path between some vertices). In fact, taking $E$ to be empty still results in a graph.






                                      share|cite|improve this answer












                                      I believe, since you can define a graph $G = (E,V)$ by its edge and vertex sets, it is perfectly ok to have a disconnected graph (i.e. a graph with no path between some vertices). In fact, taking $E$ to be empty still results in a graph.







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered Dec 4 at 23:32









                                      Stuartg98

                                      586




                                      586






























                                          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%2f3026333%2fcan-an-undirected-graph-be-disconnected%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

                                          If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                                          Alcedinidae

                                          Can an atomic nucleus contain both particles and antiparticles? [duplicate]