bilinear transformation $phi Utimes Vto W$ such that $Im(phi)={phi(u,v): uin U, vin V}$ is not a subspace of...
up vote
1
down vote
favorite
Find a bilinear transformation $phi Utimes Vto W$ such that $Im(phi)={phi(u,v): uin U, vin V}$ is not a subspace of $W$
I truly don't have an idea otherwise to brute force lots of tries and find one that fits. Is there a technique of some sort that can help?
linear-algebra examples-counterexamples bilinear-form
add a comment |
up vote
1
down vote
favorite
Find a bilinear transformation $phi Utimes Vto W$ such that $Im(phi)={phi(u,v): uin U, vin V}$ is not a subspace of $W$
I truly don't have an idea otherwise to brute force lots of tries and find one that fits. Is there a technique of some sort that can help?
linear-algebra examples-counterexamples bilinear-form
To show that W is a subspace you want to show that $u$+c$v$ $in$ W for $u,vin W$ and a scalar c. In this case, we want $phi(u_1,v_1) + c phi(u_2,v_2) in $ W. Since $phi$ is bilinear, we would need $c phi(u_2,v_2)= phi(cu_2,v_2) = phi(u_2,cv_2)$. So I guess that would be a place to start. Find a $phi$ where that isn't true.
– Joel Pereira
Nov 17 at 17:33
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Find a bilinear transformation $phi Utimes Vto W$ such that $Im(phi)={phi(u,v): uin U, vin V}$ is not a subspace of $W$
I truly don't have an idea otherwise to brute force lots of tries and find one that fits. Is there a technique of some sort that can help?
linear-algebra examples-counterexamples bilinear-form
Find a bilinear transformation $phi Utimes Vto W$ such that $Im(phi)={phi(u,v): uin U, vin V}$ is not a subspace of $W$
I truly don't have an idea otherwise to brute force lots of tries and find one that fits. Is there a technique of some sort that can help?
linear-algebra examples-counterexamples bilinear-form
linear-algebra examples-counterexamples bilinear-form
edited Nov 27 at 0:20
Servaes
22.2k33793
22.2k33793
asked Nov 17 at 17:12
Guerlando OCs
3321451
3321451
To show that W is a subspace you want to show that $u$+c$v$ $in$ W for $u,vin W$ and a scalar c. In this case, we want $phi(u_1,v_1) + c phi(u_2,v_2) in $ W. Since $phi$ is bilinear, we would need $c phi(u_2,v_2)= phi(cu_2,v_2) = phi(u_2,cv_2)$. So I guess that would be a place to start. Find a $phi$ where that isn't true.
– Joel Pereira
Nov 17 at 17:33
add a comment |
To show that W is a subspace you want to show that $u$+c$v$ $in$ W for $u,vin W$ and a scalar c. In this case, we want $phi(u_1,v_1) + c phi(u_2,v_2) in $ W. Since $phi$ is bilinear, we would need $c phi(u_2,v_2)= phi(cu_2,v_2) = phi(u_2,cv_2)$. So I guess that would be a place to start. Find a $phi$ where that isn't true.
– Joel Pereira
Nov 17 at 17:33
To show that W is a subspace you want to show that $u$+c$v$ $in$ W for $u,vin W$ and a scalar c. In this case, we want $phi(u_1,v_1) + c phi(u_2,v_2) in $ W. Since $phi$ is bilinear, we would need $c phi(u_2,v_2)= phi(cu_2,v_2) = phi(u_2,cv_2)$. So I guess that would be a place to start. Find a $phi$ where that isn't true.
– Joel Pereira
Nov 17 at 17:33
To show that W is a subspace you want to show that $u$+c$v$ $in$ W for $u,vin W$ and a scalar c. In this case, we want $phi(u_1,v_1) + c phi(u_2,v_2) in $ W. Since $phi$ is bilinear, we would need $c phi(u_2,v_2)= phi(cu_2,v_2) = phi(u_2,cv_2)$. So I guess that would be a place to start. Find a $phi$ where that isn't true.
– Joel Pereira
Nov 17 at 17:33
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
As far as I know there is no technique, but you might want to consider the case $U=V=Bbb{R}^2$ and the map $phi$ that sends a pair to the four coordinate products. That is to say
$$phi: Bbb{R}^2timesBbb{R}^2 longrightarrow Bbb{R}^4: ((x_1,y_1),(x_2,y_2)) longmapsto (x_1x_2,x_1y_2,y_1x_2,y_1y_2).$$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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',
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%2f3002589%2fbilinear-transformation-phi-u-times-v-to-w-such-that-im-phi-phiu-v-u%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
As far as I know there is no technique, but you might want to consider the case $U=V=Bbb{R}^2$ and the map $phi$ that sends a pair to the four coordinate products. That is to say
$$phi: Bbb{R}^2timesBbb{R}^2 longrightarrow Bbb{R}^4: ((x_1,y_1),(x_2,y_2)) longmapsto (x_1x_2,x_1y_2,y_1x_2,y_1y_2).$$
add a comment |
up vote
1
down vote
accepted
As far as I know there is no technique, but you might want to consider the case $U=V=Bbb{R}^2$ and the map $phi$ that sends a pair to the four coordinate products. That is to say
$$phi: Bbb{R}^2timesBbb{R}^2 longrightarrow Bbb{R}^4: ((x_1,y_1),(x_2,y_2)) longmapsto (x_1x_2,x_1y_2,y_1x_2,y_1y_2).$$
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
As far as I know there is no technique, but you might want to consider the case $U=V=Bbb{R}^2$ and the map $phi$ that sends a pair to the four coordinate products. That is to say
$$phi: Bbb{R}^2timesBbb{R}^2 longrightarrow Bbb{R}^4: ((x_1,y_1),(x_2,y_2)) longmapsto (x_1x_2,x_1y_2,y_1x_2,y_1y_2).$$
As far as I know there is no technique, but you might want to consider the case $U=V=Bbb{R}^2$ and the map $phi$ that sends a pair to the four coordinate products. That is to say
$$phi: Bbb{R}^2timesBbb{R}^2 longrightarrow Bbb{R}^4: ((x_1,y_1),(x_2,y_2)) longmapsto (x_1x_2,x_1y_2,y_1x_2,y_1y_2).$$
answered Nov 17 at 17:48
Servaes
22.2k33793
22.2k33793
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3002589%2fbilinear-transformation-phi-u-times-v-to-w-such-that-im-phi-phiu-v-u%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
To show that W is a subspace you want to show that $u$+c$v$ $in$ W for $u,vin W$ and a scalar c. In this case, we want $phi(u_1,v_1) + c phi(u_2,v_2) in $ W. Since $phi$ is bilinear, we would need $c phi(u_2,v_2)= phi(cu_2,v_2) = phi(u_2,cv_2)$. So I guess that would be a place to start. Find a $phi$ where that isn't true.
– Joel Pereira
Nov 17 at 17:33