1

Let $s>1$ and $A$ be a $3\times 3$ matrix with entries $s$ or $s+1$. Then $\det(A)\ne \pm 1$. The determinant has the form $as+b$ with integers $a$,$b$ and it has to be proven that $a>0$ if and only if $b>0$ and $a<0$ if and only if $b<0$. (The case $b=0$ is clear because the determinant is a multiple of $s$). I checked this with brute force, but I would like to have a simple proof.

Darth Geek
  • 12,296
Peter
  • 84,454

1 Answers1

1

$A$ is in the form $A=sU+V$ where the $u_{i,j}$ are $1$ and the $v_{i,j}\in\{0,1\}$. Then $\det(A)=as+b$ where $a=trace(Uadj(V))$ and $b=\det(V)$. If $\det(V)=0$, then we are done ; thus we assume that $V$ is invertible. Note that $ab$ has the same signum as $trace(UV^{-1})$ and it remains to show that $trace(UV^{-1})>0$ (the sum of the entries of $V^{-1}$). That can be done by brute-force with a PC in 0.2 second.