Symmetry of inner product Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to motivate the axioms for the inner productInner product Proof,Inner product and canonical formsinner product space definitionInner product axiomsConjugate symmetry to prove inner productGeneralization of inner productEstimating Lorentzian inner productinner product of inner productConjugate symmetry of an inner product
What do you call a plan that's an alternative plan in case your initial plan fails?
What are the pros and cons of Aerospike nosecones?
What is this single-engine low-wing propeller plane?
Why are there no cargo aircraft with "flying wing" design?
Did Xerox really develop the first LAN?
List *all* the tuples!
Why does Python start at index -1 when indexing a list from the end?
How do I keep my slimes from escaping their pens?
Check which numbers satisfy the condition [A*B*C = A! + B! + C!]
How does a Death Domain cleric's Touch of Death feature work with Touch-range spells delivered by familiars?
Why one of virtual NICs called bond0?
Are my PIs rude or am I just being too sensitive?
How do I mention the quality of my school without bragging
What would be the ideal power source for a cybernetic eye?
What is the correct way to use the pinch test for dehydration?
When is phishing education going too far?
Antler Helmet: Can it work?
What LEGO pieces have "real-world" functionality?
How widely used is the term Treppenwitz? Is it something that most Germans know?
Letter Boxed validator
Gastric acid as a weapon
What is the longest distance a 13th-level monk can jump while attacking on the same turn?
Should I call the interviewer directly, if HR aren't responding?
G-Code for resetting to 100% speed
Symmetry of inner product
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to motivate the axioms for the inner productInner product Proof,Inner product and canonical formsinner product space definitionInner product axiomsConjugate symmetry to prove inner productGeneralization of inner productEstimating Lorentzian inner productinner product of inner productConjugate symmetry of an inner product
$begingroup$
Peter J. Cameron's "Notes on Linear Algebra" defines
An inner product on a real vector space $V$ is a function $b: V times V to R$ satisfying
b is bilinear (that is, b is linear in the first variable when the second is kept
constant and vice versa);
b is positive definite, that is, $b(v,v) geq 0$ for all $v in V$, and $b(v,v) = 0$ if and only if $v = 0$.
Using the notation $x cdot y = b(x,y)$, it then expands (without explanation) $(v+xw) cdot (v+xw)$ to $x^2 (w cdot w) + 2x (v cdot w) + v cdot v$.
However when I try to verify this, I get to $x^2(w cdot w) + x(v cdot w) + x(w cdot v) + v cdot v$, which clearly equals the desired expression if b is symmetric. But I don't believe we've established anywhere that it is, so I guess I'm either misunderstanding a definition, or I'm missing a trick when performing the expansion.
vector-spaces inner-product-space bilinear-form
$endgroup$
add a comment |
$begingroup$
Peter J. Cameron's "Notes on Linear Algebra" defines
An inner product on a real vector space $V$ is a function $b: V times V to R$ satisfying
b is bilinear (that is, b is linear in the first variable when the second is kept
constant and vice versa);
b is positive definite, that is, $b(v,v) geq 0$ for all $v in V$, and $b(v,v) = 0$ if and only if $v = 0$.
Using the notation $x cdot y = b(x,y)$, it then expands (without explanation) $(v+xw) cdot (v+xw)$ to $x^2 (w cdot w) + 2x (v cdot w) + v cdot v$.
However when I try to verify this, I get to $x^2(w cdot w) + x(v cdot w) + x(w cdot v) + v cdot v$, which clearly equals the desired expression if b is symmetric. But I don't believe we've established anywhere that it is, so I guess I'm either misunderstanding a definition, or I'm missing a trick when performing the expansion.
vector-spaces inner-product-space bilinear-form
$endgroup$
1
$begingroup$
Symmetry is generally part of the definition...see, e.g., this or this .
$endgroup$
– lulu
Apr 1 at 0:21
2
$begingroup$
I believe you are correct and that this is an oversight by the author. I found the book at maths.qmul.ac.uk/~pjc/notes/linalg.pdf and if you are referring to the proof of theorem 6.1 then I agree.
$endgroup$
– John Douma
Apr 1 at 0:31
$begingroup$
I'm sure Cameron meant to say that $b$ should be symmetric.
$endgroup$
– Rob Arthan
Apr 1 at 0:41
add a comment |
$begingroup$
Peter J. Cameron's "Notes on Linear Algebra" defines
An inner product on a real vector space $V$ is a function $b: V times V to R$ satisfying
b is bilinear (that is, b is linear in the first variable when the second is kept
constant and vice versa);
b is positive definite, that is, $b(v,v) geq 0$ for all $v in V$, and $b(v,v) = 0$ if and only if $v = 0$.
Using the notation $x cdot y = b(x,y)$, it then expands (without explanation) $(v+xw) cdot (v+xw)$ to $x^2 (w cdot w) + 2x (v cdot w) + v cdot v$.
However when I try to verify this, I get to $x^2(w cdot w) + x(v cdot w) + x(w cdot v) + v cdot v$, which clearly equals the desired expression if b is symmetric. But I don't believe we've established anywhere that it is, so I guess I'm either misunderstanding a definition, or I'm missing a trick when performing the expansion.
vector-spaces inner-product-space bilinear-form
$endgroup$
Peter J. Cameron's "Notes on Linear Algebra" defines
An inner product on a real vector space $V$ is a function $b: V times V to R$ satisfying
b is bilinear (that is, b is linear in the first variable when the second is kept
constant and vice versa);
b is positive definite, that is, $b(v,v) geq 0$ for all $v in V$, and $b(v,v) = 0$ if and only if $v = 0$.
Using the notation $x cdot y = b(x,y)$, it then expands (without explanation) $(v+xw) cdot (v+xw)$ to $x^2 (w cdot w) + 2x (v cdot w) + v cdot v$.
However when I try to verify this, I get to $x^2(w cdot w) + x(v cdot w) + x(w cdot v) + v cdot v$, which clearly equals the desired expression if b is symmetric. But I don't believe we've established anywhere that it is, so I guess I'm either misunderstanding a definition, or I'm missing a trick when performing the expansion.
vector-spaces inner-product-space bilinear-form
vector-spaces inner-product-space bilinear-form
asked Apr 1 at 0:11
cb7cb7
1476
1476
1
$begingroup$
Symmetry is generally part of the definition...see, e.g., this or this .
$endgroup$
– lulu
Apr 1 at 0:21
2
$begingroup$
I believe you are correct and that this is an oversight by the author. I found the book at maths.qmul.ac.uk/~pjc/notes/linalg.pdf and if you are referring to the proof of theorem 6.1 then I agree.
$endgroup$
– John Douma
Apr 1 at 0:31
$begingroup$
I'm sure Cameron meant to say that $b$ should be symmetric.
$endgroup$
– Rob Arthan
Apr 1 at 0:41
add a comment |
1
$begingroup$
Symmetry is generally part of the definition...see, e.g., this or this .
$endgroup$
– lulu
Apr 1 at 0:21
2
$begingroup$
I believe you are correct and that this is an oversight by the author. I found the book at maths.qmul.ac.uk/~pjc/notes/linalg.pdf and if you are referring to the proof of theorem 6.1 then I agree.
$endgroup$
– John Douma
Apr 1 at 0:31
$begingroup$
I'm sure Cameron meant to say that $b$ should be symmetric.
$endgroup$
– Rob Arthan
Apr 1 at 0:41
1
1
$begingroup$
Symmetry is generally part of the definition...see, e.g., this or this .
$endgroup$
– lulu
Apr 1 at 0:21
$begingroup$
Symmetry is generally part of the definition...see, e.g., this or this .
$endgroup$
– lulu
Apr 1 at 0:21
2
2
$begingroup$
I believe you are correct and that this is an oversight by the author. I found the book at maths.qmul.ac.uk/~pjc/notes/linalg.pdf and if you are referring to the proof of theorem 6.1 then I agree.
$endgroup$
– John Douma
Apr 1 at 0:31
$begingroup$
I believe you are correct and that this is an oversight by the author. I found the book at maths.qmul.ac.uk/~pjc/notes/linalg.pdf and if you are referring to the proof of theorem 6.1 then I agree.
$endgroup$
– John Douma
Apr 1 at 0:31
$begingroup$
I'm sure Cameron meant to say that $b$ should be symmetric.
$endgroup$
– Rob Arthan
Apr 1 at 0:41
$begingroup$
I'm sure Cameron meant to say that $b$ should be symmetric.
$endgroup$
– Rob Arthan
Apr 1 at 0:41
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3170046%2fsymmetry-of-inner-product%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3170046%2fsymmetry-of-inner-product%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
Symmetry is generally part of the definition...see, e.g., this or this .
$endgroup$
– lulu
Apr 1 at 0:21
2
$begingroup$
I believe you are correct and that this is an oversight by the author. I found the book at maths.qmul.ac.uk/~pjc/notes/linalg.pdf and if you are referring to the proof of theorem 6.1 then I agree.
$endgroup$
– John Douma
Apr 1 at 0:31
$begingroup$
I'm sure Cameron meant to say that $b$ should be symmetric.
$endgroup$
– Rob Arthan
Apr 1 at 0:41