Thread Closed

Show if A,B,C are invertible matrices of same size....

 
Share Thread Thread Tools
Jul7-08, 12:16 AM   #1
 
Recognitions:
Gold Membership Gold Member

Show if A,B,C are invertible matrices of same size....


I know, I know. I should be awesome at these by now...

1. The problem statement, all variables and given/known data
Show if A,B,C are invertible matrices of the same size, than [itex](ABC)^{-1}=C^{-1}B^{-1}A^{-1}[/itex]





3. The attempt at a solution Given some matrix A,[itex]AA^{-1}=I[/itex]
If:
[itex]AA^{-1}=I[/itex]
[itex]BB^{-1}=I[/itex]
[itex]CC^{-1}=I[/itex]

I am not sure where to go from here. I don't think I have any more definitions or product rules to incorporate.

It almost seems as if I would FIRST have to show that (ABC) is invertible to begin with. Then I can use the fact that (ABC)(ABC)^{-1}=I to discover how (ABC)^{-1} MUST be arranged in order for the product of the two to yield I.

Does that sound like a good place to start? Proving if A,B, and C are invertible, then (ABC) is too?

PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Jul7-08, 12:31 AM   #2
 
Recognitions:
Homework Helper Homework Help
Let [itex]D=(ABC)^{-1}[/itex]
[itex]\times (ABC)[/itex]
[itex]\Rightarrow ABCD=I[/itex]

and then just multiply by [itex]A^{-1}[/itex] and so forth
Jul7-08, 12:44 AM   #3
 
Recognitions:
Gold Membership Gold Member
Quote by rock.freak667 View Post
Let [itex]D=(ABC)^{-1}[/itex]
[itex]\times (ABC)[/itex]
[itex]\Rightarrow ABCD=I[/itex]

and then just multiply by [itex]A^{-1}[/itex] and so forth
I don't follow? What does the second line mean?--->[itex]\times (ABC)[/itex]
Jul7-08, 12:46 AM   #4
 
Recognitions:
Homework Helper Homework Help

Show if A,B,C are invertible matrices of same size....


Quote by Saladsamurai View Post
I don't follow? What does the second line mean?--->[itex]\times (ABC)[/itex]
Multiply both sides by the matric ABC
Jul7-08, 01:01 AM   #5
 
Recognitions:
Gold Membership Gold Member
So
[itex] D=(ABC)^{-1}[/itex]
[itex]\Rightarrow D(ABC)=(ABC)^{-1}(ABC)[/itex]

Well, I think I see where this is going. And I think that the only reason this works is because we are assuming that the product (ABC) IS invertible. Which brings me back to my original point. In order to show how the multiplication MUST be carried out, we must first SHOW or assume without proof that (ABC) is in fact invertible since our argument will be based on the fact that (ABC)*(ABC)^{-1}=Id.
Jul7-08, 01:19 AM   #6
 
Recognitions:
Homework Helper Homework Help
Well if A,B,C are nxn matrices then ABC is an nxn matrix.

and for the matrix ABC to be invertible [itex]det(ABC) \neq 0[/itex]

and det(ABC)=det(A)*det(B)*det(C)

but the matrices A,B,C are invertible.
Jul7-08, 02:23 AM   #7
 
Recognitions:
Homework Helper Homework Help
Another way you could show that a product of two matrices A and B are invertible is by showing that there exists some matrix which when multiplied to AB on the left and on the right gives the identity matrix:

Suppose A and B are invertible, then:

[tex]AB(B^{-1}A^{-1}) = I[/tex] for multiplying on the right
[tex]B^{-1}A^{-1}AB = I[/tex] for multiplying on the left.

In both cases this reduces to I, so [tex]B^{-1}A^{-1}[/tex] is the inverse of AB.

Now make use of this result to prove your question.
Jul7-08, 05:15 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
It is not nnecessary to assume that ABC is invertible.

You are given that A, B, C separately are invertible so A-1, B-1, and C-1 exist. Thus C-1B-1A-1 exists. What do you get if you multiply (ABC)(C-1B-1C-1) and (C-1B-1A-1(ABC)?

That will prove that ABC is invertible.
Jul7-08, 05:25 AM   #9
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
The same observation I wrote in your other thread about orthogonal matrices applies here.

Let's start with the definitions:

X is invertible if there is a Y with XY=YX=Id.

It isn't that I want to show ABC is invertible, but someone's been really helpful and just asked me to verify what the inverse is! I don't have to think at all, I just have to chuck the nominal inverse into the definition and see what happens. So do it....
Jul7-08, 07:42 AM   #10
 
Recognitions:
Homework Helper Homework Help
Hey yeah, I didn't see it that way. Makes it a lot easier.
Jul7-08, 08:18 AM   #11
 
This looks like a question that could spring up on my midterm tomorrow. Assuming invertibility, does this prove the result?

[tex]ABCC^{-1}B^{-1}A^{-1} = A(BI_{n})B^{-1}A^{-1}= A(BB^{-1})A^{-1} = AA^{-1} = I_n[/tex]

Now, the other side,

[tex]C^{-1}B^{-1}A^{-1}ABC = C^{-1}B^{-1}BC = C^{-1}C = I_n[/tex]

Thus [tex](ABC)(C^-1B^-1A^-1}) = (C^-1B^-1A^-1)(ABC) = I_n[/tex].

Is this enough? No claim of originality, this was how a result was proved in my notes, and what everyone is getting at!
Jul7-08, 08:31 AM   #12
 
Recognitions:
Homework Helper Homework Help
That's basically what HallsOfIvy said.
Jul7-08, 11:34 AM   #13
 
Recognitions:
Gold Membership Gold Member
I don't like it. I don't know why yet...but I just don't.
Jul7-08, 11:57 AM   #14
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
You aren't assuming invertibility of ABC. You're just multiplying together 6 matrices, and showing that they give the identity, which is *proving* it is invertible. Just because you wrote "assuming invertibility of ABC" doen't mean you actually did assume it, or that you needed toi.
Jul7-08, 06:48 PM   #15
 
i think the problem you're having with this proof is understanding what the question is asking.
there are many other proofs with the same structure

the problem is saying show that

(ABC)-1 = C-1B-1A-1

in other words, they want you to show that the inverse of ABC is actually (behaves like) inverse C times inverse B times inverse A

an example would be... Show that

A Source of water = Rain

you must show that rain acts/ behaves like a source of water

apply the properties of "a source of water" to rain

now back to your problem...

Show that C-1B-1A-1 "behaves" like the (ABC)-1
how do you do that?... you check the property of (ABC)-1

that is... show that C-1B-1A-1 (ABC) = (ABC) C-1B-1A-1 = I

An important fact is to note that "the inverse of a matrix is unique"
since C-1B-1A-1 "behaves" like the inverse of ABC,
and that the inverse of a matrix is unique,
C-1B-1A-1 MUST be (ABC)-1

this is corny, but my past professor constantly called these types of proofs
"walks like a duck, quacks like a duck, MUST be a duck..." proof
Jul8-08, 12:00 AM   #16
 
Recognitions:
Gold Membership Gold Member
Thanks people! I like it now
Thread Closed
Thread Tools


Similar Threads for: Show if A,B,C are invertible matrices of same size....
Thread Forum Replies
Show the product of two Orthogonal Matrices of same size is Orthogonal Calculus & Beyond Homework 24
[SOLVED] Two square invertible matrices, prove product is invertible Calculus & Beyond Homework 1
about invertible and diagonalizable matrices Linear & Abstract Algebra 4
Invertible Matrices Calculus & Beyond Homework 3
Invertible Matrices Calculus & Beyond Homework 2