Final Answers:
a. If the columns of B are linearly dependent, then the columns of AB are also linearly dependent.
b. If CA = Iₙ, then the equation Ax = 0 has only the trivial solution, and A cannot have more columns than rows.
c. If AD = Iₘ, for any b in ℝₘ, the equation Ax = b has a solution, and A cannot have more rows than columns.
d. For an invertible n×n matrix A and an n×p matrix B, the equation AX = B has a unique solution A⁻¹B.
Step-by-step explanation:
a. Consider the product AB. Let's say the columns of B are linearly dependent. This means there exist constants c₁, c₂, ..., cₖ (not all zero) such that c₁B₁ + c₂B₂ + ... + cₖBₖ = 0. Now, when we multiply both sides by A, we get c₁AB₁ + c₂AB₂ + ... + cₖABₖ = 0. Since c₁B₁ + c₂B₂ + ... + cₖBₖ = 0, the columns of AB are also linearly dependent.
b. If CA = Iₙ, then A⁻¹ exists. Suppose Ax = 0 has a non-trivial solution x₀. Multiply both sides by A⁻¹ to get A⁻¹Ax₀ = A⁻¹0. This simplifies to x₀ = 0, contradicting the assumption. Hence, the only solution to Ax = 0 is the trivial solution. Additionally, A cannot have more columns than rows because the inverse A⁻¹ would not exist.
c. If AD = Iₘ, then A⁻¹ exists. For any vector b in ℝₘ, the equation Ax = b has a solution x = A⁻¹b. This is because A⁻¹ADx = A⁻¹b, leading to x = A⁻¹b. A cannot have more rows than columns because the solution space would be underdetermined.
d. Given A is invertible, we can multiply both sides of AX = B by A⁻¹ to obtain X = A⁻¹B. This unique solution exists because the product of an invertible matrix and any matrix produces a unique result, ensuring a unique solution for X.