Rank of a matrix with missing entries - MathOverflow most recent 30 from http://mathoverflow.net2013-05-24T20:53:19Zhttp://mathoverflow.net/feeds/question/121028http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/121028/rank-of-a-matrix-with-missing-entriesRank of a matrix with missing entriesjsliyuan2013-02-07T00:26:22Z2013-02-09T05:24:32Z
<p>Let $M$ be a $2^n \times 2^n$ matrix over real number field, where the rows and columns are indexed by subsets of $[n] := {1,2,\ldots,n}$, and defined as follows,
$
M_{A, B} = 1
$
if $A \subseteq B$;
$M_{A, B} = -1$
if $B \subsetneq A$;
$M_{A, B}$ can take arbitrary value over $\mathbb{R}$.</p>
<p>In words, $M$ is a matrix with some missing entries. Is there some result lower bounds the rank of matrix $M$, for example, $rk(M) \ge n^{\Omega(\log n)}$.</p>
http://mathoverflow.net/questions/121028/rank-of-a-matrix-with-missing-entries/121275#121275Answer by Aaron Meyerowitz for Rank of a matrix with missing entriesAaron Meyerowitz2013-02-09T05:24:32Z2013-02-09T05:24:32Z<p>Amazingly (to me) the rank can be as low as $n$. Simply define $M_{A,B}=1$ when $|A| \le |B|$ and $M_{A,B}=-1$ when $|A| \gt |B|.$ This is consistent with the previous requirements and makes the $A$ row depend only on $|A|.$</p>