tgt
- 519
- 2
What do you call a proof of a claim inside a lemma? And that lemma is inside a theorem.
The discussion centers on the structure of mathematical proofs, particularly the use of lemmas and sub-lemmas within theorems. It is established that nested statements, such as having lemmas inside theorems, are uncommon and can lead to confusion. The recommended approach is to present the theorem first, followed by necessary lemmas, and to avoid cascading dependencies. Additionally, if a proof is needed within a lemma, it should either be presented as a separate lemma, included inline, or deferred to the end of the proof.
PREREQUISITESMathematicians, students in advanced mathematics courses, and anyone involved in writing or reviewing mathematical proofs will benefit from this discussion.
n_bourbaki said:The normal presentation for this would go something like:
Statement of Theorem
Comment that to prove the theorem we will use some simple lemmas
Statements and proofs of lemmas
Restatement of theorem, or just a statement that theorem X above now follows.
You should avoid a cascade of statements whose proofs depend on the following statements. Instead put the thing you prove first at the top, and perhaps precede with a comment such as 'we will use the following small result later', and then reference it when you do you use it.
HallsofIvy said:If I am reading the original post correctly, a "proof of a claim inside a lemma", if it is written as a separate proof, would, indeed, be a "sub-lemma".
HallsofIvy said:It certainly could, just as subroutines could be included in the computer program where they are called. A "lemma" is just a part of the main proof that is simpler to understand if it is done separately. The same could be true of a "sub-lemma".
If I am reading the original post correctly, a "proof of a claim inside a lemma", if it is written as a separate proof, would, indeed, be a "sub-lemma".