Let $n \in\mathbb{N}$ and define $A \in M_{n}(\mathbb{R})$ by $A(i,j)= \min(i,j)$ for $i,j \in \{1, 2 ,3, 4,\cdots, n\}$.Compute $\det(A)$.
My try is with a example: Given a $n\times n$ matrix whose $(i, j)$-th entry is the lower of $i,j$, eg. $$\begin{pmatrix}1 & 1 & 1 & 1\\ 1 & 2 & 2 & 2 \\ 1 & 2 & 3 & 3\\ 1 & 2 & 3 & 4 \end{pmatrix}.$$ The determinant of any such matrix is $1$. How do I prove this? Tried induction but the assumption would only help me to compute the term for $A_{nn}^*$ mirror.
Help, please.