9

Let $A ∈ M_{m\times n}(\mathbb{Q})$ and $B ∈ \mathbb{Q}^m$. Suppose that the system of linear equations $AX = B$ has a solution in $\mathbb{R}^n$. Does it necessarily have a solution in $\mathbb{Q}^n$?

Where do I start?


I feel I can use this to help:

$$x_i=\frac{1}{a'_{ii}}\left(b'_i - \sum_{j=i+1}^{k} a'_{ij} x_j \right).$$


Here is a thought that just crossed my mind, but I'm not sure if this is legal:

Suppose $Y\in \{\mathbb{R}\setminus \mathbb{Q}\}^n$ and $Y'\in\mathbb{Q}^n$ are solutions to $AX=B$. Then $AY=AY'=B$, or $A(Y-Y')=A(Y+(-Y'))=0$, but addition between $\{\mathbb{R}\setminus \mathbb{Q}\}^n$ and $\mathbb{Q}^n$ is . . .

Trancot
  • 4,021
  • 4
  • Did you learn an algorithmic method to solve $AX=B$ ... 2. If $A$ and $B$ have rational entries, and the algorithm finds a solution, does it remain within the rationals?
  • – GEdgar May 14 '13 at 01:23
  • @GEdgar 1. No. My professor expect us to come up with the simplest most elegant way to show this using what he feels we should already know by now and the abstract lecture notes he provides us. So, any attempt is valid so long as it makes sense. 2. I don't know. – Trancot May 14 '13 at 04:31
  • ... expects* ... – Trancot May 14 '13 at 05:36
  • 1
    @Barisa, if you haven't yet learned an algorithmic method to solve $AX=B$, perhaps now would be a good time. It's a topic covered in linear algebra books. It will make the answer to GEdgar's second question clear. – Jonas Meyer May 14 '13 at 05:51
  • @JonasMeyer What algorithmic method are you talking about? – Trancot May 14 '13 at 05:54
  • http://en.wikipedia.org/wiki/Gaussian_elimination – Jonas Meyer May 14 '13 at 05:57
  • 6
    How does this differ from http://math.stackexchange.com/questions/394223/linear-equations-real-solution-rational-solution which you also asked recently? How does this differ from http://math.stackexchange.com/questions/391909/mathbbrn-and-mathbbqn-on-the-nature-of-solutions which you also also asked recently? Why three versions of the same question? – Gerry Myerson May 23 '13 at 13:26