SUPPORT THE WORK

GetWiki

degree (graph theory)

ARTICLE SUBJECTS
aesthetics  →
being  →
complexity  →
database  →
enterprise  →
ethics  →
fiction  →
history  →
internet  →
knowledge  →
language  →
licensing  →
linux  →
logic  →
method  →
news  →
perception  →
philosophy  →
policy  →
purpose  →
religion  →
science  →
sociology  →
software  →
truth  →
unix  →
wiki  →
ARTICLE TYPES
essay  →
feed  →
help  →
system  →
wiki  →
ARTICLE ORIGINS
critical  →
discussion  →
forked  →
imported  →
original  →
degree (graph theory)
[ temporary import ]
please note:
- the content below is remote from Wikipedia
- it has been imported raw for GetWiki
{{Short description|Number of edges touching a vertex in a graph}}(File:UndirectedDegrees (Loop).svg|thumb|A graph with a loop having vertices labeled by degree)In graph theory, the degree (or valency) of a vertex of a graph is the number of edges that are incident to the vertex; in a multigraph, a loop contributes 2 to a vertex’s degree, for the two ends of the edge.BOOK
, Diestel, Reinhard
, Graph Theory
,diestel-graph-theory.com/index.html
, Springer-Verlag
, Berlin, New York
, 3rd
, 978-3-540-26183-4
, 2005
, 5, 28, The degree of a vertex v is denoted deg(v) or deg v. The maximum degree of a graph G is denoted by Delta(G), and is the maximum of G’s vertices’ degrees. The minimum degree of a graph is denoted by delta(G), and is the minimum of G’s vertices’ degrees. In the multigraph shown on the right, the maximum degree is 5 and the minimum degree is 0.
In a regular graph, every vertex has the same degree, and so we can speak of the degree of the graph. A complete graph (denoted K_n, where n is the number of vertices in the graph) is a special kind of regular graph where all vertices have the maximum possible degree, n-1.In a signed graph, the number of positive edges connected to the vertex v is called positive deg(v) and the number of connected negative edges is entitled negative deg(v).JOURNAL
, Ciotti, Valerio
, Bianconi, Giestra
, Capocci, Andrea
, Colaiori, Francesca
, Panzarasa, Pietro
, Degree correlations in signed social networks
, Physica A: Statistical Mechanics and Its Applications
, 2015
, 422
, 25â39
, 10.1016/j.physa.2014.11.062
,www.sciencedirect.com/science/article/abs/pii/S0378437114010334
, 1412.1024
, 2015PhyA..422...25C
, 4995458
, 2021-02-10
, 2021-10-02
,web.archive.org/web/20211002175332/https://www.sciencedirect.com/science/article/abs/pii/S0378437114010334, live, JOURNAL
, Saberi, Majerid
, Khosrowabadi, Reza
, Khatibi, Ali
, Misic, Bratislav
, Jafari, Gholamreza
, Topological impact of negative links on the stability of resting-state brain network
, Scientific Reports
, January 2021
, 11
, 1
, 2176
, 33500525
, 7838299
, 10.1038/s41598-021-81767-7
, 2021NatSR..11.2176S
,

Handshaking lemma

The degree sum formula states that, given a graph G=(V, E),
sum_{v in V} deg(v) = 2|E|, .
The formula implies that in any undirected graph, the number of vertices with odd degree is even. This statement (as well as the degree sum formula) is known as the handshaking lemma. The latter name comes from a popular mathematical problem, which is to prove that in any group of people, the number of people who have shaken hands with an odd number of other people from the group is even.“MEMBERWIDE"> FIRST = PETER, Discrete Mathematics for Computing, 2009,books.google.com/books?id=K5lGEAAAQBAJ&pg=PA185, 185Bloomsbury Publishing>Bloomsbury, 978-0-230-21611-2,

Degree sequence

(File:Conjugate-dessins.svg|thumb|200px|Two non-isomorphic graphs with the same degree sequence (3, 2, 2, 2, 2, 1, 1, 1).)The degree sequence of an undirected graph is the non-increasing sequence of its vertex degrees;{{sfnp|Diestel|2005|p=216}} for the above graph it is (5, 3, 3, 2, 2, 1, 0). The degree sequence is a graph invariant, so isomorphic graphs have the same degree sequence. However, the degree sequence does not, in general, uniquely identify a graph; in some cases, non-isomorphic graphs have the same degree sequence.The degree sequence problem is the problem of finding some or all graphs with the degree sequence being a given non-increasing sequence of positive integers. (Trailing zeroes may be ignored since they are trivially realized by adding an appropriate number of isolated vertices to the graph.) A sequence which is the degree sequence of some graph, i.e. for which the degree sequence problem has a solution, is called a graphic or graphical sequence. As a consequence of the degree sum formula, any sequence with an odd sum, such as (3, 3, 1), cannot be realized as the degree sequence of a graph. The inverse is also true: if a sequence has an even sum, it is the degree sequence of a multigraph. The construction of such a graph is straightforward: connect vertices with odd degrees in pairs (forming a matching), and fill out the remaining even degree counts by self-loops.The question of whether a given degree sequence can be realized by a simple graph is more challenging. This problem is also called graph realization problem and can be solved by either the ErdÅsâGallai theorem or the HavelâHakimi algorithm. The problem of finding or estimating the number of graphs with a given degree sequence is a problem from the field of graph enumeration.More generally, the degree sequence of a hypergraph is the non-increasing sequence of its vertex degrees. A sequence is k-graphic if it is the degree sequence of some k-uniform hypergraph. In particular, a 2-graphic sequence is graphic. Deciding if a given sequence is k-graphic is doable in polynomial time for k=2 via the ErdÅsâGallai theorem but is NP-complete for all kge 3.JOURNAL
, Deza, Antoine
, Levin, Asaf
, Meesum, Syed M.
, Onn, Shmuel
, January 2018
, Optimization over Degree Sequences
, SIAM Journal on Discrete Mathematics
, en
, 32
, 3
, 2067â2079
, 10.1137/17M1134482
, 0895-4801
, 1706.03951
, 52039639,

Special values

(File:Depth-first-tree.png|thumb|An undirected graph with leaf nodes 4, 5, 6, 7, 10, 11, and 12)
  • A vertex with degree 0 is called an isolated vertex.
  • A vertex with degree 1 is called a leaf vertex or end vertex or a pendant vertex, and the edge incident with that vertex is called a pendant edge. In the graph on the right, {3,5} is a pendant edge. This terminology is common in the study of trees in graph theory and especially trees as data structures.
  • A vertex with degree n − 1 in a graph on n vertices is called a dominating vertex.

Global properties

  • If each vertex of the graph has the same degree k, the graph is called a k-regular graph and the graph itself is said to have degree k. Similarly, a bipartite graph in which every two vertices on the same side of the bipartition as each other have the same degree is called a biregular graph.
  • An undirected, connected graph has an Eulerian path if and only if it has either 0 or 2 vertices of odd degree. If it has 0 vertices of odd degree, the Eulerian path is an Eulerian circuit.
  • A directed graph is a directed pseudoforest if and only if every vertex has outdegree at most 1. A functional graph is a special case of a pseudoforest in which every vertex has outdegree exactly 1.
  • By Brooks’ theorem, any graph G other than a clique or an odd cycle has chromatic number at most Î(G), and by Vizing’s theorem any graph has chromatic index at most Î(G) + 1.
  • A k-degenerate graph is a graph in which each subgraph has a vertex of degree at most k.

See also

Notes

{{reflist}}

References

  • JOURNAL, P., ErdÅs, Paul ErdÅs, T., Gallai, Tibor Gallai, Gráfok elÅírt fokszámú pontokkal, hu, Matematikai Lapok, 11, 1960, 264–274,www.renyi.hu/~p_erdos/1961-05.pdf, .
  • JOURNAL, Havel, Václav, V. J. Havel, 1955, A remark on the existence of finite graphs, cs, Äasopis Pro PÄstování Matematiky, 80, 4, 477â480, 10.21136/CPM.1955.108220,eudml.org/doc/19050, free
,
  • JOURNAL


, Hakimi, S. L., S. L. Hakimi
, Journal of the Society for Industrial and Applied Mathematics
, 0148049
, 496â506
, On realizability of a set of integers as degrees of the vertices of a linear graph. I
, 10
, 1962, 3, 10.1137/0110037, .
  • JOURNAL


, Sierksma, Gerard
, Hoogeveen, Han
, 10.1002/jgt.3190150209
, 2
, Journal of Graph Theory
, 1106533
, 223â231
, Seven criteria for integer sequences being graphic
, 15
, 1991,ir.cwi.nl/pub/1579
, .


- content above as imported from Wikipedia
- "degree (graph theory)" does not exist on GetWiki (yet)
- time: 1:51pm EDT - Wed, May 22 2024
[ this remote article is provided by Wikipedia ]
LATEST EDITS [ see all ]
GETWIKI 21 MAY 2024
GETWIKI 09 JUL 2019
Eastern Philosophy
History of Philosophy
GETWIKI 09 MAY 2016
GETWIKI 18 OCT 2015
M.R.M. Parrott
Biographies
GETWIKI 20 AUG 2014
CONNECT