The Wikipedia definition of the degeneracy of a graph.
I'm trying to understand Wikipedia's definition of "Degeneracy (graph theory)" which says:
In graph theory, a k-degenerate graph is an undirected graph in which every subgraph has a vertex of degree at most k: that is, some vertex in the subgraph touches k or fewer of the subgraph's edges.
Degeneracy - Wikipedia
But then I look at the example and it does not make sense to me. Here is the graphic:
2-core
Now, from what I understand, a subgraph can be any subset of vertices and edges from the original graph. If so, one vertex can be a subgraph. If so, the 2-degenerate graph has many single vertices (aka subgraphs) that touch more than 2 edges.
I am sure I am missing something, but I don't know what it is.
graph-theory
add a comment |
I'm trying to understand Wikipedia's definition of "Degeneracy (graph theory)" which says:
In graph theory, a k-degenerate graph is an undirected graph in which every subgraph has a vertex of degree at most k: that is, some vertex in the subgraph touches k or fewer of the subgraph's edges.
Degeneracy - Wikipedia
But then I look at the example and it does not make sense to me. Here is the graphic:
2-core
Now, from what I understand, a subgraph can be any subset of vertices and edges from the original graph. If so, one vertex can be a subgraph. If so, the 2-degenerate graph has many single vertices (aka subgraphs) that touch more than 2 edges.
I am sure I am missing something, but I don't know what it is.
graph-theory
add a comment |
I'm trying to understand Wikipedia's definition of "Degeneracy (graph theory)" which says:
In graph theory, a k-degenerate graph is an undirected graph in which every subgraph has a vertex of degree at most k: that is, some vertex in the subgraph touches k or fewer of the subgraph's edges.
Degeneracy - Wikipedia
But then I look at the example and it does not make sense to me. Here is the graphic:
2-core
Now, from what I understand, a subgraph can be any subset of vertices and edges from the original graph. If so, one vertex can be a subgraph. If so, the 2-degenerate graph has many single vertices (aka subgraphs) that touch more than 2 edges.
I am sure I am missing something, but I don't know what it is.
graph-theory
I'm trying to understand Wikipedia's definition of "Degeneracy (graph theory)" which says:
In graph theory, a k-degenerate graph is an undirected graph in which every subgraph has a vertex of degree at most k: that is, some vertex in the subgraph touches k or fewer of the subgraph's edges.
Degeneracy - Wikipedia
But then I look at the example and it does not make sense to me. Here is the graphic:
2-core
Now, from what I understand, a subgraph can be any subset of vertices and edges from the original graph. If so, one vertex can be a subgraph. If so, the 2-degenerate graph has many single vertices (aka subgraphs) that touch more than 2 edges.
I am sure I am missing something, but I don't know what it is.
graph-theory
graph-theory
edited Nov 21 '18 at 16:14
Mefitico
920117
920117
asked Nov 21 '18 at 16:09
spacedustpi
32
32
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Each edge of a subgraph must have two vertices. (These vertices need to be in the subgraph.) That is, a single vertex with one or more edges from it, but with the edges not connected to other vertices of the subgraph at their "other ends", is not considered a subgraph.
1
Ah yes, in the context of a subgraph, an edge does not exist unless connected on both ends by vertices.
– spacedustpi
Nov 21 '18 at 18:13
However, if I choose the 4th, 6th, and 10th nodes as the subgraph, the 4th vertices is touching 3 edges whose other ends are connected to vertices. So this is more than a 2-degenerate graph?
– spacedustpi
Nov 21 '18 at 18:25
If you only choose the 4,6,10 vertices and no edges, that subgraph has each vertex degree 0. If you choose for your subgraph vertices 4,6,10 and edges (4,6), (4,10), (6,10) then each of vertices 4,6,10 has degree 2 in the subgraph.
– coffeemath
Nov 21 '18 at 18:33
Also wiki definition only says each subgaph has a (i.e. at least one) vertex of degree $d le k$ to be called $k$-degenerate. It doesn't matter if the subgraph has some other vertices of degree more than $k,$ only that at least one vertex in the subgraph has degree $d le k.$
– coffeemath
Nov 21 '18 at 18:38
I see, I should have included edges too. Anyway I think I get it now. I actually thought it meant no vertex in a subgroup can have more than two edges connected to another vertex.
– spacedustpi
Nov 21 '18 at 18:45
|
show 2 more comments
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3007931%2fthe-wikipedia-definition-of-the-degeneracy-of-a-graph%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
Each edge of a subgraph must have two vertices. (These vertices need to be in the subgraph.) That is, a single vertex with one or more edges from it, but with the edges not connected to other vertices of the subgraph at their "other ends", is not considered a subgraph.
1
Ah yes, in the context of a subgraph, an edge does not exist unless connected on both ends by vertices.
– spacedustpi
Nov 21 '18 at 18:13
However, if I choose the 4th, 6th, and 10th nodes as the subgraph, the 4th vertices is touching 3 edges whose other ends are connected to vertices. So this is more than a 2-degenerate graph?
– spacedustpi
Nov 21 '18 at 18:25
If you only choose the 4,6,10 vertices and no edges, that subgraph has each vertex degree 0. If you choose for your subgraph vertices 4,6,10 and edges (4,6), (4,10), (6,10) then each of vertices 4,6,10 has degree 2 in the subgraph.
– coffeemath
Nov 21 '18 at 18:33
Also wiki definition only says each subgaph has a (i.e. at least one) vertex of degree $d le k$ to be called $k$-degenerate. It doesn't matter if the subgraph has some other vertices of degree more than $k,$ only that at least one vertex in the subgraph has degree $d le k.$
– coffeemath
Nov 21 '18 at 18:38
I see, I should have included edges too. Anyway I think I get it now. I actually thought it meant no vertex in a subgroup can have more than two edges connected to another vertex.
– spacedustpi
Nov 21 '18 at 18:45
|
show 2 more comments
Each edge of a subgraph must have two vertices. (These vertices need to be in the subgraph.) That is, a single vertex with one or more edges from it, but with the edges not connected to other vertices of the subgraph at their "other ends", is not considered a subgraph.
1
Ah yes, in the context of a subgraph, an edge does not exist unless connected on both ends by vertices.
– spacedustpi
Nov 21 '18 at 18:13
However, if I choose the 4th, 6th, and 10th nodes as the subgraph, the 4th vertices is touching 3 edges whose other ends are connected to vertices. So this is more than a 2-degenerate graph?
– spacedustpi
Nov 21 '18 at 18:25
If you only choose the 4,6,10 vertices and no edges, that subgraph has each vertex degree 0. If you choose for your subgraph vertices 4,6,10 and edges (4,6), (4,10), (6,10) then each of vertices 4,6,10 has degree 2 in the subgraph.
– coffeemath
Nov 21 '18 at 18:33
Also wiki definition only says each subgaph has a (i.e. at least one) vertex of degree $d le k$ to be called $k$-degenerate. It doesn't matter if the subgraph has some other vertices of degree more than $k,$ only that at least one vertex in the subgraph has degree $d le k.$
– coffeemath
Nov 21 '18 at 18:38
I see, I should have included edges too. Anyway I think I get it now. I actually thought it meant no vertex in a subgroup can have more than two edges connected to another vertex.
– spacedustpi
Nov 21 '18 at 18:45
|
show 2 more comments
Each edge of a subgraph must have two vertices. (These vertices need to be in the subgraph.) That is, a single vertex with one or more edges from it, but with the edges not connected to other vertices of the subgraph at their "other ends", is not considered a subgraph.
Each edge of a subgraph must have two vertices. (These vertices need to be in the subgraph.) That is, a single vertex with one or more edges from it, but with the edges not connected to other vertices of the subgraph at their "other ends", is not considered a subgraph.
answered Nov 21 '18 at 16:21
coffeemath
2,4631413
2,4631413
1
Ah yes, in the context of a subgraph, an edge does not exist unless connected on both ends by vertices.
– spacedustpi
Nov 21 '18 at 18:13
However, if I choose the 4th, 6th, and 10th nodes as the subgraph, the 4th vertices is touching 3 edges whose other ends are connected to vertices. So this is more than a 2-degenerate graph?
– spacedustpi
Nov 21 '18 at 18:25
If you only choose the 4,6,10 vertices and no edges, that subgraph has each vertex degree 0. If you choose for your subgraph vertices 4,6,10 and edges (4,6), (4,10), (6,10) then each of vertices 4,6,10 has degree 2 in the subgraph.
– coffeemath
Nov 21 '18 at 18:33
Also wiki definition only says each subgaph has a (i.e. at least one) vertex of degree $d le k$ to be called $k$-degenerate. It doesn't matter if the subgraph has some other vertices of degree more than $k,$ only that at least one vertex in the subgraph has degree $d le k.$
– coffeemath
Nov 21 '18 at 18:38
I see, I should have included edges too. Anyway I think I get it now. I actually thought it meant no vertex in a subgroup can have more than two edges connected to another vertex.
– spacedustpi
Nov 21 '18 at 18:45
|
show 2 more comments
1
Ah yes, in the context of a subgraph, an edge does not exist unless connected on both ends by vertices.
– spacedustpi
Nov 21 '18 at 18:13
However, if I choose the 4th, 6th, and 10th nodes as the subgraph, the 4th vertices is touching 3 edges whose other ends are connected to vertices. So this is more than a 2-degenerate graph?
– spacedustpi
Nov 21 '18 at 18:25
If you only choose the 4,6,10 vertices and no edges, that subgraph has each vertex degree 0. If you choose for your subgraph vertices 4,6,10 and edges (4,6), (4,10), (6,10) then each of vertices 4,6,10 has degree 2 in the subgraph.
– coffeemath
Nov 21 '18 at 18:33
Also wiki definition only says each subgaph has a (i.e. at least one) vertex of degree $d le k$ to be called $k$-degenerate. It doesn't matter if the subgraph has some other vertices of degree more than $k,$ only that at least one vertex in the subgraph has degree $d le k.$
– coffeemath
Nov 21 '18 at 18:38
I see, I should have included edges too. Anyway I think I get it now. I actually thought it meant no vertex in a subgroup can have more than two edges connected to another vertex.
– spacedustpi
Nov 21 '18 at 18:45
1
1
Ah yes, in the context of a subgraph, an edge does not exist unless connected on both ends by vertices.
– spacedustpi
Nov 21 '18 at 18:13
Ah yes, in the context of a subgraph, an edge does not exist unless connected on both ends by vertices.
– spacedustpi
Nov 21 '18 at 18:13
However, if I choose the 4th, 6th, and 10th nodes as the subgraph, the 4th vertices is touching 3 edges whose other ends are connected to vertices. So this is more than a 2-degenerate graph?
– spacedustpi
Nov 21 '18 at 18:25
However, if I choose the 4th, 6th, and 10th nodes as the subgraph, the 4th vertices is touching 3 edges whose other ends are connected to vertices. So this is more than a 2-degenerate graph?
– spacedustpi
Nov 21 '18 at 18:25
If you only choose the 4,6,10 vertices and no edges, that subgraph has each vertex degree 0. If you choose for your subgraph vertices 4,6,10 and edges (4,6), (4,10), (6,10) then each of vertices 4,6,10 has degree 2 in the subgraph.
– coffeemath
Nov 21 '18 at 18:33
If you only choose the 4,6,10 vertices and no edges, that subgraph has each vertex degree 0. If you choose for your subgraph vertices 4,6,10 and edges (4,6), (4,10), (6,10) then each of vertices 4,6,10 has degree 2 in the subgraph.
– coffeemath
Nov 21 '18 at 18:33
Also wiki definition only says each subgaph has a (i.e. at least one) vertex of degree $d le k$ to be called $k$-degenerate. It doesn't matter if the subgraph has some other vertices of degree more than $k,$ only that at least one vertex in the subgraph has degree $d le k.$
– coffeemath
Nov 21 '18 at 18:38
Also wiki definition only says each subgaph has a (i.e. at least one) vertex of degree $d le k$ to be called $k$-degenerate. It doesn't matter if the subgraph has some other vertices of degree more than $k,$ only that at least one vertex in the subgraph has degree $d le k.$
– coffeemath
Nov 21 '18 at 18:38
I see, I should have included edges too. Anyway I think I get it now. I actually thought it meant no vertex in a subgroup can have more than two edges connected to another vertex.
– spacedustpi
Nov 21 '18 at 18:45
I see, I should have included edges too. Anyway I think I get it now. I actually thought it meant no vertex in a subgroup can have more than two edges connected to another vertex.
– spacedustpi
Nov 21 '18 at 18:45
|
show 2 more comments
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3007931%2fthe-wikipedia-definition-of-the-degeneracy-of-a-graph%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown