- #1
icesalmon
- 270
- 13
Homework Statement
I do not need to know if this is correct, I am trying to understand the proof.
Theorem 1.6.1: A system of equations has either zero, one, or infinitely many solutions. There are no other possibilities.
If Ax = b is a system of linear equations, exactly one of the following is true (a) the system has no solutions, (b) the system has exactly one solution, or (c) the system has more than one solution. The proof will be complete if we can show that the system has infinitely many solutions in case (c).
i). Assume Ax = b has more than one solution, and let x0 = x1 - x2, where x1 and x2 are any two distinct solutions. Because x1 and x2 are distinct, the matrix x0 is nonzero, moreover: Ax0 = A(x1-x2) = b - b = 0
ii). If we let k be any scalar, then A(x1 + kx0) = b + kx0 = b which shows that x1 + kx0 is a solution of Ax = b. Since x0 is nonzero and there are infinitely many choices for k, the system Ax = b has infinitely many solutions.
I'm not really seeing the significance of part 1. I find ONE solution for b, 0. As for the second part, I feel like I should only be concerned with this as a proof to Ax = b having infinitely many solutions. If we just multiply x1 by k and just change the k value I will change what kx1 is. Why do I attach k onto x0 if it's just going to sum to zero later on, I'm not getting a different answer from x0 by multiplying by any number.
Sorry if this doesn't make much, if any, sense. Thanks anyway for the help