Content deleted Content added
→Bounds: notation cleanup |
|||
Line 22:
The bandwidth of a graph can be bounded in terms of various other graph parameters. For instance, letting χ(''G'') denote the [[chromatic number]] of ''G'',
letting diam(''G'') denote the [[diameter (graph theory)|diameter]] of ''G'', the following inequalities hold:<ref>{{harvnb|Chinn|Chvátalová|Dewdney|Gibbs|1982}}</ref>
:<math>\lceil (n-1)/\
where <math>n</math> is the number of vertices in <math>G</math>.
If a graph
Some graph families of bounded degree have sublinear bandwidth: {{harvtxt|Chung|1988}} proved that if ''T'' is a tree of maximum degree at most
▲Some graph families of bounded degree have sublinear bandwidth: {{harvtxt|Chung|1988}} proved that if ''T'' is a tree of maximum degree at most ''∆'', then
▲:<math>\varphi(T) \le 5n / \log_\Delta n</math>.
More generally, for [[planar graph]]s of bounded maximum degree at most ''∆'', a similar bound holds (cf. {{harvnb|Böttcher|Pruessmann|Taraz|Würfl|2010}}):
▲:<math>\varphi(G) \le 20n / \log_\Delta n </math>.
:<math>\varphi(G) \le \frac{20n}{\log_\Delta n}.</math>
==Computing the bandwidth==
|