A usual way to label statements for further reference is to set them
aside as numbered theorems, lemmas, conjectures, propositions and
whatever. LaTeX has the means to set statements aside this way, number
them automatically just like it does for equations, with the ability
to refer to them with a symbolic label that is then replaced with the
actual number in the final document, just like with equations.
On to agonize about whether they should be called theorems or
propositions and how deep a thought needs to be before it can be so
labelled at all and when if ever it is appropriate to use words
instead of symbols, and is it really acceptable to set the theorem in
italics, and should the numbering be tied to section or chapter
numbers or not, and what if there is only one theorem in the whole
paper, should it still be numbered? (Do relax some.)
\nonstopmode\documentclass{article}
\newtheorem{thinko}{Thinko}
\begin{document}
(Assume enough material here that the wording of the following thinko
can be understood by the diligent follower.)
\begin{thinko}[the descent from above] Let $f$ and $g$ be mutually
discreet in an ordinary way. Then $f(x)/g(x)$ decreases to $1$
strictly monotonically and most probably without fail as $x$
increases without bound. \label{descent}
\end{thinko}
(assume much stream of consciousness here) by reference to Thinko
\ref{descent} here the labeling of thinkoes for later reference is
hereby demonstrated.
\end{document}
(You need not be so heavy-handed, but you seem to want something like
that. There are books that are essentially a sequence of such labeled
and numbered thoughts. Then there are other books that never use them,
and yet others that label the few central points in them.)