Consider the conjunction introduction and implication elimination rules of natural deduction:
$$\frac{\Gamma\vdash\alpha \quad \Gamma\vdash\beta}{ \Gamma\vdash \alpha \land \beta} (\land I) \qquad \frac{ \Gamma \vdash \alpha \to \beta \quad \Gamma \vdash \alpha} {\Gamma,\vdash\beta} (\to E) \qquad \text{(single)}$$
and note that the context $\Gamma$ of both premises of $(\to E)$ and $(\land I)$ must be the same.
Because this need not be the case in general, why not to write those rules like this instead:
$$\frac{\Gamma\vdash\alpha \quad \Delta\vdash\beta}{ \Gamma,\Delta\vdash \alpha \land \beta} (\land I') \qquad \frac{ \Gamma \vdash \alpha \to \beta \quad \Delta \vdash \alpha} {\Gamma, \Delta\vdash\beta} (\to E') \qquad \text{(multiple)} $$
i.e. with the rules stated like this one might allow premises with distinct contexts.
Questions:
Should multiple premises of a natural deduction inference rule always have the same context?
In spite of their generality, why most (if not all) textbook or canonical presentations of the inference rules of the natural deduction refrain from using $\text{(multiple)}$-like rules? Because they are less didactical?
Aren't $\text{(multiple)}$-like rules valid as well in the natural deduction?
Thanks!
Your generalized rules are equivalent to the original rules as long as you have the weakening rule (which every reasonable system would have):