Linear independence of continuous functions in a neighborhood
Let $f_{1},f_{2}colonmathbb{R}^{n}tomathbb{R}^{m}$ be two continuous
functions and let $ainmathbb{R}^{n}$ be a point such that $f_{1}left(aright),f_{2}left(aright)$
are linearly independent. That is
$$
gamma_{1}f_{1}left(aright)+gamma_{2}f_{2}left(aright)=0qquadRightarrowqquadgamma_{1}=gamma_{2}=0
$$
I would like to know if there is also a neighborhood of $a$ such
that $f_{1},f_{2}$ are linearly independent there. That is to show
the existence of a $delta>0$ such that for all $xinmathbb{R}^{n}$
with $left|x-aright|<delta$ we get that $f_{1}left(xright),f_{2}left(xright)$
are also linearly independent. Meaning
$$
gamma_{1}f_{1}left(xright)+gamma_{2}f_{2}left(xright)=0qquadRightarrowqquadgamma_{1}=gamma_{2}=0
$$
Is this right? How can I prove it?
calculus
add a comment |
Let $f_{1},f_{2}colonmathbb{R}^{n}tomathbb{R}^{m}$ be two continuous
functions and let $ainmathbb{R}^{n}$ be a point such that $f_{1}left(aright),f_{2}left(aright)$
are linearly independent. That is
$$
gamma_{1}f_{1}left(aright)+gamma_{2}f_{2}left(aright)=0qquadRightarrowqquadgamma_{1}=gamma_{2}=0
$$
I would like to know if there is also a neighborhood of $a$ such
that $f_{1},f_{2}$ are linearly independent there. That is to show
the existence of a $delta>0$ such that for all $xinmathbb{R}^{n}$
with $left|x-aright|<delta$ we get that $f_{1}left(xright),f_{2}left(xright)$
are also linearly independent. Meaning
$$
gamma_{1}f_{1}left(xright)+gamma_{2}f_{2}left(xright)=0qquadRightarrowqquadgamma_{1}=gamma_{2}=0
$$
Is this right? How can I prove it?
calculus
add a comment |
Let $f_{1},f_{2}colonmathbb{R}^{n}tomathbb{R}^{m}$ be two continuous
functions and let $ainmathbb{R}^{n}$ be a point such that $f_{1}left(aright),f_{2}left(aright)$
are linearly independent. That is
$$
gamma_{1}f_{1}left(aright)+gamma_{2}f_{2}left(aright)=0qquadRightarrowqquadgamma_{1}=gamma_{2}=0
$$
I would like to know if there is also a neighborhood of $a$ such
that $f_{1},f_{2}$ are linearly independent there. That is to show
the existence of a $delta>0$ such that for all $xinmathbb{R}^{n}$
with $left|x-aright|<delta$ we get that $f_{1}left(xright),f_{2}left(xright)$
are also linearly independent. Meaning
$$
gamma_{1}f_{1}left(xright)+gamma_{2}f_{2}left(xright)=0qquadRightarrowqquadgamma_{1}=gamma_{2}=0
$$
Is this right? How can I prove it?
calculus
Let $f_{1},f_{2}colonmathbb{R}^{n}tomathbb{R}^{m}$ be two continuous
functions and let $ainmathbb{R}^{n}$ be a point such that $f_{1}left(aright),f_{2}left(aright)$
are linearly independent. That is
$$
gamma_{1}f_{1}left(aright)+gamma_{2}f_{2}left(aright)=0qquadRightarrowqquadgamma_{1}=gamma_{2}=0
$$
I would like to know if there is also a neighborhood of $a$ such
that $f_{1},f_{2}$ are linearly independent there. That is to show
the existence of a $delta>0$ such that for all $xinmathbb{R}^{n}$
with $left|x-aright|<delta$ we get that $f_{1}left(xright),f_{2}left(xright)$
are also linearly independent. Meaning
$$
gamma_{1}f_{1}left(xright)+gamma_{2}f_{2}left(xright)=0qquadRightarrowqquadgamma_{1}=gamma_{2}=0
$$
Is this right? How can I prove it?
calculus
calculus
asked Nov 20 '18 at 12:52
Jon
557413
557413
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
If $m = 2$:
consider $$g(x)=det(f_1(x),f_2(x))$$
Since $g(a) ne 0$, $exists epsilon > 0$ s.t. $0 notin I=]g(a)-epsilon, g(a)+epsilon[$
Since $I$ is an open set of $mathbb{R}$ and $g$ is continuous, $g^{-1}(I)$ is an open set of $mathbb{R}^n$
$$forall x in g^{-1}(I), g(x)ne 0 iff f_1(x), f_2(x) text{ independent}$$
If $m = 1$:
$f_1(a)$ and $f_2(a)$ cannot be independent
If $m > 2$:
There exists $(e_2, .., e_m)$ such that $(f_1(a), f_2(a), e_2, .., e_m)$ is a base of $mathbb{R^m}$
Consider $$g(x)=det(f_1(x),f_2(x), e_2, .., e_m)$$ and apply the same processus.
add a comment |
Just take the Gram-Determinant of $f_1(a)$ and $f_2(a)$, that's here
$$|f_1(a)|^2|f_2(a)|^2-langle f_1(a),f_2(a)rangle^2$$
see https://en.wikipedia.org/wiki/Gramian_matrix#Gram_determinant. If it's non-zero at $a$, due to continuity it will be non-zero in a neighbourhood of $a$.
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',
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%2f3006273%2flinear-independence-of-continuous-functions-in-a-neighborhood%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If $m = 2$:
consider $$g(x)=det(f_1(x),f_2(x))$$
Since $g(a) ne 0$, $exists epsilon > 0$ s.t. $0 notin I=]g(a)-epsilon, g(a)+epsilon[$
Since $I$ is an open set of $mathbb{R}$ and $g$ is continuous, $g^{-1}(I)$ is an open set of $mathbb{R}^n$
$$forall x in g^{-1}(I), g(x)ne 0 iff f_1(x), f_2(x) text{ independent}$$
If $m = 1$:
$f_1(a)$ and $f_2(a)$ cannot be independent
If $m > 2$:
There exists $(e_2, .., e_m)$ such that $(f_1(a), f_2(a), e_2, .., e_m)$ is a base of $mathbb{R^m}$
Consider $$g(x)=det(f_1(x),f_2(x), e_2, .., e_m)$$ and apply the same processus.
add a comment |
If $m = 2$:
consider $$g(x)=det(f_1(x),f_2(x))$$
Since $g(a) ne 0$, $exists epsilon > 0$ s.t. $0 notin I=]g(a)-epsilon, g(a)+epsilon[$
Since $I$ is an open set of $mathbb{R}$ and $g$ is continuous, $g^{-1}(I)$ is an open set of $mathbb{R}^n$
$$forall x in g^{-1}(I), g(x)ne 0 iff f_1(x), f_2(x) text{ independent}$$
If $m = 1$:
$f_1(a)$ and $f_2(a)$ cannot be independent
If $m > 2$:
There exists $(e_2, .., e_m)$ such that $(f_1(a), f_2(a), e_2, .., e_m)$ is a base of $mathbb{R^m}$
Consider $$g(x)=det(f_1(x),f_2(x), e_2, .., e_m)$$ and apply the same processus.
add a comment |
If $m = 2$:
consider $$g(x)=det(f_1(x),f_2(x))$$
Since $g(a) ne 0$, $exists epsilon > 0$ s.t. $0 notin I=]g(a)-epsilon, g(a)+epsilon[$
Since $I$ is an open set of $mathbb{R}$ and $g$ is continuous, $g^{-1}(I)$ is an open set of $mathbb{R}^n$
$$forall x in g^{-1}(I), g(x)ne 0 iff f_1(x), f_2(x) text{ independent}$$
If $m = 1$:
$f_1(a)$ and $f_2(a)$ cannot be independent
If $m > 2$:
There exists $(e_2, .., e_m)$ such that $(f_1(a), f_2(a), e_2, .., e_m)$ is a base of $mathbb{R^m}$
Consider $$g(x)=det(f_1(x),f_2(x), e_2, .., e_m)$$ and apply the same processus.
If $m = 2$:
consider $$g(x)=det(f_1(x),f_2(x))$$
Since $g(a) ne 0$, $exists epsilon > 0$ s.t. $0 notin I=]g(a)-epsilon, g(a)+epsilon[$
Since $I$ is an open set of $mathbb{R}$ and $g$ is continuous, $g^{-1}(I)$ is an open set of $mathbb{R}^n$
$$forall x in g^{-1}(I), g(x)ne 0 iff f_1(x), f_2(x) text{ independent}$$
If $m = 1$:
$f_1(a)$ and $f_2(a)$ cannot be independent
If $m > 2$:
There exists $(e_2, .., e_m)$ such that $(f_1(a), f_2(a), e_2, .., e_m)$ is a base of $mathbb{R^m}$
Consider $$g(x)=det(f_1(x),f_2(x), e_2, .., e_m)$$ and apply the same processus.
answered Nov 20 '18 at 13:45
stity
3,150513
3,150513
add a comment |
add a comment |
Just take the Gram-Determinant of $f_1(a)$ and $f_2(a)$, that's here
$$|f_1(a)|^2|f_2(a)|^2-langle f_1(a),f_2(a)rangle^2$$
see https://en.wikipedia.org/wiki/Gramian_matrix#Gram_determinant. If it's non-zero at $a$, due to continuity it will be non-zero in a neighbourhood of $a$.
add a comment |
Just take the Gram-Determinant of $f_1(a)$ and $f_2(a)$, that's here
$$|f_1(a)|^2|f_2(a)|^2-langle f_1(a),f_2(a)rangle^2$$
see https://en.wikipedia.org/wiki/Gramian_matrix#Gram_determinant. If it's non-zero at $a$, due to continuity it will be non-zero in a neighbourhood of $a$.
add a comment |
Just take the Gram-Determinant of $f_1(a)$ and $f_2(a)$, that's here
$$|f_1(a)|^2|f_2(a)|^2-langle f_1(a),f_2(a)rangle^2$$
see https://en.wikipedia.org/wiki/Gramian_matrix#Gram_determinant. If it's non-zero at $a$, due to continuity it will be non-zero in a neighbourhood of $a$.
Just take the Gram-Determinant of $f_1(a)$ and $f_2(a)$, that's here
$$|f_1(a)|^2|f_2(a)|^2-langle f_1(a),f_2(a)rangle^2$$
see https://en.wikipedia.org/wiki/Gramian_matrix#Gram_determinant. If it's non-zero at $a$, due to continuity it will be non-zero in a neighbourhood of $a$.
answered Nov 20 '18 at 17:29
Michael Hoppe
10.8k31834
10.8k31834
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%2f3006273%2flinear-independence-of-continuous-functions-in-a-neighborhood%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