Define a set $\Gamma$ to be consistent if $\nvdash \bigwedge\Sigma \rightarrow \bot$ for each finite $\Sigma \subseteq \Gamma$.
How does this definition relate to the usual one, i.e. that you can't derive both $\varphi$ and $\neg \varphi$ from $\Gamma$ ? I know that they shoud be equal but I can't see how to get from one to the other.
$$\nvdash \bigwedge\Sigma \rightarrow \bot\\\iff \Gamma \nvdash \bot \text{ (deduction theorem)}\\\iff \Gamma \nvdash \phi \land \neg \phi \text{ for some } \phi \text{ (logical equivalence $\phi \land \neg \phi \equiv \bot$)}\\\iff \text{not: } \Gamma \vdash \phi \land \neg \phi \text{ (def. $\nvdash$)}\\\iff \text{not: } (\Gamma \vdash \phi \text{ and } \Gamma \vdash \neg \phi) \text{ (follows from rule def. for $\land$)}$$