If BC = 0 where B is invertible, show C = 0

  • Thread starter Thread starter sust0005
  • Start date Start date
sust0005
Messages
3
Reaction score
0
Isn’t it true that if B is invertible then B DNE 0, and if B DNE 0 then the only way to have BC = 0 is to have C = 0?

I'm not seeing (perhaps because I don't want to ;)) how the above is not always true. Can anyone show me an example proving me wrong?

Thanks!
 
Physics news on Phys.org
If B is invertible, then B-1 exists.

If you are given that BC = 0, multiply on the left of both sides by B-1. What do you get?
 
Yes, that I understand (and wish I would've put down on the final!), but what I don't understand is why my initial statement is untrue. That is, why is that not a valid proof that C = 0?
 
haha, I've seen thru the cloud of trying to convince myself I was correct. My error is now obvious!
 
Because you didn't use the given information that B is invertible.
For example, consider these matrices B and C.
B~=~\left[\begin{array}{c c}<br /> 0&amp;1\\<br /> 0&amp;0<br /> \end{array}\right]<br />

C~=~\left[\begin{array}{c c}<br /> 0&amp;2\\<br /> 0&amp;0<br /> \end{array}\right]<br />

For these matrices BC = 0, yet neither B nor C is the zero matrix.
 
Rings of matrices are not in general integral domains (even if the elements are drawn from a field), as Mark44 illustrated with an example. Thus, if you know that BC = 0 and B != 0, you can't conclude that C must be 0 as you would in an integral domain.

This is fairly common, so you should try to keep it in mind. It pops up in a lot of places; matrices are just one example. For instance, the ring of integers modulo 6 is not an integral domain since 2 and 3 are both nonzero but their product is 0 modulo 6. One can also find positive powers of nonzero elements that are zero. Once again using modular arithmetic for an example, the square of two is congruent to 0 modulo 4.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top