Linear transformations, prove that zero function belongs to vector space

80 Views Asked by At

Let $n\in\mathbb{N}$ and $a_0,a_1,\ldots,a_n\in\mathbb{R}$ such that $a_0< a_1\dots < a_{n-1}< a_n$. Let $E\subset \mathcal{F}([a_0,a_n],\mathbb{R}) $ a vector subspace (with the usual operations of $\mathcal{F}([a_0,a_n],\mathbb{R})$), where \begin{equation*} E: =\left\{g\in\mathcal{F}([a_0,a_n],\mathbb{R})\;\; \text{such that} \;\; \forall i\in\left\{0,1,\ldots,n-1\right\}\; : \; g\restriction{[a_i,a_{i+1}]}\in\mathcal{P}_1(\mathbb{R}) \right\}\end{equation*} Prove that the zero function $\theta\in\mathcal{F}([a_0,a_n],\mathbb{R})$ belongs to $E$. Also prove that $\dim(E) = n+1$.

First of all:\begin{align*}\mathcal{F}([a_0,a_n],\mathbb{R})&\;\; &\text{is the space of functions with domain in $[a_0,a_n]$ and codomain in}\; \mathbb{R} \\ g\restriction{[a_i,a_{i+1}]}&\; \; &\text{is the restriction of g to $[a_i,a_{i+1}]$ } \end{align*}

For the first part, i've tried to prove that over any $[a_i,a_{i+1}]$ we can let $\theta = 0 \in\mathcal{P}_1(\mathbb{R})$ as the zero function, but i don't know how to proceed formally. To prove that $\dim(E) = n + 1$ i think that maybe i can found a bijection on $E$, and then use the Rank-nullity theorem. How to proceed further?

Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, for the first part the solution simply amounts to the observation that the zero function restricted to each interval is still a zero function (on that interval), which clearly belongs to $\mathcal{P}_1(\mathbb{R})$.

For the second part, the key idea is that the values of such a function $g\in E\subset\mathcal{F}([a_0,a_n],\mathbb{R})$ at the points $a_0,a_1,\ldots,a_n$ completely define this function, as we would simply connect each pair of consecutive points with the unique linear function (geometrically, with the unique straight line segment) passing thru them. To implement this idea, we can consider the linear transformation $$T:E\to\mathbb{R}^{n+1} \quad \text{via} \quad T(g)=(g(a_0),g(a_1),\ldots,g(a_n)).$$ Show that $T$ is injective (its kernel is only the zero function) and that $T$ is surjective (because for any list of $n+1$ values there's a piecewise-linear function in $E$ that interpolates it), and you're done.