Grau (teoria dos grafos): diferenças entre revisões

Conteúdo apagado Conteúdo adicionado
Linha 2:
[[Image:UndirectedDegrees.svg|thumb|Um grafo com vértices rotulados por grau]]
 
Na [[teoria dos grafos]], o '''grau''' (ou '''valência''') de um [[Vértice (teoria dos grafos)| vértice]] de um grafo é o número de [[grafo|arestas]] [[grafo|incidentes]] para com o vértice, com os [[laço (teoria dos grafos)|laços]] contados duas vezes. <ref name="diestel>{{Citar livro| sobrenome=Diestel | Nome=Reinhard | title=Graph Theory | url=http://www.math.uni-hamburg.de/home/diestel/books/graph.theory/ | editora=Springer-Verlag | local=Berlin, New York | edição=3ª | isbn=978-3-540-26183-4 | ano=2005}}.</ref><ref name=even>{{Referência a livro|autor=Even, Shimon|título=Graph Algorithms|subtítulo=|idioma=|edição=|local=Rockville, Maryland|editora=Computer Science Press|ano=1979|páginas=249|volumes=|volume=|id=ISBN 0-914894-21-8}}</ref> Ou de forma análoga, o número de vértices adjacentes a ele.<ref name=szwarcfiter>{{Referência a livro|autor=Szwarcfiter, Jayme Luiz|título=Grafos e algoritmos computacionais|subtítulo=|idioma=|edição=|local=Rio de Janeiro|editora=Campus|ano=1988|páginas=|volumes=|volume=|id=ISBN 85-7001-341-8}}</ref>O grau de um vértice <math>v</math> é denotado <math>\deg(v).</math> O grau máximo de um grafo ''G'', denotado por Δ(''G''), e o grau mínimo de um grafo, denotado por δ(''G''), são os graus máximos e mínimos de seus vértices. No grafo à direita, o grau máximo é 3 e o mínimo é 0. Em um [[grafo regular]], todos os graus são os mesmos, e assim podemos falar de ''o'' grau do gráfico.
 
 
<!--
 
In [[graph theory]], the '''degree''' (or '''valency''') of a [[vertex (graph theory)|vertex]] of a [[graph (mathematics)|graph]] is the number of [[edge (graph theory)|edges]] [[incidence (graph theory)|incident]] to the vertex, with [[loop (graph theory)|loop]]s counted twice.<ref>Diestel p.5</ref> The degree of a vertex <math>v</math> is denoted <math>\deg(v).</math> The maximum degree of a graph ''G'', denoted by Δ(''G''), and the minimum degree of a graph, denoted by δ(''G''), are the maximum and minimum degree of its vertices. In the graph on the right, the maximum degree is 3 and the minimum degree is 0. In a [[regular graph]], all degrees are the same, and so we can speak of ''the'' degree of the graph.
 
==Handshaking lemma==