English
Related papers

Related papers: On metric properties of maps between Hamming space…

200 papers

In connection with his solution of the Sensitivity Conjecture, Hao Huang (arXiv: 1907.00847, 2019) asked the following question: Given a graph $G$ with high symmetry, what can we say about the smallest maximum degree of induced subgraphs of…

Combinatorics · Mathematics 2021-08-27 Dingding Dong

The $H$-Coloring problem is a well-known generalization of the classical NP-complete problem $k$-Coloring where the task is to determine whether an input graph admits a homomorphism to the template graph $H$. This problem has been the…

Computational Complexity · Computer Science 2025-09-08 Ambroise Baril , Miguel Couceiro , Victor Lagerkvist

An edge-weighted graph $G$, possibly with loops, is said to be antiferromagnetic if it has nonnegative weights and at most one positive eigenvalue, counting multiplicities. The number of graph homomorphisms from a graph $H$ to an…

Combinatorics · Mathematics 2025-06-18 Joonkyung Lee , Jaeseong Oh , Jaehyeon Seo

We study the complexity of graph modification problems with respect to homomorphism-based colouring properties of edge-coloured graphs. A homomorphism from edge-coloured graph $G$ to edge-coloured graph $H$ is a vertex-mapping from $G$ to…

Data Structures and Algorithms · Computer Science 2022-05-04 Florent Foucaud , Hervé Hocquard , Dimitri Lajou , Valia Mitsou , Théo Pierron

Let f_\beta = h_\beta+\bar{g}_\beta and F_a = H_a +\bar{G}_a be harmonic mappings obtained by shearing of analytic mappings h_\beta +g_\beta = 1/(2i\sin\beta)log((1 + ze^{i\beta})/(1 + ze^{-i\beta})), 0<\beta<\pi and H_a+G_a = z/(1-z),…

Complex Variables · Mathematics 2013-07-25 Raj Kumar , Sushma Gupta , Sukhjit Singh , Michael Dorff

Given a graph $G$ and two graph homomorphisms $\alpha$ and $\beta$ from $G$ to a fixed graph $H$, the problem $H$-Recoloring asks whether there is a transformation from $\alpha$ to $\beta$ that changes the image of a single vertex at each…

Discrete Mathematics · Computer Science 2024-10-17 Moritz Mühlenthaler , Mark H. Siggers , Thomas Suzan

In this paper we determine all singular endomorphisms of the Hamming graph and other related graphs. The Hamming graph has vertices $\mathbb{Z}^{m}_n$ where two vertices are adjacent, if their Hamming distance is $1$. We show that its…

Combinatorics · Mathematics 2016-02-09 Artur Schaefer

We consider the complexity of finding weighted homomorphisms from intersection graphs of curves (string graphs) with $n$ vertices to a fixed graph $H$. We provide a complete dichotomy for the problem: if $H$ has no two vertices sharing two…

Computational Complexity · Computer Science 2019-06-24 Karolina Okrasa , Paweł Rzążewski

Suppose $\alpha, \beta$ are Lipschitz strongly concave functions from $[0, 1]$ to $\mathbb{R}$ and $\gamma$ is a concave function from $[0, 1]$ to $\mathbb{R}$, such that $\alpha(0) = \gamma(0) = 0$, and $\alpha(1) = \beta(0) = 0$ and…

Probability · Mathematics 2026-03-24 Hariharan Narayanan , Scott Sheffield

In this article, we generalize the notion of orthogonality as a linear combination of norm derivatives in order to give a novel concept that we refer to as $\rho_{\alpha,\beta}$-orthogonality. Also, we discuss some of its geometric…

Functional Analysis · Mathematics 2023-10-12 Kallal Pal , Sumit Chandok

An $n$-vertex graph is said to to be $(p,\beta)$-bijumbled if for any vertex sets $A,B\subseteq V(G)$, we have \[e(A,B)=p|A||B|\pm \beta \sqrt{|A||B|}.\] We prove that for any $3\leq r\in \mathbb{N}$ and $c>0$ there exists an…

Combinatorics · Mathematics 2023-02-08 Patrick Morris

Let $n,k,b$ be integers with $1 \le k-1 \le b \le n$ and let $G_{n,k,b}$ be the graph whose vertices are the $k$-element subsets $X$ of $\{0,\dots,n\}$ with $\max(X)-\min(X) \le b$ and where two such vertices $X,Y$ are joined by an edge if…

Combinatorics · Mathematics 2019-06-21 Konrad Engel , Sebastian Hanisch

Let $\sigma$ be a partition of the positive integer $r$. A $\sigma$-hypergraph $H=H(n,r,q|\sigma)$ is an $r$-uniform hypergraph on $nq$ vertices which are partitioned into $n$ classes $V_1, V_2, \ldots, V_n$ each containing $q$ vertices. An…

Combinatorics · Mathematics 2014-05-02 Yair Caro , Josef Lauri , Christina Zarb

Let $\beta>0$. Motivated by jumbled graphs defined by Thomason, the celebrated expander mixing lemma and Haemers's vertex separation inequality, we define that a graph $G$ with $n$ vertices is a weakly $(n,\beta)$-graph if $\frac{|X|…

Combinatorics · Mathematics 2022-05-31 Xiaofeng Gu , Muhuo Liu

An $(m, n)$-colored-mixed graph $G=(V, A_1, A_2,\cdots, A_m, E_1, E_2,\cdots, E_n)$ is a graph having $m$ colors of arcs and $n$ colors of edges. We do not allow two arcs or edges to have the same endpoints. A homomorphism from an…

Combinatorics · Mathematics 2020-09-01 Fabien Jacques , Pascal Ochem

Let ${\mathbb{D}}^{m\times n}$ be the set of $m\times n$ matrices over a division ring $\mathbb{D}$. Two matrices $A,B\in {\mathbb{D}}^{m\times n}$ are adjacent if ${\rm rank}(A-B)=1$. By the adjacency, ${\mathbb{D}}^{m\times n}$ is a…

Combinatorics · Mathematics 2017-02-21 Li-Ping Huang , Kang Zhao

A graph is called an $(r,k)$-graph if its vertex set can be partitioned into $r$ parts, each having at most $k$ vertices and there is at least one edge between any two parts. Let $f(r,H)$ be the minimum $k$ for which there exists an…

Combinatorics · Mathematics 2025-08-13 John Byrne , Michael Tait , Craig Timmons

For Gamma a finite, connected metric graph, we consider the space of configurations of n points in Gamma with a restraint parameter r dictating the minimum distance allowed between each pair of points. These restricted configuration spaces…

Geometric Topology · Mathematics 2013-01-25 James Dover , Murad Özaydın

The Planar Graph Metric Compression Problem is to compactly encode the distances among $k$ nodes in a planar graph of size $n$. Two na\"ive solutions are to store the graph using $O(n)$ bits, or to explicitly store the distance matrix with…

Data Structures and Algorithms · Computer Science 2017-03-16 Amir Abboud , Pawel Gawrychowski , Shay Mozes , Oren Weimann

For a sequence $(H_i)_{i=1}^k$ of graphs, let $\textrm{nim}(n;H_1,\ldots, H_k)$ denote the maximum number of edges not contained in any monochromatic copy of $H_i$ in colour $i$, for any colour $i$, over all $k$-edge-colourings of~$K_n$.…

Combinatorics · Mathematics 2018-07-11 Hong Liu , Oleg Pikhurko , Maryam Sharifzadeh