# Approximating the Orthogonality Dimension of Graphs and Hypergraphs

**Authors:** Ishay Haviv

arXiv: 1906.05005 · 2019-06-13

## TL;DR

This paper investigates the computational complexity of determining the orthogonality dimension of graphs and hypergraphs, proving NP-hardness results and providing approximation algorithms for specific cases.

## Contribution

It establishes NP-hardness of approximating the orthogonality dimension for hypergraphs and relates the problem to a conjecture in graph theory, also offering a polynomial-time approximation algorithm for certain graphs.

## Key findings

- NP-hard to distinguish hypergraphs with small vs. large orthogonality dimension
- Relation of the problem to Stahl's conjecture for graphs
- Polynomial-time approximation algorithm for graphs with orthogonality dimension ≤ 3

## Abstract

A $t$-dimensional orthogonal representation of a hypergraph is an assignment of nonzero vectors in $\mathbb{R}^t$ to its vertices, such that every hyperedge contains two vertices whose vectors are orthogonal. The orthogonality dimension of a hypergraph $H$, denoted by $\overline{\xi}(H)$, is the smallest integer $t$ for which there exists a $t$-dimensional orthogonal representation of $H$. In this paper we study computational aspects of the orthogonality dimension of graphs and hypergraphs. We prove that for every $k \geq 4$, it is $\mathsf{NP}$-hard (resp. quasi-$\mathsf{NP}$-hard) to distinguish $n$-vertex $k$-uniform hypergraphs $H$ with $\overline{\xi}(H) \leq 2$ from those satisfying $\overline{\xi}(H) \geq \Omega(\log^\delta n)$ for some constant $\delta>0$ (resp. $\overline{\xi}(H) \geq \Omega(\log^{1-o(1)} n)$). For graphs, we relate the $\mathsf{NP}$-hardness of approximating the orthogonality dimension to a variant of a long-standing conjecture of Stahl. We also consider the algorithmic problem in which given a graph $G$ with $\overline{\xi}(G) \leq 3$ the goal is to find an orthogonal representation of $G$ of as low dimension as possible, and provide a polynomial time approximation algorithm based on semidefinite programming.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.05005/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/1906.05005/full.md

---
Source: https://tomesphere.com/paper/1906.05005