Let $G$ be an edge-colored graph on $n$ vertices. For a vertex $v$, the \emph{color degree} of $v$ in $G$, denoted by $d^c(v)$, is the number of colors appearing on the edges incident with $v$. Denote by $δ^c(G)=\min\{d^c(v):v\in V(G)\}$. By a theorem of H. Li, an $n$-vertex edge-colored graph $G$ contains a rainbow triangle if $δ^c(G)\geq \frac{n+1}{2}$. Inspired by this result, we consider two related questions concerning edge-colored books and friendship subgraphs of edge-colored graphs. Let $k\geq 2$ be a positive integer. We prove that if $δ^c(G)\geq \frac{n+k-1}{2}$ where $n\geq 3k-2$, then $G$ contains $k$ rainbow triangles sharing one common edge; and if $δ^c(G)\geq \frac{n+2k-3}{2}$ where $n\geq 2k+9$, then $G$ contains $k$ rainbow triangles sharing one common vertex. The special case $k=2$ of both results improves H. Li's theorem. The main novelty of our proof of the first result is a combination of the recent new technique for finding rainbow cycles due to Czygrinow, Molla, Nagle, and Oursler and some recent counting technique from \cite{LNSZ}. The proof of the second result is with the aid of the machine implicitly in the work of Turán numbers for matching numbers due to ErdÅs and Gallai.
- Paper ID: 2302.00851
- Title: Rainbow triangles sharing one common vertex or edge
- Authors: Xiaozheng Chen (Zhengzhou University), Bo Ning (Nankai University)
- Classification: math.CO (Combinatorics)
- Publication Date: February 2, 2023 (arXiv preprint)
- Paper Link: https://arxiv.org/abs/2302.00851
This paper investigates the existence of rainbow triangles in edge-colored graphs. For an edge-colored graph G on n vertices, the color degree dc(v) of a vertex v is defined as the number of distinct colors on edges incident to v. The minimum color degree is denoted δc(G)=min{dc(v):v∈V(G)}. A theorem by H. Li states that when δc(G)≥2n+1, the graph G contains a rainbow triangle. Motivated by this result, the authors investigate book graphs (books) and friendship graphs structures in edge-colored graphs. The main results prove that: when δc(G)≥2n+k−1 and n≥3k−2, G contains k rainbow triangles sharing one common edge; when δc(G)≥2n+2k−3 and n≥2k+9, G contains k rainbow triangles sharing one common vertex.
- Classical Triangle Problem: Mantel (1907) proved that a triangle-free graph on n vertices has at most ⌊4n2⌋ edges
- Structured Triangles: Erdős and others studied the Turán numbers for book graphs Bk (k triangles sharing one edge) and friendship graphs Fk (k triangles sharing one vertex)
- Rainbow Subgraphs: Rainbow subgraphs and properly colored subgraphs are closely related to many graph-theoretic properties, such as classical stability results, the Bermond-Thomassen conjecture, and the Caccetta-Häggkvist conjecture
- Generalization of H. Li's Theorem: H. Li (2013) proved that the minimum color degree condition δc(G)≥2n+1 guarantees the existence of a rainbow triangle
- Structured Rainbow Triangles: It is natural to consider cases where multiple rainbow triangles share vertices or edges
- Connection with Classical Graph Theory: Extending the classical concepts of book graphs and friendship graphs to the edge-colored graph setting
Existing research on rainbow triangles primarily focuses on the existence of single triangles, with relatively limited investigation into structured arrangements of multiple rainbow triangles (such as sharing vertices or edges).
- Main Theorem 3: Proves that when δc(G)≥2n+k−1 and n≥3k−2, the graph G contains k rainbow triangles sharing one common edge (edge-colored book graph Bk)
- Main Theorem 4: Proves that when δc(G)≥2n+2k−3 and n≥2k+9, the graph G contains k rainbow triangles sharing one common vertex (edge-colored friendship graph Fk)
- Improvement of H. Li's Theorem: When k=2, both main results improve H. Li's original theorem
- Technical Innovation: Combines the rainbow cycle techniques of Czygrinow et al. with recent counting methods
- Extremal Analysis: Provides analysis of result tightness and extremal constructions
Input: Edge-colored graph G=(V,E), where ∣V∣=n, edge coloring function C:E→{1,2,…,k}Output: Determine whether G contains k rainbow triangles sharing one common edge (or one common vertex)
Constraints: Minimum color degree δc(G) satisfies specific thresholds
- Color degree: dc(v)=∣{C(uv):u∈N(v)}∣
- α-neighborhood: Nα(v)={u∈N(v):C(uv)=α}
- Monochromatic degree: dmon(v)=max{∣Nα(v)∣:α∈C(G)}
Introduces the "restricted color" concept from Czygrinow et al.:
- For vertex v and X⊆N(v), if α=C(xy) such that vxy forms a rainbow P3 and α∈/C(y,N(y)∖X), then (v,X) restricts color α for y
- Denote σv,X(y) as the number of colors restricted by (v,X)
- rt(v): Number of rainbow triangles containing vertex v
- rt(v,x): Number of rainbow triangles containing both vertices v and x
- rt(v,X)=∑x∈Xrt(v,x)
For an edge-minimal graph G and vertex v:
rt(v,Ni(v))≥∑x∈Ni(v)(dc(x)+dc(v)−n)+di(v)∑1≤j≤s(dj(v)−1)−di(v)(di(v)−1)−∑y∈N!(v)dvyc(y,Ni(v))
where N!(v)=⋃α∈C(G){Nα(v):∣Nα(v)∣=1}.
For a vertex v with maximum monochromatic degree, B(v)≥0, and special structural properties exist when B(v)=0.
- Assume no k rainbow triangles sharing one edge exist
- Select a vertex v with maximum monochromatic degree
- Apply the counting inequality from Lemma 7
- Derive a contradiction to prove the existence of the desired structure
- Utilize Erdős-Gallai theory on Turán numbers for matchings
- Construct auxiliary graph G△(v) (formed by edges of rainbow triangles containing v)
- Analyze the covering number and matching number of G△(v)
- Derive contradiction through refined degree analysis
Example 1: Construct balanced complete 3-partite graph G[V1,V2,V3], where ∣V(G)∣=3k−3, ∣V1∣=∣V2∣=∣V3∣=k−1, with proper coloring. This graph satisfies dc(v)=2n+k−1 but contains neither Bk nor Fk, proving the tightness of the condition "n≥3k−2" in Theorem 3.
The paper compares results with the following classical results:
- H. Li's Theorem: δc(G)≥2n+1 guarantees rainbow triangles
- Erdős et al. Results: Classical Turán numbers for book graphs and friendship graphs
- Uncolored Graph Case: Corresponding minimum degree conditions
| Structure | Condition in This Paper | Vertex Requirement | H. Li Condition | Improvement |
|---|
| B2 | δc≥2n+1 | n≥4 | δc≥2n+1 | Constructive improvement |
| F2 | δc≥2n+1 | n≥13 | δc≥2n+1 | Constructive improvement |
| Bk | δc≥2n+k−1 | n≥3k−2 | - | New result |
| Fk | δc≥2n+2k−3 | n≥2k+9 | - | New result |
- Tightness of Theorem 3: Example 1 shows that when n≤3k−3, a stronger color degree condition δc≥2n+k is required
- Asymptotic Tightness: When k=o(n), the results are asymptotically tight
- H. Li (2013): First proved that the color degree condition δc≥2n+1 guarantees rainbow triangles
- B. Li et al. (2014): Proved that the weaker condition ∑vdc(v)≥2n(n+1) is also sufficient
- X. Li et al. (2022): Provided counting versions of rainbow triangles
- Mantel (1907): Upper bound on edges in triangle-free graphs
- Erdős-Edwards-Khadžiivanov-Nikiforov: Turán numbers for book graphs
- Erdős et al. (1995): Turán numbers for friendship graphs
- Czygrinow et al. (2021): Restricted color technique for rainbow cycles
- Erdős-Gallai (1959): Turán theory for matching numbers
- Successfully generalizes H. Li's classical result on rainbow triangles to cases where multiple triangles share structural properties
- Establishes sufficient conditions for the existence of book graphs and friendship graphs in edge-colored graphs
- Provides tightness analysis and extremal constructions for the results
- Vertex Number Requirements: The condition n≥2k+9 in Theorem 4 is relatively strong
- Technical Complexity: The proofs involve multiple complex counting techniques and structural analyses
- Generalization Degree: Results primarily address specific sharing patterns (single edge or single vertex)
- More General Sharing Patterns: Investigate more complex arrangements of rainbow triangles
- Other Rainbow Structures: Extend to rainbow cycles, rainbow paths, etc.
- Algorithmic Problems: Design efficient algorithms for finding these structures
- Random Graphs: Corresponding results in randomly edge-colored graphs
- Significant Theoretical Contribution: Successfully generalizes important classical results and establishes a new theoretical framework
- Technical Innovation: Cleverly combines multiple modern techniques (restricted colors, counting methods, Turán theory)
- Result Completeness: Provides not only existence results but also analyzes tightness and extremal cases
- Clear Presentation: Well-structured paper with clear proof strategies
- High Proof Complexity: Abundant technical details may affect accessibility of the results
- Limited Application Scope: Primarily theoretical results with unclear practical applications
- Constant Factors: Some constants in conditions (such as 2k+9) may not be optimal
- Theoretical Value: Provides new research directions for extremal combinatorics and rainbow subgraph theory
- Methodological Contribution: Proof techniques may apply to other similar problems
- Foundation for Future Research: Establishes basis for further investigation of related problems
This research primarily applies to:
- Theoretical research in extremal combinatorics
- Graph coloring theory
- Existence problems in structural graph theory
- Substructure detection in combinatorial optimization
The paper cites 29 important references, including:
- H. Li (2013): Rainbow C3's and C4's in edge-colored graphs
- Erdős, Füredi, Gould, Gunderson (1995): Extremal graphs for intersecting triangles
- Czygrinow, Molla, Nagle, Oursler (2021): On odd rainbow cycles in edge-colored graphs
- Multiple classical works in combinatorics and graph theory