A star graph $S_{k}$ is the complete bipartite graph $K_{1,k}$. One bipartition contains 1 vertex and the other bipartition contains $k$ vertices. Wikipedia Article
A graph G is balanced if the average degree of every subgraph H is less than or equal to the average degree of G. In other words $\bar{d}(H) \leq \bar{d}(G)$.
Show that a star graph is balanced.
I have been able to prove this, however in an extremely ugly and long way using many different cases. I was wondering if there is any easy way to prove this. Any ideas?
All trees are balanced, so in particular stars are balanced.
An $n$-vertex tree has average degree $2-\frac 2n$. Any subgraph of average degree $2$ can be reduced to a subgraph of minimum degree $2$ by removing leaves, but a subgraph of minimum degree $2$ would contain a cycle. Trees don't have cycles, so any subgraph of a tree has average degree less than $2$. However, for a $k$-vertex subgraph, the largest possible average degree less than $2$ is $2 - \frac 2k \le 2 - \frac 2n$.
(In fact, all trees are strictly balanced, since the only way to get $2 - \frac2k = 2 - \frac2n$ is to have $k=n$, taking the entire tree as a subgraph.)