I have a question about the second paragraph of the following excerpt, which is taken from p.115 of Introductory Mathematics: Algebra and Analysis by Geoff Smith:
In the light of these properties of determinant, we calculate $|X|$ again where $X=\left(x_{i j}\right)$ is a 3 by 3 matrix. Instead of using Definition $4.7$, let us see how far we get in an attempt to evaluate $|X|$ using Remark 4.3.
Think of $X$ as a column vector, its entries being row vectors. Let the $i$-th row be $\mathbf{x}_{i}$. Now let $\mathbf{e}_{i}$ be the $i$-th row of $I_{n}$, so that $\mathbf{x}_{i}=\sum_{j} x_{i j} \mathbf{e}_{j}$. We now use property (c) in Remark $4.3$ (determinant being a multilinear function) to find that $|X|$ is $$ \begin{aligned} x_{11} x_{22} x_{33}\left|\begin{array}{lll} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array}\right|+x_{11} x_{23} x_{32}\left|\begin{array}{lll} 1 & 0 & 0 \\ 0 & 0 & 1 \\ 0 & 1 & 0 \end{array}\right|\\ +x_{12} x_{23} x_{31}\left|\begin{array}{lll} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 1 & 0 & 0 \end{array}\right|+x_{12} x_{21} x_{33}\left|\begin{array}{lll} 0 & 1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 1 \end{array}\right|\\ +x_{13} x_{21} x_{32}\left|\begin{array}{lll} 0 & 0 & 1 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{array}\right|+x_{13} x_{22} x_{31}\left|\begin{array}{lll} 0 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{array}\right| \end{aligned} $$
Specifically, my question is what is the connection between the second paragraph and the formula below it. How do the authors get from
Now let $\mathbf{e}_{i}$ be the $i$-th row of $I_{n}$, so that $\mathbf{x}_{i}=\sum_{j} x_{i j} \mathbf{e}_{j}$.
to the expression for the determinant of $X$?
Extra (the whole book: https://docdro.id/gnu93vl):
Definition 4.7 Suppose that $A=\left(a_{i j}\right)$ is an $n$ by $n$ matrix. We define the determinant $|A|$ inductively. Thus we assume that we know how to calculate a determinant $|X|$ where $X$ is an $n-1$ by $n-1$ matrix, and start the induction off by defining the determinant of a 1 by 1 matrix $(a)$ to be $a$.
Pick any row of $A$, say the $i$-th row. We will work out $|A|$ by using the entries of the $i$-th row of $A$ and the determinants of some $n-1$ by $n-1$ matrices. For each entry $a_{i j}$ in the $i$-th row, let $A_{i j}$ be the $n-1$ by $n-1$ matrix obtained by striking out the $i$-th row and $j$-th column of $A$. Let $c_{i j}=(-1)^{i+j}\left|A_{i j}\right|$. Now let $|A|=\sum_{j=1}^{n} a_{i j} c_{i j}$.
Remark 4.3 (c) The map is multilinear in each of the $n$ row vector variables. In other words, if you choose $i$ in the range $1 \leq i \leq n$ and keep all arguments fixed except the variable in position $i$, you obtain a linear map from $\mathbb{R}^{n}$ to $\mathbb{R}$. To be explicit, if we fix all rows except one, determinant defines a function $\alpha$ from $\mathbb{R}^{n}$ to $\mathbb{R}$ by varying the distinguished row. To say that $\alpha$ is linear is to assert that $$ \alpha(\lambda \mathbf{x}+\mu \mathbf{y})=\lambda \alpha(\mathbf{x})+\mu \alpha(\mathbf{y}) \forall \lambda, \mu \in \mathbb{R}, \forall \mathbf{x}, \mathbf{y} \in \mathbb{R}^{n} $$