Why are the \noindent commands ignored in the following code? The only indentation that I want is the paragraph preceding the two corollaries.
\documentclass[10pt]{amsart}
\usepackage{mathtools}
\begin{document}
We will review bilinear forms and the matrix representations for them. For a reference, one may refer to Applications of Linear Algebra by David C Lay, Judith McDonald, and Steven R Lay.
\vskip0.25in
\noindent \textbf{Corollary 1} \\vspace{1.25mm}
\noindent {\em $\mathcal{B}$ and $\mathcal{C}$ are two bases for $V$, and $P \in \mathrm{M}_{n}(F)$ is the transition matrix from $\mathcal{C}$ to $\mathcal{B}$. If $A$ is the matrix representation of a form on $V$ with respect to $\mathcal{B}$,}
\begin{equation}
A^{\prime} = P^{t}AP
\end{equation}
{\em is the matrix representation of the same form with respect to $\mathcal{C}$.} \
\vspace{0.25in}
\noindent \textbf{Corollary 2} \\vspace{1.25mm}
\noindent {\em If A is the matrix representation for a form on V with respect to a basis for $V$, for any invertible matrix $Q \in {\mathrm{M}}_{n}(F)$,}
\begin{equation}
A^{\prime} = Q A Q^{t}
\end{equation}
{\em is the matrix representation of the same form with respect to another basis for V.} \
\vspace{0.25in}
\end{document}


A^{\prime}is more usually input asA'– David Carlisle Nov 20 '22 at 23:24\noindentis being ignored? Furthermore, this is not abouttex-core; it's a LaTeX document, but I'm not sure how to tag it because it's not clear what is wanted. – barbara beeton Nov 20 '22 at 23:46\noindent {\em $\mathcal{B}$ and $\mathcal{C}$ ... }That\noindentcommand is being ignored. Same can be said for the\noindentcommand in the code for the statement in Corollary 2. – user143462 Nov 21 '22 at 00:12\\\vspace_...}were indented for you, something else is going on, and more information is needed. But the two answers give a more LaTeX-y method for obtaining the result you are looking for. – barbara beeton Nov 21 '22 at 02:07\parand when\\– barbara beeton Dec 21 '22 at 21:55