- #1
csc2iffy
- 76
- 0
Homework Statement
Theorem:
Suppose A, B, C, and D are matrices of the same size. Then
a) If A ≤ B and B ≤ C, then A ≤ C
b) If A ≤ B and C ≤ D, then A + C ≤ B + D
c) If A ≤ B, then cA ≤ cB for any positive constant c and cA >= cB for any negative constant c
Prove this theorem. Must use arbitrary matrices, one where both the size and entries are specified as variables
Homework Equations
The Attempt at a Solution
Let A=[ai,j], B=[bi,j], C=[ci,j], D=[di,j]
a) Let (1) [ai,j] ≤ [bi,j]
(2) [bi,j] ≤ [ci,j]
Adding (1) and (2), we get
[ai,j] + [bi,j] ≤ [bi,j] + [ci,j]
Subtracting [bi,j] from both sides,
[ai,j] ≤ [ci,j]
Therefore A ≤ C
b) Let (1) [ai,j] ≤ [bi,j]
(2) [ci,j] ≤ [di,j]
Adding (1) and (2), we get
[ai,j] + [ci,j] ≤ [bi,j] + [di,j]
Therefore A + C ≤ B + D
c) Not really sure how to do c?
Last edited by a moderator: