]> mj.ucw.cz Git - saga.git/commitdiff
References to better bounds for enforced minors.
authorMartin Mares <mj@ucw.cz>
Sat, 3 May 2008 19:27:02 +0000 (21:27 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 3 May 2008 19:27:02 +0000 (21:27 +0200)
adv.tex
biblio.bib

diff --git a/adv.tex b/adv.tex
index b21a363c9eda3ef5e7de5066311db598ec0da307..09670b6ad62cfdca95e14422c430a4eef9da15f9 100644 (file)
--- a/adv.tex
+++ b/adv.tex
@@ -76,7 +76,7 @@ Let $G$ be a~graph and $\cal C$ be a class of graphs. We define the \df{edge den
 $\varrho(G)$ of~$G$ as the average number of edges per vertex, i.e., $m(G)/n(G)$. The
 edge density $\varrho(\cal C)$ of the class is then defined as the infimum of $\varrho(G)$ over all $G\in\cal C$.
 
-\thmn{Mader \cite{mader:dens}}
+\thmn{Mader \cite{mader:dens}}\id{maderthm}%
 For every $k\in{\bb N}$ there exists $h(k)\in{\bb R}$ such that every graph
 of average degree at least~$h(k)$ contains a~subdivision of~$K_{k}$ as a~subgraph.
 
@@ -124,10 +124,6 @@ edges, its average degree would be at least~$h(x)$, so by the previous theorem
 $G$~would contain a~subdivision of~$K_x$ and hence $K_x$ as a~minor.
 \qed
 
-\rem
-Minor-closed classes share many other interesting properties, for example bounded chromatic
-numbers of various kinds, as shown by Theorem 6.1 of \cite{nesetril:minors}.
-
 Let us return to the analysis of our algorithm.
 
 \thmn{MST on minor-closed classes, Mare\v{s} \cite{mm:mst}}\id{mstmcc}%
@@ -265,6 +261,17 @@ The observation in~Theorem~\ref{mstmcc} was also independently made by Gustedt \
 who studied a~parallel version of the Contractive Bor\o{u}vka's algorithm applied
 to minor-closed classes.
 
+\rem
+The bound on the average degree needed to enforce a~$K_k$ minor, which we get from Theorem \ref{maderthm},
+is very coarse. Kostochka \cite{kostochka:lbh} and independently Thomason \cite{thomason:efc}
+have proven that an~average degree $\Omega(k\sqrt{\log k})$ is sufficient and that this
+is the best what we can get.
+
+\rem
+Minor-closed classes share many other interesting properties, for example bounded chromatic
+numbers of various kinds, as shown by Theorem 6.1 of \cite{nesetril:minors}. We can expect
+that many algorithmic problems will turn out to be easy for them.
+
 %--------------------------------------------------------------------------------
 
 \section{Iterated algorithms}\id{iteralg}%
index a2cbfa0aa827f460fa3de921740f6d441d01944c..9a40c051842ac447f6c411359cdb6340831d0b58 100644 (file)
  publisher = {ACM},
  address = {New York, NY, USA},
 }
+
+@article{ kostochka:lbh,
+  title={{Lower bound of the hadwiger number of graphs by their average degree}},
+  author={Kostochka, A.V.},
+  journal={Combinatorica},
+  volume={4},
+  number={4},
+  pages={307--316},
+  year={1984},
+  publisher={Springer}
+}
+
+@article{ thomason:efc,
+  title={{An extremal function for contractions of graphs}},
+  author={Thomason, A.},
+  journal={Mathematical proceedings of the Cambridge Philosophical Society},
+  volume={95},
+  number={2},
+  pages={261--265},
+  year={1984},
+  publisher={Cambridge University Press}
+}