$a,b,c$ are statements, $\Rightarrow$ is a tautological consequence (not a logical implication and it's not a proposition).
Prove/disprove:
if $a\vee b \Rightarrow c$ then $a\Rightarrow c$ or $b\Rightarrow c$
if $a\Rightarrow c$ or $b\Rightarrow c$ then $a\vee b \Rightarrow c$
I'm not sure how to prove it but I think both are true, since $c$ is a tautological consequence then it's true regardless of of what $a$ and $b$ are. $c$ is true in both cases especially if $a=b=F$.
For 1. [using the "more standard" $\vDash$ for tautological consequence] :
consider a valuation $v$ such that one of $a,b$ is true.
We can assume, without loss of generality, that $v(a)=$t; then $v(a \lor b)=$t.
From $a ∨ b \vDash c$ it follows that $v(c)=$t, and thus : $a \vDash c$, and finally $a \vDash c$ or $b \vDash c$.
The same if we assume $v(b)=$t.
For 2. :
it is not true, as we can see with the following counter-example.
Consider : as $a$ the formula $q \land \lnot q$, as $b$ the formula $r$ and as $c$ the formula $p \land \lnot p$.
In this case we have :
and thus : $a \vDash c$ or $b \vDash c$, but clearly :