I have an expression which involves Meijer G-functions, to be precise $$ G_{1,4}^{2,1}\left(x \left\vert \begin{array}{c} 1 \\ 1,1,0,\frac{1}{2} \\ \end{array} \right)\right. $$ After messing around a bit with the Mathematica software I found that the following appears to hold: $$ G_{1,4}^{2,1}\left(x \left\vert \begin{array}{c} 1 \\ 1,1,0,\frac{1}{2} \\ \end{array} \right)\right. -\frac{1}{\sqrt{\pi}} = - G_{0,3}^{2,0}\left(x \left \vert \begin{array}{c} 0,1,\frac{1}{2} \\ \end{array} \right)\right. $$ With "appears to hold" I mean the plots overlay perfectly. But I would like to prove it. I know that you can lower the order of the G function if the same parameters appear in the $a$ and $b$ vectors. But this only applies if the $1$ in $b$ are in its second half. So in my example it does not cancel. Any suggestions on how to proceed are highly appreciated.
PS: Input for Mathematica
Plot[MeijerG[{{1}, {}}, {{0, 1}, {1/2, 1}}, x] - 1/Sqrt[Pi] + MeijerG[{{1}, {}}, {{1, 1}, {0, 1/2}}, x], {x, 0, 4}, PlotRange -> All]
Which just gives machine precision noise.