For any logic we have an is provable from relation denoted by $S \vdash \phi$ where $S$ is a (for the sake of the argument lets say) finite set of sentences and $\phi$ is a sentence.
Is the following “meta-theorem” valid?
$S\vdash \phi\quad \text{ iff } \quad \emptyset \vdash \left(\bigwedge S \implies \phi\right)$ where $\bigwedge S$ is the conjunction of all sentences in $S$.
(Assume that the logic in question has the deductive system capable of handling the conjunction and the implication in the usual way.)
I think so.
Given $S \vdash \phi$, we prove $\bigwedge S \Rightarrow \phi$ by using a law of implication introduction / conditional proof by assuming $\bigwedge S$, deriving the sentences in $S$, then using $S \vdash \phi$ to get $\phi$, and finally applying the law of implication introduction (with the details depending on the particular logical system).
Conversely, given $\emptyset \vdash (\bigwedge S \Rightarrow \phi)$, we assume $S$, conjoin the sentences to derive $\bigwedge S$, also derive $\bigwedge S \Rightarrow \phi$ (for free), and then use modus ponens to derive $\phi$.