Proving ABC = I using matrix operations: Self-taught induction proof

In summary, the conversation discusses an attempt to prove the equation ABC = I and its subsequent rearrangement to B^-1 = CA. The second attempt is considered to be better and the importance of assumptions and style in a proof is mentioned.
  • #1
synkk
216
0
I've never done a proof before so bare with me (I'll be self teaching myself proof by induction later this week):

Now in my textbook it says that (for a question) ABC = I and then it just goes on to say B^-1 = CA without any proof, so I'm trying to prove it; I've done two attempts below:

[tex] ABC = I[/tex]
[tex]B^{-1}ABC = B^{-1}I[/tex]
[tex](B^{-1}B)AC =B^{-1}I[/tex]
[tex]ACI=B^{-1}I[/tex]
[tex]AC=B^{-1}[/tex]


Now I know that matrices are non commutative so AC is not exactly CA so It seems wrong but I thought I would just get some criticism on it anyway. Heres my second attempt:

[tex]ABC = I[/tex]
[tex]A^{-1}ABC = A^{-1}I[/tex]
[tex]BC = A^{-1}[/tex]
[tex]BCC^{-1} = A^{-1}C^{-1}[/tex]
[tex]B = A^{-1}C^{-1} = (CA)^{-1}[/tex]
[tex]B^{-1} = CA[/tex]


Is this one any better? If anyone could correct me on any of these two it'd be great, general tips on how to improve also thanks.
 
Physics news on Phys.org
  • #2
synkk said:
I've never done a proof before so bare with me (I'll be self teaching myself proof by induction later this week):

Now in my textbook it says that (for a question) ABC = I and then it just goes on to say B^-1 = CA without any proof, so I'm trying to prove it; I've done two attempts below:

[tex] ABC = I[/tex]
[tex]B^{-1}ABC = B^{-1}I[/tex]
[tex](B^{-1}B)AC =B^{-1}I[/tex]
[tex]ACI=B^{-1}I[/tex]
[tex]AC=B^{-1}[/tex]


Now I know that matrices are non commutative so AC is not exactly CA so It seems wrong but I thought I would just get some criticism on it anyway. Heres my second attempt:

[tex]ABC = I[/tex]
[tex]A^{-1}ABC = A^{-1}I[/tex]
[tex]BC = A^{-1}[/tex]
[tex]BCC^{-1} = A^{-1}C^{-1}[/tex]
[tex]B = A^{-1}C^{-1} = (CA)^{-1}[/tex]
[tex]B^{-1} = CA[/tex]


Is this one any better? If anyone could correct me on any of these two it'd be great, general tips on how to improve also thanks.

The second approach looks good to me. You don't mention it, but the problem should state some assumptions about A, B, and C being invertible.

Where you first try goes wrong is in the 3nd line. To get B-1B, you had to commute AB, which as you already know, doesn't have to be equal to BA.
 
  • #3
I'm not going to say anything on the contents of the proof. The contents is fine (of the second attempt at least). But let me say something on the style of the proof. Your proof is very readable, but it's not a proof you'll find in textbooks. Textbook-proofs have more inbetween texts and are not just a sequence of equalities.

If I were to rewrite your proof, I would do it like this:

We know by hypothesis that
[tex]ABC = I.[/tex]
Multiplying both sides of the equation by [itex]A^{-1}[/itex], we get
[tex]A^{-1}ABC = A^{-1}I,[/tex]
which yields immediately that
[tex]BC = A^{-1}.[/tex]
If we multiply both sides of the equation by [itex]C^{-1}[/itex], we get that
[tex]BCC^{-1} = A^{-1}C^{-1}[/tex]
and thus that
[tex]B = A^{-1}C^{-1} = (CA)^{-1}.[/tex]
Taking inverses gives us the desired result that
[tex]B^{-1} = CA.[/tex]

This has the great advantage that you also explain every step and tell us what it is you did.
 
  • #4
thank you both for your feedback
 

FAQ: Proving ABC = I using matrix operations: Self-taught induction proof

What is "Proving ABC = I using matrix operations"?

"Proving ABC = I using matrix operations" is a mathematical process that involves using matrix operations to show that the product of three matrices (A, B, and C) is equal to the identity matrix (I).

What is self-taught induction proof?

Self-taught induction proof is a method of proving mathematical statements by using logical reasoning and examples, without the guidance of a teacher or textbook.

Why is it important to prove ABC = I using matrix operations?

Proving ABC = I using matrix operations is important because it helps to verify the correctness of mathematical equations and can lead to a better understanding of matrix operations and their properties.

What are the steps involved in proving ABC = I using matrix operations?

The steps involved in proving ABC = I using matrix operations include defining the matrices A, B, and C, performing matrix multiplication, simplifying the resulting matrix, and showing that it is equal to the identity matrix I.

Can anyone learn to prove ABC = I using matrix operations through self-teaching?

Yes, anyone can learn to prove ABC = I using matrix operations through self-teaching. It takes dedication, practice, and a strong understanding of mathematical concepts, but with determination, anyone can master this skill.

Similar threads

Replies
4
Views
3K
Replies
69
Views
5K
Replies
2
Views
2K
Replies
4
Views
2K
Replies
8
Views
2K
Replies
1
Views
1K
Replies
9
Views
2K
Back
Top