average degree
- https://bookdown.org/omarlizardo/_main/2-7-average-degree.html
- average degree – Average degree is simply the average number of edges per node in the graph. … Total Edges/Total Nodes=Average Degree
- https://onlinelibrary.wiley.com/doi/abs/10.1002/jgt.3190120309
- average degree – The average distance in a graph is defined as the average length of a shortest path between two vertices, taken over all pairs of vertices.
- Sorge2019
- page 3 : average degree – The \emph{average degree} of a graph $G = (V,E)$ is $2|E|/|V|$.
- assumed
- average degree upper bounds minimum degree by a linear function – By definition
- SchroderThesis
- page 35 : bounded average degree does not imply bounded maximum clique – Proposition 3.35
- page 36 : bounded average degree does not imply bounded chordality – Proposition 3.36
- unknown source
- degeneracy upper bounds average degree by a linear function – Removing a vertex of degree $d$ increases the value added to the sum of all degrees by at most $2d$, hence, the average is no more than twice the degeneracy.