To show that the function f defined by
f((x1,x2),(y1,y2))=∣x1y1∣+∣x2+y2∣
is not an inner product on R2, we need to check if it satisfies the properties of an inner product. The properties that a function ⟨⋅,⋅⟩:R2×R2→R must satisfy to be an inner product are:
- Positivity: ⟨x,x⟩≥0 and ⟨x,x⟩=0 if and only if x=0.
- Linearity in the first argument: ⟨ax+by,z⟩=a⟨x,z⟩+b⟨y,z⟩ for all a,b∈R and all x,y,z∈R2.
- Symmetry: ⟨x,y⟩=⟨y,x⟩ for all x,y∈R2.
Let's verify these properties one by one for the function f.
1. Positivity
Consider f((x1,x2),(x1,x2)):
f((x1,x2),(x1,x2))=∣x1⋅x1∣+∣x2+x2∣=∣x12∣+∣2x2∣
Clearly, f((x1,x2),(x1,x2))≥0. However, it equals 0 only if x1=0 and x2=0. So, the positivity condition is satisfied.
2. Linearity in the First Argument
Consider the function for a,b∈R and vectors (x1,x2),(y1,y2),(z1,z2)∈R2:
f(a(x1,x2)+b(y1,y2),(z1,z2))=f((ax1+by1,ax2+by2),(z1,z2))
This gives:
f((ax1+by1,ax2+by2),(z1,z2))=∣(ax1+by1)z1∣+∣(ax2+by2)+z2∣
However:
af((x1,x2),(z1,z2))+bf((y1,y2),(z1,z2))=a(∣x1z1∣+∣x2+z2∣)+b(∣y1z1∣+∣y2+z2∣)
Linearity fails because ∣(ax1+by1)z1∣ is generally not equal to a∣x1z1∣+b∣y1z1∣, especially if x1y1z1<0.
3. Symmetry
Let's check if f((x1,x2),(y1,y2))=f((y1,y2),(x1,x2)):
f((x1,x2),(y1,y2))=∣x1y1∣+∣x2+y2∣
f((y1,y2),(x1,x2))=∣y1x1∣+∣y2+x2∣
Since ∣x1y1∣=∣y1x1∣ and ∣x2+y2∣=∣y2+x2∣, symmetry is satisfied.
Conclusion
The function fails to satisfy the linearity condition, which is a critical requirement for an inner product. Therefore, the function f((x1,x2),(y1,y2))=∣x1y1∣+∣x2+y2∣ is not an inner product on R2.
Would you like to explore any particular property further, or do you have any other questions?
Here are five related questions you might find interesting:
- What are the properties that distinguish an inner product from a general bilinear form?
- How does the Cauchy-Schwarz inequality relate to inner products?
- Can you provide examples of valid inner products on Rn?
- How do inner products define the notion of orthogonality in vector spaces?
- What are some applications of inner product spaces in functional analysis?
Tip: When verifying if a function is an inner product, always start by checking linearity, as it is often the most likely condition to fail.