0
$\begingroup$

Given a set $\{f_{1},\ldots,f_{k}\}$ of maps $\mathbb{R}^{n}\rightarrow \mathbb{R}^{m}$ how is it usually defined the notion of linear (in)dependence among them? (Is it the same as for single variable real valued functions?).

Does the notion of linear (in)dependence have an analog, or a generalization to maps between more general types of spaces? (e.g. maps between Banach or Hilbert spaces, or even metric spaces)

  • 0
    You have to plug your functions into a vector space. The definition of linear dependence is the same in every vector space.2012-09-24
  • 0
    @Siminore: Considering the single variable case $n=m=1$, if the functions $f_1,\ldots,f_k$ are in $C^{k-1}$ then linear independence in addition requires that $c_{i}f_{i}^{(1)}=c_{i}f_{i}^{(2)}=\cdots=c_{i}f_{i}^{(k-1)}=0$. Doesn´t it?2012-09-24
  • 1
    The definition in the above link is exactly as Siminore said. The entire section on the Wronskian is a set of conclusions that one can draw about the linear independence of functions if they are all $n-1$-differentiable.2012-09-24
  • 1
    @John You should not confuse the definition of linear dependence with the tricks you can do in single, special cases. For functions, the definition of linear dependence is a pointwise one: $\sum_{i=1}^n \alpha_i f_i(x)=0$ at every point $x$. Maybe you can take derivatives to get some additional information, but this depends on the choice of the vector space.2012-09-24

1 Answers 1

2

It's the same. The set is linearly independent if there is no non-zero solution to $$ a_1f_1+\cdots a_kf_k=0 $$ for $a_1,\ldots ,a_k\in \mathbb{R}$.

  • 0
    This is what I though. However, are there no aditional conditions on the partial derivatives? (See my coment to Siminore above)2012-09-24
  • 0
    @John: linear independence is a linear algebraic property. It does not depend on partial derivatives or anything of the sort.2012-09-24
  • 2
    @tomasz John is confusing the definition of linear independence in the above Wolfram link with the section on the Wronskian that follows the definition. That section is not the definition of independence, but rather a cute way of showing independence of $n$ $n-1$-differentiable functions2012-09-24
  • 0
    @Thomas. +1 to your comment. The point you make precisely is where my confusion came from. The way it is written it seems that both parts are part of the same definition when the functions are $C^{n-1}$.2012-09-24