1: \begin{definition}[Minrank~\cite{BBJK06, LU07}]\footnote{In this paper we consider the directed version of minrank. Since the minrank of a directed graph does not exceed the minrank of its undirected counterpart, a lower bound for a directed random graph implies the same lower bound for an undirected random graph. The bound is tight for both directed and undirected random graphs (see Theorem~\ref{thm:tight}).
2: %
3: }\label{def_mrk}
4: Let $G=(V,A)$ be a graph on $n=|V|$ vertices with the set of directed arcs $A$. A matrix $M \in \F^{n\times n}$ \emph{represents}
5: $G$ if $M_{i,i}\neq0$ for every $i\in[n]$, and $M_{i,j}=0$ whenever $(i,j)\notin A$ and $i\neq j$. The minrank of $G$ over $\F$ is
6: \[
7: \mrk(G)= \min_{M \text{ represents }G} \rk(M) \; .
8: \]
9: \end{definition}
10: