How to Prove det(C) = det(A)det(B)?

  • Thread starter Thread starter Ylle
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around proving the relationship det(C) = det(A)det(B) for matrices A, B, and C, where C is constructed from A and B with specific dimensions. The subject area includes linear algebra and determinants.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss using induction on the dimension of B and expanding the determinant along the bottom row. There are questions about the application of induction and how it relates to the dimensions of the matrices involved. Some participants suggest using the definition of a determinant involving permutations, while others express confusion about how this relates to the problem at hand.

Discussion Status

The discussion is ongoing, with various approaches being explored, including induction and the definition of determinants. Participants are questioning the clarity of these methods and how they apply to the matrices in question. There is no explicit consensus yet, but several lines of reasoning are being examined.

Contextual Notes

Some participants note the challenge of working with matrices of different dimensions and the implications this has on the determinant calculations. There is also mention of the need to choose elements from specific submatrices, which adds complexity to the problem.

Ylle
Messages
77
Reaction score
0

Homework Statement


Let http://imageload.dk/files/370495b6ec270c79fbf66c176f26e442.JPG and

http://imageload.dk/files/6ec41abfcdc8d231593c4a5ee8ee4fe7.JPG

where 0 is the j x k-zeromatrix.

Show that det(C) = det(A)det(B)


Homework Equations


??


The Attempt at a Solution



Got no clue. So I could really use a clue or some help here :)



Regards
 
Last edited by a moderator:
Physics news on Phys.org
Hint: Use induction on the dimension of [tex]B[/tex], and expand the determinant along the bottom row.
 
Hmmm, not totally sure what you mean.
Induction, isn't that the thing with:
1 + 2 + 3 + 4 + ... + n = (n)(n+1)/2 ?

Not sure how I use that on the dimension of B tbh :?
 
You can also use the definition of a determinant, i.e. the expression involving a summaton over permutations. Then it is trivial.
 
Are you familiar with elementary matrices?
 
Count Iblis said:
You can also use the definition of a determinant, i.e. the expression involving a summaton over permutations. Then it is trivial.
You mean:
det(A) = a1jA1j+...+ajjAjj
det(B) = b1kB1k+...+bkkBkk

And then when I multiply det(A) and det(B), I get the same as if I were to do the determinant of C, which will be det(A)*det(B)-0*0=det(A)*det(B) ?

Or that won't work because they don't have the same dimensions ?
 
C.E said:
Are you familiar with elementary matrices?

A matrix that does the same to an already existing matrix, as if you were to row-operate ?
 
Ylle said:
You mean:
det(A) = a1jA1j+...+ajjAjj
det(B) = b1kB1k+...+bkkBkk

And then when I multiply det(A) and det(B), I get the same as if I were to do the determinant of C, which will be det(A)*det(B)-0*0=det(A)*det(B) ?

Or that won't work because they don't have the same dimensions ?

I mean this: If A is an [itex]n\times n[/itex] matrix then, by definition, we have:

[tex]\det(A) =\sum_{\pi}\operatorname{sign}(\pi)\prod_{i=1}^{n}A_{i,\pi(i)}[/tex]

where the summation is over all permutations [itex]\pi[/itex] of the numbers [itex]1\ldots n[/itex]
 
Count Iblis said:
I mean this: If A is an [itex]n\times n[/itex] matrix then, by definition, we have:

[tex]\det(A) =\sum_{\pi}\operatorname{sign}(\pi)\prod_{i=1}^{n}A_{i,\pi(i)}[/tex]

where the summation is over all permutations [itex]\pi[/itex] of the numbers [itex]1\ldots n[/itex]

Ok, that way...

But how does that help me :?
I can make det(A) and det(B) into a linear transformation, but if I do the same on C, won't I just get det(C) = A*B ?
 
  • #10
Consider some arbitrary permutation [itex]\pi[/itex]. Then consider the contribution to the determinant:

[tex]\operatorname{sign}(\pi)C_{1,\pi(1)}C_{2,\pi(2)}\ldots C_{n,\pi(n)}[/tex]

Where [itex]C_{r,s}[/itex] means the element in the rth row and sth column of C. And n =j+k is the dimension of C.

Now unless the permutation [itex]\pi[/itex] permutes the numbers tranging from 1 to j amongst themselves, you will get zero. So, this means that such permutations [itex]\pi[/itex] can be decomposed as a product of permutations

[tex]\pi=\rho\sigma[/tex]

where [itex]\rho[/itex] permutes the numbers ranging from 1 to j and acts as the identity on the numbers ranging from j+1 to j+k and [itex]\sigma[/itex] is a permutation that permutes the numbers ranging from j+1 to j+k while acting as the identity on the numbers ranging from 1 to j.

Then, if you use that the sign of a product of permutations is the product of the signs of the permutations, you are done.
 
  • #11
Hmmm, I'm really sorry. But I'm not sure I understand you here :?
It sounds a bit confusing in my ears - even though it's probably not :S
 
  • #12
Ylle said:
Hmmm, I'm really sorry. But I'm not sure I understand you here :?
It sounds a bit confusing in my ears - even though it's probably not :S

If you are going to choose elements from the first j rows of C, then unless you choose them from submatrix A you'll get zero, right? So, the values you must choose from rows 1 to j are restricted in the range from 1 to j. Therefore the permutation [itex]\pi[/tex] will map the range 1 to j to itself.[/itex]
 
  • #13
Hmmm, not totally sure what you mean.
Induction, isn't that the thing with:
1 + 2 + 3 + 4 + ... + n = (n)(n+1)/2 ?

Not sure how I use that on the dimension of B tbh :?

Induction is a proof technique that takes advantage of an important property of the integers, namely, well-ordering. It's often compared to pushing down a stack of dominoes. What you do is show that your result holds for some base case (for your exercise, this would be the case where [tex]B[/tex] is a one-by-one matrix), and then show that if it holds for the case corresponding to a natural number [tex]n[/tex] (in your case, [tex]B[/tex] would be an [tex]n \times n[/tex] matrix), then it necessarily holds for [tex]n + 1[/tex]. Carrying this out in your case isn't difficult, if you're familiar with this kind of argument.

However, I actually like Count Iblis's idea better here. Although they're easy to crank out, I try to avoid induction proofs where possible, because they typically don't confer a very intuitive grasp of the theorem upon the reader (or writer). The proof using permutations gives an immediate and intuitive idea of why this result should be true.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
17
Views
3K
  • · Replies 2 ·
Replies
2
Views
8K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 9 ·
Replies
9
Views
11K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K