来自集智百科 - 复杂系统|人工智能|复杂科学|复杂网络|自组织
Moonscar讨论 | 贡献2020年8月11日 (二) 14:59的版本 (Moved page from wikipedia:en:Degree (graph theory) (history))
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

此词条暂由彩云小译翻译,未经人工整理和审校,带来阅读不便,请见谅。

A graph with a loop having vertices labeled by degree

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, and in a multigraph, loops are counted twice.[1] The degree of a vertex [math]\displaystyle{ v }[/math] is denoted [math]\displaystyle{ \deg(v) }[/math] or [math]\displaystyle{ \deg v }[/math]. The maximum degree of a graph [math]\displaystyle{ G }[/math], denoted by [math]\displaystyle{ \Delta(G) }[/math], and the minimum degree of a graph, denoted by [math]\displaystyle{ \delta(G) }[/math], are the maximum and minimum degree of its vertices. In the multigraph on the right, the maximum degree is 5 and the minimum degree is 0.

In graph theory, the degree (or valency) of a vertex of a graph is the number of edges that are incident to the vertex, and in a multigraph, loops are counted twice. The degree of a vertex [math]\displaystyle{ v }[/math] is denoted [math]\displaystyle{ \deg(v) }[/math] or [math]\displaystyle{ \deg v }[/math]. The maximum degree of a graph [math]\displaystyle{ G }[/math], denoted by [math]\displaystyle{ \Delta(G) }[/math], and the minimum degree of a graph, denoted by [math]\displaystyle{ \delta(G) }[/math], are the maximum and minimum degree of its vertices. In the multigraph on the right, the maximum degree is 5 and the minimum degree is 0.

在图论中,一个图的顶点的度(或价)是关联到该顶点的边的数量,在多重图中,循环被计数两次。顶点的度数表示“ math”或“ math”。图 < math > g </math > 的最大度,用 < math > Delta (g) </math > 表示; 图的最小度,用 < math > Delta (g) </math > 表示,是其顶点的最大度和最小度。在右多重图中,最大度为5,最小度为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 [math]\displaystyle{ K_n }[/math], where [math]\displaystyle{ n }[/math] is the number of vertices in the graph) is a special kind of regular graph where all vertices have the maximum degree, [math]\displaystyle{ n-1 }[/math].

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 [math]\displaystyle{ K_n }[/math], where [math]\displaystyle{ n }[/math] is the number of vertices in the graph) is a special kind of regular graph where all vertices have the maximum degree, [math]\displaystyle{ n-1 }[/math].

在正则图中,每个顶点都具有相同的度,因此我们可以称之为图的度。一个完全图(表示“ math” > k _ n </math > ,其中 < math > n </math > 是图中顶点的数目)是一种特殊的正则图,其中所有顶点都有最大度,< math > n-1 </math > 。


Handshaking lemma

The degree sum formula states that, given a graph [math]\displaystyle{ G=(V, E) }[/math],

The degree sum formula states that, given a graph [math]\displaystyle{ G=(V, E) }[/math],

度和公式表明,给定一个图 < math > g = (v,e) </math > ,


[math]\displaystyle{ \sum_{v \in V} \deg(v) = 2|E|\, . }[/math]

[math]\displaystyle{ \sum_{v \in V} \deg(v) = 2|E|\, . }[/math]

[math]\displaystyle{ \sum_{v \in V} \deg(v) = 2|E|\, . }[/math]


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, 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.

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, 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.

该公式表明,在任何无向图中,奇次顶点的个数是偶数。这个语句(以及度和公式)被称为握手引理。后一个名字来自一个流行的数学问题,证明在任何人群中,与奇数人握过手的人数是偶数。


Degree sequence

Two non-isomorphic graphs with the same degree sequence (3, 2, 2, 2, 2, 1, 1, 1).

Two non-isomorphic graphs with the same degree sequence (3, 2, 2, 2, 2, 1, 1, 1).

具有相同度数列(3,2,2,2,2,2,1,1)的两个不同构图。

The degree sequence of an undirected graph is the non-increasing sequence of its vertex degrees;[2] 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 of an undirected graph is the non-increasing sequence of its vertex degrees; 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.

无向图的度序列是其顶点度的非递增序列,对于上述图是(5,3,3,2,2,1,0)。度序列是图的不变量,因此同构图具有相同的度序列。然而,度序列通常不能唯一地标识一个图,在某些情况下,不同构图具有相同的度序列。


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 converse 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 by a matching, and fill out the remaining even degree counts by self-loops.

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 converse 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 by a matching, and fill out the remaining even degree counts by self-loops.

度序列问题是寻找度序列为给定的正整数非增序列的部分或全部图的问题。(拖尾的零可能被忽略,因为它们通过向图中添加适当数量的孤立顶点来实现。)一个序列是某个图的度序列,即。度序列问题有解决方案的,称为图形序列或图形序列。由于度和公式的结果,任何具有奇数和的序列,如(3,3,1) ,都不能实现为图的度序列。反之亦然: 如果一个序列有偶数和,它就是重图的度序列。这样一个图的构造很简单: 通过匹配将奇数度数的顶点成对连接起来,然后通过自循环填充剩余的偶数度数。

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 either be solved by the Erdős–Gallai theorem or the Havel–Hakimi algorithm.

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 either be solved by the Erdős–Gallai theorem or the Havel–Hakimi algorithm.

一个给定的度序列是否可以用一个简单的图来实现的问题更具有挑战性。这个问题也称为图实现问题,既可以用 erd s-Gallai 定理解决,也可以用 Havel-Hakimi 算法解决。

The problem of finding or estimating the number of graphs with a given degree sequence is a problem from the field of graph enumeration.

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 [math]\displaystyle{ k }[/math]-graphic if it is the degree sequence of some [math]\displaystyle{ k }[/math]-uniform hypergraph. In particular, a [math]\displaystyle{ 2 }[/math]-graphic sequence is graphic. Deciding if a given sequence is [math]\displaystyle{ k }[/math]-graphic is doable in polynomial time for [math]\displaystyle{ k=2 }[/math] via the Erdős–Gallai theorem but is NP-complete for all [math]\displaystyle{ k\ge 3 }[/math] (Deza et al., 2018 [3]).

More generally, the degree sequence of a hypergraph is the non-increasing sequence of its vertex degrees. A sequence is [math]\displaystyle{ k }[/math]-graphic if it is the degree sequence of some [math]\displaystyle{ k }[/math]-uniform hypergraph. In particular, a [math]\displaystyle{ 2 }[/math]-graphic sequence is graphic. Deciding if a given sequence is [math]\displaystyle{ k }[/math]-graphic is doable in polynomial time for [math]\displaystyle{ k=2 }[/math] via the Erdős–Gallai theorem but is NP-complete for all [math]\displaystyle{ k\ge 3 }[/math] (Deza et al., 2018 ).

一般来说,超图的度序列是其顶点度的非递增序列。一个序列是 < math > k </math >-graphic,如果它是一些 < math > k </math >-uniform 超图的度序列。特别是 < math > 2 </math >-graphic 序列是图形。决定一个给定的序列是否是 < math > k </math >-graphic 可以在多项式时间内通过 erd s-Gallai 定理实现 < math > k = 2 </math > ,但是对于所有 < math > k ge 3 </math > 是 np 完全的(Deza et al. ,2018)。


Special values

An undirected graph with leaf nodes 4, 5, 6, 7, 10, 11, and 12

An undirected graph with leaf nodes 4, 5, 6, 7, 10, 11, and 12

具有叶节点4、5、6、7、10、11和12的无向图

  • A vertex with degree 1 is called a leaf vertex or end 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 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.


See also


Notes

  1. Diestel p.5
  2. Diestel p.216
  3. Deza, Antoine; Levin, Asaf; Meesum, Syed M.; Onn, Shmuel (January 2018). "Optimization over Degree Sequences". SIAM Journal on Discrete Mathematics (in English). 32 (3): 2067–2079. arXiv:1706.03951. doi:10.1137/17M1134482. ISSN 0895-4801.


References

1955年), [http://eudml.org/doc/19050

Http://eudml.org/doc/19050 "关于有限图存在性的一个注记"], Časopis pro pěstování matematiky (in Czech), 80

80: 477–480 {{citation}}: Check |url= value (help); Check date values in: |year= (help); Unknown parameter |页数= ignored (help); line feed character in |url= at position 27 (help); line feed character in |volume= at position 3 (help); line feed character in |year= at position 5 (help)CS1 maint: unrecognized language (link)

}}

}}

  • Hakimi, S.l. (1962), "一组整数作为线性图顶点度的可实现性。一", Journal of the Society for Industrial and Applied Mathematics 工业与应用数学学会杂志, 10

10: 496–506, MR [//www.ams.org/mathscinet-getitem?mr=0148049%0A%0A0148049%E5%85%88%E7%94%9F 0148049 0148049先生] {{citation}}: Check |mr= value (help); Unknown parameter |页数= ignored (help); line feed character in |journal= at position 62 (help); line feed character in |mr= at position 8 (help); line feed character in |volume= at position 3 (help).

| year = 1962}}.

1962}}.

  • Sierksma, Gerard

1 = 杰拉德; Hoogeveen, Han (1991), "整数序列为图形的七个条件", Journal of Graph Theory, 15

15 (2

2): 223–231, doi:[//doi.org/10.1002%2Fjgt.3190150209%0A%0A10.1002%2Fjgt.%203190150209 10.1002/jgt.3190150209 10.1002/jgt. 3190150209], MR [//www.ams.org/mathscinet-getitem?mr=1106533%0A%0A1106533%E5%85%88%E7%94%9F 1106533 1106533先生] {{citation}}: Check |doi= value (help); Check |mr= value (help); Unknown parameter |Journal= ignored (|journal= suggested) (help); line feed character in |doi= at position 23 (help); line feed character in |first1= at position 7 (help); line feed character in |issue= at position 2 (help); line feed character in |mr= at position 8 (help); line feed character in |volume= at position 3 (help).

| year = 1991}}.

1991}}.

Category:Graph theory

范畴: 图论


This page was moved from wikipedia:en:Degree (graph theory). Its edit history can be viewed at 度/edithistory