Give the result of evaluating the following expressions. If there are any nested functions, also give the most important intermediate steps. Assume that each example is evaluated in a fresh Mathematica session. Consecutive expressions in one example are evaluated one after another in the same session.
1. $\mathrm{p}\left[\mathrm{x}_{-}, \mathrm{y}_{-}\right.$Integer $]:=\mathrm{x} \wedge(\mathrm{y}-1)$
Thread $[\mathrm{p}[1.1,\{1,2,3.5\}]]$
2. $\mathrm{m}=\{\{\mathrm{a} 11, \mathrm{a} 12, \mathrm{a} 13\},\{\mathrm{a} 21, \mathrm{a} 22, \mathrm{a} 23\},\{\mathrm{a} 31, \mathrm{a} 32, \mathrm{a} 33\}\}$;
Rest [ Transpose[ Rest [ Transpose[m] ] ] ]
3. Inner[Power, $\{a, b, c\},\{x, y, z\}$, Times]
4. $\operatorname{Duter}[D,\{x-y, x y\},\{x, y\}]$
5. Inner [ List, $\{\mathrm{a}, \mathrm{b}\},\{\mathrm{x}, \mathrm{y}\}$, Dot $]$