Consider the sequent of $LJ_{\wedge}$ for which you have already found proofs for (which I have)
$A\wedge B \vdash B \wedge A$
$A\wedge B \vdash B\wedge B$
$A\wedge(B\wedge C) \vdash (A\wedge B)\wedge C$
Suppose we are given a categorical interpretation $[[-]]:\underline{Syn}(LJ_{\wedge})\rightarrow \underline{Set}$.
Where $\underline{Syn}(LJ_{\wedge})$ is the syntactic category of $LJ_{\wedge}$. And $\underline{Set}$ is the category of sets.
Take a guess as to the functions in $\underline{Set}$ which interpret these proof and verify your guess by working through the definition of the categorical interpretation.
I would like an answer to (i) (or any one you please) so that I may attempt the rest on my own. I vaguely get what I need to do. I have a proof for (i) as follows
$\cfrac{ B\vdash B \hspace{24pt} A\vdash A \hspace{12pt} (\wedge R)} {\cfrac{B,A \vdash B\wedge A \hspace{12pt}(exch)}{\cfrac{A,B \vdash B\wedge A\hspace{12pt}(\wedge L)} {A\wedge B \vdash B\wedge A}}}$
The things in brackets show which inference rules have been used to proceed to the next line of the proof.
I would start the first line as $\operatorname{id}_{[[B]]}:[[B]]\rightarrow [[B]]$ and $\operatorname{id}_{[[A]]}:[[A]]\rightarrow [[A]]$. Then I would write the next line as $[[B]]\times [[B]]\rightarrow [[B\wedge B]]$...Is what I am doing right. Would liek to see an example to see "how it's written" and what needs to be done.