I have made the following theorem environment
\documentclass{article}
\usepackage{amsmath}
\usepackage{amsthm}
\newtheoremstyle{proposition}
{.5\baselineskip}
{.5\baselineskip}
{} % body
{} % indentation
{}{}
{.5em} % after head
{\thmnumber{(#2)}} % head
\theoremstyle{proposition}
\newtheorem{prop}{}
\begin{document}
\begin{prop}
Necessarily if there is life on the Evening Star then
there is life on the Evening Star.
\end{prop}
\end{document}
But now the second line is aligned with the ''head'' rather than the beginning of the text. Can that be changed?
Also, is it possible to make the indentation fixed relative to the left margin rather than the end of the head (which may vary in width)?
I'd like something similar to the following



