English
Related papers

Related papers: On (4,2)-Choosable Graphs

200 papers

We recently introduced proportional choosability, a new list analogue of equitable coloring. Like equitable coloring, and unlike list equitable coloring (a.k.a. equitable choosability), proportional choosability bounds sizes of color…

Combinatorics · Mathematics 2018-07-02 Hemanshu Kaul , Jeffrey A. Mudrock , Michael J. Pelsmajer , Benjamin Reiniger

A graph $G$ is called $(d_1,\dots,d_k)$-colorable if its vertices can be partitioned into $k$ sets $V_1,\dots,V_k$ such that $\Delta(\langle V_i\rangle_G)\leq d_i, i\in \{1,\dots, k\}$. If $d_1 = \dots = d_k = m$ we say that $G$ is…

Combinatorics · Mathematics 2025-09-22 Alexandra Kolačkovská , Mária Maceková , Roman Soták , Diana Švecová

A graph $G$ is called an $[s,t]$-graph if any induced subgraph of $G$ of order $s$ has size at least $t.$ We prove that every $2$-connected $[4,2]$-graph of order at least $7$ is pancyclic. This strengthens existing results. There are…

Combinatorics · Mathematics 2025-09-10 Xingzhi Zhan

A convex geometric graph $G$ is said to be packable if there exist edge-disjoint copies of $G$ in the complete convex geometric graph $K_n$ covering all but $o(n^2)$ edges. We prove that every convex geometric graph with cyclic chromatic…

Combinatorics · Mathematics 2024-02-27 Jiaxi Nie , Erlang Surya , Ji Zeng

The list coloring problem is a variation of the classical vertex coloring problem, extensively studied in recent years, where each vertex has a restricted list of allowed colors, and having some variations as the $(\gamma,\mu)$-coloring,…

Computational Complexity · Computer Science 2019-01-01 Simone Gama , Rosiane de Freitas , Mário Salvatierra

A graph of order $n>3$ is called {switching separable} if its modulo-2 sum with some complete bipartite graph on the same set of vertices is divided into two mutually independent subgraphs, each having at least two vertices. We prove the…

Combinatorics · Mathematics 2013-03-11 Denis Krotov

We say that a vertex $v$ in a connected graph $G$ is decisive if the numbers of walks from $v$ of each length determine the graph $G$ rooted at $v$ up to isomorphism among all connected rooted graphs with the same number of vertices. On the…

Discrete Mathematics · Computer Science 2024-10-24 Frank Fuhlbrück , Johannes Köbler , Oleg Verbitsky , Maksim Zhukovskii

This paper studies the choosability of signed planar graphs. We prove that every signed planar graph is 5-choosable and that there is a signed planar graph which is not 4-choosable while the unsigned graph is 4-choosable. For each $k \in…

Combinatorics · Mathematics 2017-02-27 Ligang Jin , Yingli Kang , Eckhard Steffen

A colouring of a graph $G=(V,E)$ is a function $c: V\rightarrow\{1,2,\ldots \}$ such that $c(u)\neq c(v)$ for every $uv\in E$. A $k$-regular list assignment of $G$ is a function $L$ with domain $V$ such that for every $u\in V$, $L(u)$ is a…

Data Structures and Algorithms · Computer Science 2019-02-08 Konrad K. Dabrowski , Francois Dross , Matthew Johnson , Daniel Paulusma

It is proved that every connected graph $G$ on $n$ vertices with $\chi(G) \geq 4$ has at most $k(k-1)^{n-3}(k-2)(k-3)$ $k$-colourings for every $k \geq 4$. Equality holds for some (and then for every) $k$ if and only if the graph is formed…

Combinatorics · Mathematics 2017-08-08 Fiachra Knox , Bojan Mohar

A mixed hypergraph is a triple $H=(V,\mathcal{C},\mathcal{D})$, where $V$ is a set of vertices, $\mathcal{C}$ and $\mathcal{D}$ are sets of hyperedges. A vertex-coloring of $H$ is proper if $C$-edges are not totally multicolored and…

Combinatorics · Mathematics 2014-07-08 Maria Axenovich , Enrica Cherubini , Torsten Ueckerdt

If $S=(s_1,s_2,\ldots)$ is a non-decreasing sequence of positive integers, then the $S$-packing $k$-coloring of a graph $G$ is a mapping $c: V(G)\rightarrow[k]$ such that if $c(u)=c(v)=i$ for $u\neq v\in V(G)$, then $d_G(u,v)>s_i$. The…

Combinatorics · Mathematics 2023-05-16 Sandi Klavžar , Hui Lei , Xiaopan Lian , Yongtang Shi

Let G be a graph with n vertices and suppose that for each vertex v in G, there exists a list of k colors L(v), such that there is a unique proper coloring for G from this collection of lists, then G is called a uniquely k-list colorable…

Combinatorics · Mathematics 2008-01-03 M. Ghebleh , E. S. Mahmoodian

We say that a graph $G$ has an {\em odd $K_4$-subdivision} if some subgraph of $G$ is isomorphic to a $K_4$-subdivision and whose faces are all odd holes of $G$. For a number $\ell\geq 2$, let $\mathcal{G}_{\ell}$ denote the family of…

Combinatorics · Mathematics 2024-01-03 Rong Chen , Yidong Zhou

For a simple graph $G$, denote by $n$, $\Delta(G)$, and $\chi'(G)$ its order, maximum degree, and chromatic index, respectively. A connected class 2 graph $G$ is edge-chromatic critical if $\chi'(G-e)<\Delta(G)+1$ for every edge $e$ of $G$.…

Combinatorics · Mathematics 2021-03-10 Yan Cao , Guantao Chen , Songling Shan

By a well-known theorem of Thomassen and a planar graph depicted by Voigt, we know that every planar graph is $5$-choosable, and the bound is tight. In 1999, Lam, Xu and Liu reduced $5$ to $4$ on $C_4$-free planar graphs. In the paper, by…

Combinatorics · Mathematics 2022-11-09 Fan Yang , Yue Wang , Jian-liang Wu

We consider the problem of list edge coloring for planar graphs. Edge coloring is the problem of coloring the edges while ensuring that two edges that are incident receive different colors. A graph is k-edge-choosable if for any assignment…

Discrete Mathematics · Computer Science 2013-03-19 Marthe Bonamy

A colouring of a graph $G=(V,E)$ is a mapping $c\colon V\to \{1,2,\ldots\}$ such that $c(u)\neq c(v)$ for every two adjacent vertices $u$ and $v$ of $G$. The {\sc List $k$-Colouring} problem is to decide whether a graph $G=(V,E)$ with a…

Data Structures and Algorithms · Computer Science 2021-08-27 Nick Brettell , Jake Horsfield , Andrea Munaro , Daniel Paulusma

In extremal combinatorics, it is common to focus on structures that are minimal with respect to a certain property. In particular, critical and list-critical graphs occupy a prominent place in graph coloring theory. Stiebitz, Tuza, and…

Combinatorics · Mathematics 2026-02-27 Anton Bernshteyn , Hemanshu Kaul , Jeffrey A. Mudrock , Gunjan Sharma

We give results concerning two problems on the recently introduced \textit{flip colourings of graphs}. For positive integers $b, r$ with $b < r$, we say that a $b + r$ regular graph is a $(b,r)$-\textit{flip graph} if there exists a…

Combinatorics · Mathematics 2025-11-05 Xandru Mifsud