Math 206
Graded Problems/Proofs #15
Due Monday April 1

Back to Math 206 Home page

Back to Graded Problems page

 



  1. Assume that {u1, u2, u3 } is a linearly dependent set in a vector space V, and v is a vector belonging to V. Prove that the set {u1, u2, u3, v} is also linearly dependent.
    • Try to give a proof that would readily generalize to a dependent set with more than three vectors in it.
    • Hint: Writing your proof will be easiest if you use the following characterization of dependence.


    A set {{v1, v2, ..., vr} is linearly dependent iff there exist scalars k1, k2, ...,kr such that

    • at least one of the numbers k1, k2, ...,kr is different from 0 and
    • k1v1 +k2v2 +...+krvr = 0.

    Proof. From our assumption that {u1, u2, u3 }is linearly dependent, we know (see the hint) that there exist scalars k1, k2, k3 such that

    • at least one of the numbers k1, k2,k3 is different from 0 and
    • k1u1 +k2u2 +k3u3 = 0.

    Set c1= k1, c2= k2, c3=k3 and c4=0. Then (remember that 0w is always 0)

    • at least one of the numbers c1, c2,c3, c4 is different from 0 and
    • c1u1 +c2u2 +c3u3 +c4v = 0.

    Using the same characterization of dependence as before, we conclude that {u1, u2, u3, v} is dependent.

    Note: It is possible to do this proof using the other characterization of dependence (at least one vector in the purportedly dependent set is a linear combination of the others) but it's more awkward to write such a proof, since one has to deal, somehow, with not knowing which vector can be written in terms of the others. The key idea, however, remains the same: adding in 0w just adds in 0, hence preserves/extends the dependency relation that already exists.

  2. Assume that {u1, u2, u3 } is a linearly independent set in some vector space V, and that k1, k2, and k3 are nonzero scalars. Prove that the set {k1u1, k2 u2, k3 u3 }is linearly independent. For your proof, use the following outline. (So I'm insisting on a particular plan of attack this time.There are other plans that will work. You should feel free to try them. But you must use this plan for the proof that you want to have graded.)
    • Assume that c1, c2, c3 are real numbers for which c1(k1u1) + c2(k2u2) +c3(k3u3) = 0.
    • Provide reasoning to show that c1 = 0, c2 = 0, c3 = 0.


    Proof (following the suggested/required outline).

    • Assume that c1, c2, c3 are real numbers for which

      c1(k1u1) + c2(k2u2) +c3(k3u3) = 0.

      Vector-space axioms allow us to rewrite this as

      (c1k1)u1) + (c2k2)u2) +(c3k3)u3= 0.

      Since {u1, u2, u3 } is linearly independent we must have

      c1k1=0

      c2k2=0

      c3k3=0.

      Since k1, k2, and k3 all differ from zero, a property of real numbers gives us that

    • c1=c2=c3=0

      as required. This completes the proof.



Go back to the top