Let $L$ be a differential operator.
$$$$
We suppose that $\phi: \displaystyle{\bigwedge_{j=1}^n L_j x=f_j}$ and we assume that $\phi$ can be written as $Lx=f \land \psi$, where $\psi$ doesn't contain any $x$.
We prove this by induction on the number of equations, $n$.
Base case: For $n=1$ we have one equation, so it is of the form $Lx=f$.
Inductive hypothesis: We suppose that it holds for $n=k$, i.e., if $\phi$ contains $k$ equations, then we can reduce it into the form $$Lx=f \land \psi \ \ \text{ where } \psi \text{ doesn't contain any } x.$$
Inductive step: We will show that it holds for $n=k+1$, i.e., if we have $k+1$ equations we can reduce this system into the form $$Lx=f \land \psi \ \ \text{ where } \psi \text{ doesn't contain any } x.$$ From the inductive hypothesis we know that we can reduce the first $k$ equations into the above form. So we have two equations that contain $x$ and its derivatives. We add these two equations and we get a new differential equation $Lx=f$. So the initial system is equivalent to the new differential equation $Lx=f$.
$$$$
$$$$
We suppose that $\phi: \displaystyle{\bigwedge_{j=1}^n L_j x \neq g_j}$ and we assume that $\phi$ can be written as $Lx \neq g \land \psi$, where $\psi$ doesn't contain any $x$.
We prove this by induction on the number of inequations, $n$.
Base case: For $n=1$ we have one inequation, so it is of the form $Lx \neq g$.
Inductive hypothesis: We suppose that it holds for $n=k$, i.e., if $\phi$ contains $k$ inequations, then we can reduce it into the form $$Lx \neq g \land \psi \ \ \text{ where } \psi \text{ doesn't contain any } x.$$
Inductive step: We will show that it holds for $n=k+1$, i.e., if we have $k+1$ inequations we can reduce this system into the form $$Lx \neq g \land \psi \ \ \text{ where } \psi \text{ doesn't contain any } x.$$ From the inductive hypothesis we know that we can reduce the first $k$ inequations into the above form. So we have two inequations that contain $x$ and its derivatives, $Lx \neq g \land L_{k+1}x \neq g_{k+1} \land \psi$. These inequations are equivalent to $L_{k+1}x = f_{k+1}+a \ \ , \ \ Lx \neq f+b$, where $a, b \neq 0$. Now we can add these two equations and we get $\tilde{L}x=L_{k+1}x+Lx=f_{k+1}+a+f+b, a, b \neq 0$. Then we have $\tilde{L}x \neq f_{k+1}+f$.
Is the last part correct? But if $a=-b$? Do we maybe have to suppose that $a,b >0$ ?
$$$$
$$$$
Is everything correct?
Could I improve something at the formulation?
(In this ring the differential equations have always a solution.)
– Mary Star Nov 11 '15 at 17:08First by induction on the number of equations $n$ we show that a formula $\phi: \displaystyle{\bigwedge_{j=1}^n L_j x=f_j}$ can be reduced to the formula $Lx=f \land \psi_1$ where $\psi_1$ doesn't contain any $x$.
Then in the same way we show that a formula $\phi: \displaystyle{\bigwedge_{j=1}^n L_j x\neq g_j}$ can be reduced to the formula $Lx\neq g \land \psi_2$ where $\psi_2$ doesn't contain any $x$.
– Mary Star Nov 11 '15 at 17:09Is my idea correct? @MichaelMedvinsky
– Mary Star Nov 11 '15 at 17:09If you have existence theorem for $Lx=f$ it should come with uniqueness. You should be able to show it by proving that $Lx=0$ has only trivial solution. In general this would say you have a consistent system. $$$$ In general you should state: let $g_i=f_i+a_i$ such that not all $a_i$ are zeros, i.e. there is $j$ such that $f_j\ne g_j$. Then you have definitely different RHS and the same $x$ cannot solve both of $Lx=f$ and $Lx=f+a$ due to uniqueness. In such case you just use the result from $Lx=f$ straight forward without another induction etc.
– Michael Medvinsky Nov 12 '15 at 08:52We consider the system $\displaystyle{L x=f \land \bigwedge_{j=1}^m \tilde{\mathcal{L}}_j x = g_j}$.
This system can be reduced to the form $\hat{\mathcal{L}}x=s$.
@MichaelMedvinsky
– Mary Star Nov 24 '15 at 11:18So $$\exists x \left (L x=f \land \bigwedge_{j=1}^m \tilde{\mathcal{L}}_j x \neq g_j\right ) \leftrightarrow \exists x \ L x=f$$
@MichaelMedvinsky
– Mary Star Nov 24 '15 at 11:19We set $x=y+\hat{x}$. Then we have $$L (y+\hat{x})=f \overset{L \hat{x}=f}{\Longrightarrow} Ly=0$$ and $$\bigwedge_{j=1}^m \tilde{\mathcal{L}}j (y+\hat{x}) \neq g_j \text{ with } \bigwedge{j=1}^m \tilde{\mathcal{L}}_j \hat{x} = g_j$$
@MichaelMedvinsky
– Mary Star Nov 24 '15 at 11:21@MichaelMedvinsky
– Mary Star Nov 24 '15 at 11:39Let $n<m$.
Let $d_i$ be the $i$th derivative of $L_2$.
We define the differential equation $d_{m-n}L_1-\frac{m!}{(m-n)!}L_2=0$ the order of which is smaller than the order of $L_2$.
@MichaelMedvinsky
– Mary Star Nov 27 '15 at 14:02So the initial system is equivalent to a system of smaller order.
We do the same procedure until we get a system of the form $$\left{\begin{matrix} L=0\ \alpha \end{matrix}\right.$$ where the order of $L$ is $0$ and $\alpha$ doesn't contain $x$, i.e., it is a relation between the parameters.
So we conclude to one differential equation. That means that any system can be replaced by one differential equation. $$$$ Is this correct? @MichaelMedvinsky
– Mary Star Nov 27 '15 at 14:03