Proof involving complex conjugates and Matrices

Click For Summary

Homework Help Overview

The discussion revolves around proving the property of complex conjugates in the context of matrices, specifically showing that (A+B)* = A* + B*. Participants are exploring the definitions and properties of complex conjugates as they relate to matrix operations.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the definitions of A* and the implications of treating A and B as matrices versus individual elements. There are attempts to clarify the relationship between the elements of the matrices and their complex conjugates.

Discussion Status

The discussion is active, with participants offering insights and clarifications. Some have suggested that the proof may be simpler than initially thought, while others emphasize the need to be precise about definitions and the nature of the objects involved. There is recognition of previously established properties that may aid in the proof.

Contextual Notes

There is mention of potential confusion regarding the notation used for complex conjugates and the need to clarify whether A* refers to the element-by-element complex conjugate or the conjugate of the transpose. Additionally, participants note that earlier proofs regarding the conjugate of sums may be relevant to this discussion.

RJLiberator
Gold Member
Messages
1,094
Reaction score
63

Homework Statement



Show that (A+B)*=A*+B*

Homework Equations


I think I am missing a property to prove this.

The Attempt at a Solution


This should be easier then I am making it out to be. But I seem to be missing one key property to do this.

A*+B* is just A(ij)*+B(ij)* = Right hand side
Left hand side is just (A+B)(ij)*

What am I missing here to make this concrete?

I've looked around the web and found things such as A(ij)* = bar(A(ji))
 
Physics news on Phys.org
Well you know how each element of the matrix ##A+B## looks like right? Namely its ##a_{ij}+b_{ij}## and you know that the conjugate of a sum of numbers is the sum of the conjugates.

Which makes you get that each element of the new matrix ##(A+B)^*## is ##a_{ij}^*+b_{ij}^*## which should remind you of something important
 
  • Like
Likes   Reactions: RJLiberator
RJLiberator said:

Homework Statement



Show that (A+B)*=A*+B*

Homework Equations


I think I am missing a property to prove this.

The Attempt at a Solution


This should be easier then I am making it out to be. But I seem to be missing one key property to do this.

A*+B* is just A(ij)*+B(ij)* = Right hand side
Left hand side is just (A+B)(ij)*

What am I missing here to make this concrete?

I've looked around the web and found things such as A(ij)* = bar(A(ji))

What is your definition of A*? Is it the element-by-element complex conjugate of A, or is it the element-by-element complex conjugate of the transpose of A? I have seen the same notation A* used in both ways, so you really do need to clear that up.
 
  • Like
Likes   Reactions: RJLiberator and davidbenari
You could prove it by definition:
Let ##H## be a Hilbert space and let ## A : H \rightarrow H ## be a bounded linear operator. Then, ## A^{*} ##, the adjoint of ##A##, is defined by the following equation: $$<Ax,y>=<x,A^{*}y> for \: all \: x,y \in H$$
Thus, you have to prove that: $$<x,(A+B)^{*}y>=<x,(A^{*}+B^{*})y> for \: all \: x,y \in H$$
 
  • Like
Likes   Reactions: RJLiberator
Well you know how each element of the matrix A+B looks like right? Namely its aij+bij and you know that the conjugate of a sum of numbers is the sum of the conjugates.

Which makes you get that each element of the new matrix (A+B)∗ is a∗ij+b∗ij which should remind you of something important

Is this what we are trying to prove? Essentially?

If I say Left hand side: (Aij+Bij)*=Aij*+Bij*
and so this equals the right hand side Aij* + Bij*

Isn't that what we are just trying to prove? That would be a 2 line proof for it. That simple?
 
What is your definition of A*? Is it the element-by-element complex conjugate of A, or is it the element-by-element complex conjugate of the transpose of A? I have seen the same notation A* used in both ways, so you really do need to clear that up.

Most simple form used here: Element-by-element complex conjugate of A.
 
RJLiberator said:
Is this what we are trying to prove? Essentially?

If I say Left hand side: (Aij+Bij)*=Aij*+Bij*
and so this equals the right hand side Aij* + Bij*

Isn't that what we are just trying to prove? That would be a 2 line proof for it. That simple?

Yes it would look like that. Just think of what happens to each element. It is a simple proof after all.
 
  • Like
Likes   Reactions: RJLiberator
Okay, so
A*+B*=Aij*+Bij* = Right hand side
(A+B)*=Aij*+Bij* = Left Hand side due to the conjugate of a sum of numbers is the sum of the conjugates.

0_o
 
  • Like
Likes   Reactions: davidbenari
Yep
 
  • Like
Likes   Reactions: RJLiberator
  • #10
Thanks for your help David.
 
  • #11
No problem, glad to help.
 
  • #12
It`s important to keep in mind that the operator ##^{*}## also involves taking the transpose of the matrix (if you choose the appropriate basis)
 
  • #13
RJLiberator said:
Okay, so
A*+B*=Aij*+Bij* = Right hand side
(A+B)*=Aij*+Bij* = Left Hand side due to the conjugate of a sum of numbers is the sum of the conjugates.
Your confusion probably arises because you're not paying enough attention to details, which is suggested by what you've written. For example, A*+B* isn't equal to Aij* + Bij*. A*+B* is a matrix. Aij* + Bij* is a number. It's not correct to say the two are equal. A clue is that neither i nor j appear on the lefthand side of the equation.

It's probably been established (or assumed) in your class that if z and w are complex numbers, then (z+w)* = z* + w*. It's not "obvious" that the same relationship holds with a completely different type of object. When you write A*+B*, the + and * mean completely different things than the + and * in z* + w* because A and B are completely different mathematical objects than z and w. Recognizing this should help you understand what you need to show.
 
  • Like
Likes   Reactions: RJLiberator
  • #14
Good post Vela.

What I got from this is that I need to show that the ij'th components from each side are equal. We actually proved that the conjugate of a sum of numbers is the sum of the conjugates earlier in the assignment, so I will use that to finish off this proof.
I think you are right with where the confusion was, and I now feel very good about this proof.

The right hand side is pretty straight forward when looking at the ij'th components.
The left hand side, I have to first say that I am looking at the ij'th component, and then apply the earlier proof, to show that the left hand side is indeed equal to the right hand side.

And this makes 100% sense to me now .
Kind Regards
 
  • #15
RJLiberator said:
I think you are right with where the confusion was, and I now feel very good about this proof.
Glad it was helpful. After I posted, I reread your original post and wondered if perhaps you were clear on that and were just being a little sloppy, but I remember being confused the same way when I was first encountered proofs like these.
 
  • Like
Likes   Reactions: RJLiberator

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 10 ·
Replies
10
Views
6K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
13K
  • · Replies 13 ·
Replies
13
Views
11K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K