Let A be an nxn matrix with integer entries, and determinant -1. Let b be an n-vector with integer entries. Then the solution of Ax = b is necessarily a vector with integer entries. ex. ...,-3, -2, -1, 0, 1, 2, 3,...
How can I prove this either to be true or false? Would a proof by contradiction work best?
$-1$ is invertible in $\mathbb Z$. There is a formular of the inverse matrix in terms of the "adjugate matrix": $A^{-1}=\frac 1 {\text{det}(A)} A^{ad}$.
You obtain $A^{ad}$ by calculating the determinants of submatrices of A. Hence $A^{ad}$ too consists of integer entries. But then $A^{-1}$ consists of integer entries, so the solution $x$ must too.
Sincerely, slinshady