中文
相关论文

相关论文: On the average size of independent sets in triangl…

200 篇论文

Given $d>0$ and a positive integer $n$, let $G$ be a triangle-free graph on $n$ vertices with average degree $d$. With an elegant induction, Shearer (1983) tightened a seminal result of Ajtai, Koml\'os and Szemer\'edi (1980/1981) by proving…

组合数学 · 数学 2025-03-14 Pjotr Buys , Jan van den Heuvel , Ross J. Kang

A theorem of Shearer states that every $n$-vertex triangle-free graph of maximum degree $d \geq 2$ contains an independent set of size at least $(d\log d - d + 1)/(d - 1)^2 \cdot n$. Ajtai, Koml\'{o}s, Pintz, Spencer and Szemer\'{e}di…

组合数学 · 数学 2025-12-18 Jacques Verstraete , Chase Wilson

Ajtai, Koml\'os, and Szemer\'edi proved that for sufficiently large $t$ every triangle-free graph with $n$ vertices and average degree $t$ has an independent set of size at least $\frac{n}{100t}\log{t}$. We extend this by proving that the…

组合数学 · 数学 2011-11-17 Jeff Cooper , Dhruv Mubayi

The triangle-free process begins with an empty graph on n vertices and iteratively adds edges chosen uniformly at random subject to the constraint that no triangle is formed. We determine the asymptotic number of edges in the maximal…

组合数学 · 数学 2019-09-06 Tom Bohman , Peter Keevash

We study the algorithmic task of finding a large independent set in a sparse Erd\H{o}s-R\'{e}nyi random graph with $n$ vertices and average degree $d$. The maximum independent set is known to have size $(2 \log d / d)n$ in the double limit…

计算复杂性 · 计算机科学 2020-11-13 Alexander S. Wein

We extend the study of the occupancy fraction of the hard-core model in two novel directions. One direction gives a tight lower bound in terms of individual vertex degrees, extending work of Sah, Sawhney, Stoner and Zhao which bounds the…

组合数学 · 数学 2025-09-22 Ewan Davies , Juspreet Singh Sandhu , Brian Tan

Recently, Davies, Jenssen, Perkins, and Roberts gave a very nice proof of the result (due, in various parts, to Kahn, Galvin-Tetali, and Zhao) that the independence polynomial of a $d$-regular graph is maximized by disjoint copies of…

组合数学 · 数学 2016-10-19 Jonathan Cutler , A. J. Radcliffe

The independence number of a hypergraph H is the size of a largest set of vertices containing no edge of H. In this paper, we prove new sharp bounds on the independence number of n-vertex (r+1)-uniform hypergraphs in which every r-element…

组合数学 · 数学 2011-06-17 Alexander Kostochka , Dhruv Mubayi , Jacques Versatraete

We show that the largest density of factor of i.i.d. independent sets on the d-regular tree is asymptotically at most (log d)/d as d tends to infinity. This matches the lower bound given by previous constructions. It follows that the…

概率论 · 数学 2019-11-05 Mustazee Rahman , Balint Virag

Finding independent sets of maximum size in fixed graphs is well known to be an NP-hard task. Using scaling limits, we characterise the asymptotics of sequential degree-greedy explorations and provide sufficient conditions for this…

概率论 · 数学 2019-01-04 Matthieu Jonckheere , Manuel Sáenz

An $n$-vertex, $d$-regular graph can have at most $2^{n/2+o_d(n)}$ independent sets. In this paper we address what happens with this upper bound when we impose the further condition that the graph has independence number at most $\alpha$.…

组合数学 · 数学 2024-10-29 David Galvin , Phillip Marmorino

This paper presents a linear prioritized local algorithm that computes large independent sets on a random $d$-regular graph with small and fixed degree $d$. We studied experimentally the independence ratio obtained by the algorithm when $ d…

数据结构与算法 · 计算机科学 2021-08-18 Raffaele Marino , Scott Kirkpatrick

A $d$-regular graph on $n$ nodes has at most $T_{\max} = \frac{n}{3} \tbinom{d}{2}$ triangles. We compute the leading asymptotics of the probability that a large random $d$-regular graph has at least $c \cdot T_{\max}$ triangles, and…

组合数学 · 数学 2021-04-16 Pim van der Hoorn , Gabor Lippner , Elchanan Mossel

Let $G$ be a triangle-free graph with $n$ vertices and average degree $t$. We show that $G$ contains at least \[ e^{(1-n^{-1/12})\frac{1}{2}\frac{n}{t}\ln t (\frac{1}{2}\ln t-1)} \] independent sets. This improves a recent result of the…

组合数学 · 数学 2019-02-20 Jeff Cooper , Kunal Dutta , Dhruv Mubayi

Recently, settling a question of Erd\H{o}s, Balogh and Pet\v{r}\'{i}\v{c}kov\'{a} showed that there are at most $2^{n^2/8+o(n^2)}$ $n$-vertex maximal triangle-free graphs, matching the previously known lower bound. Here we characterize the…

组合数学 · 数学 2016-08-07 József Balogh , Hong Liu , Šárka Petříčková , Maryam Sharifzadeh

Every $n$-vertex planar triangle-free graph with maximum degree at most $3$ has an independent set of size at least $\frac{3}{8}n$. This was first conjectured by Albertson, Bollob\'as and Tucker, and was later proved by Heckman and Thomas.…

组合数学 · 数学 2020-07-15 Wouter Cames van Batenburg , Jan Goedgebeur , Gwenaël Joret

We consider numbers and sizes of independent sets in graphs with minimum degree at least $d$, when the number $n$ of vertices is large. In particular we investigate which of these graphs yield the maximum numbers of independent sets of…

组合数学 · 数学 2012-10-05 Hiu-Fai Law , Colin McDiarmid

In 1995 Kim famously proved the Ramsey bound R(3,t) \ge c t^2/\log t by constructing an n-vertex graph that is triangle-free and has independence number at most C \sqrt{n \log n}. We extend this celebrated result, which is best possible up…

组合数学 · 数学 2021-04-06 He Guo , Lutz Warnke

In this paper, we develop efficient exact and approximate algorithms for computing a maximum independent set in random graphs. In a random graph $G$, each pair of vertices are joined by an edge with a probability $p$, where $p$ is a…

数据结构与算法 · 计算机科学 2013-08-08 Yinglei Song

In this paper, we consider a randomized greedy algorithm for independent sets in $r$-uniform $d$-regular hypergraphs $G$ on $n$ vertices with girth $g$. By analyzing the expected size of the independent sets generated by this algorithm, we…

组合数学 · 数学 2022-01-06 Jiaxi Nie , Jacques Verstraete
‹ 上一页 1 2 3 10 下一页 ›