# Equating $k$ Maximum Degrees in Graphs without Short Cycles

**Authors:** M. F\"urst, M. Gentner, M.A. Henning, S. J\"ager, D., Rautenbach

arXiv: 1705.07409 · 2017-05-23

## TL;DR

This paper investigates the minimum vertex set size needed to equalize maximum degrees in graphs without short cycles, providing bounds for forests and graphs with large girth, and shows polynomial-time computability for fixed forests.

## Contribution

It proves bounds on the function f_k(G) for forests and graphs with large girth, confirming conjectures and establishing the polynomial-time computability of f_k(F) for fixed forests.

## Key findings

- Bound f_2(F) for forests based on their order.
- Derived upper bounds on f_k(G) for graphs with girth at least 5.
- Established polynomial-time algorithm for computing f_k(F) for fixed forests.

## Abstract

For an integer $k$ at least $2$, and a graph $G$, let $f_k(G)$ be the minimum cardinality of a set $X$ of vertices of $G$ such that $G-X$ has either $k$ vertices of maximum degree or order less than $k$. Caro and Yuster (Discrete Mathematics 310 (2010) 742-747) conjectured that, for every $k$, there is a constant $c_k$ such that $f_k(G)\leq c_k \sqrt{n(G)}$ for every graph $G$. Verifying a conjecture of Caro, Lauri, and Zarb (arXiv:1704.08472v1), we show the best possible result that, if $t$ is a positive integer, and $F$ is a forest of order at most $\frac{1}{6}\left(t^3+6t^2+17t+12\right)$, then $f_2(F)\leq t$. We study $f_3(F)$ for forests $F$ in more detail obtaining similar almost tight results, and we establish upper bounds on $f_k(G)$ for graphs $G$ of girth at least $5$. For graphs $G$ of girth more than $2p$, for $p$ at least $3$, our results imply $f_k(G)=O\left(n(G)^{\frac{p+1}{3p}}\right)$. Finally, we show that, for every fixed $k$, and every given forest $F$, the value of $f_k(F)$ can be determined in polynomial time.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.07409/full.md

## References

7 references — full list in the complete paper: https://tomesphere.com/paper/1705.07409/full.md

---
Source: https://tomesphere.com/paper/1705.07409