Math & Science ⇒ Stylistic Question about Lemma Formatting
Stylistic Question about Lemma Formatting
6 part lemma (statement with no proof)
Theorem
proof of theorem
proof of 6 part lemma
My question is how should I format the proof of the 6 part lemma, usually I have been using
\begin{lemma}
Statement of lemma
\end{lemma}
\begin{proof}
proof
\end{proof}
But not sure what to use here, I'm open to some input stylistically of what will look the best, I used enumerate within the lemma environment when I wrote the statement. When I do the proof's right now my code looks something like this:
proof of lemma (4.2) part (1)
\begin{proof}
proof
\end{proof}
proof of lemma (4.2) part (2)
...
However it looks quite unprofessional. Any advice here? Also is it common to restate the lemma I want to prove when I give the proof?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis