Hello,
I would like to enumerate corollary inside theorems. Is that possible? If so, what I have to do?
Thanks
Text Formatting ⇒ Corollary inside Theorems
Corollary inside Theorems
Last edited by Gilza on Thu Mar 03, 2011 3:45 am, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Corollary inside Theorems
What are you using to create these environments? If you're using amsthm, then see pages 2-3 of its documentation. If something else, let us know what. Either way, if you need more help, provide a minimal working example to test with.
Re: Corollary inside Theorems
Sorry for not give the necessry information!
I am using asmthm package. What I want is something like the following
Theorem 1
Corollary 1.1
Corollary 1.2
Theorem 2
Corollary 2.1
Corollary 2.2
The corollary number indicating the theorem from which the corollary came.
Thank You.
Gilza
I am using asmthm package. What I want is something like the following
Theorem 1
Corollary 1.1
Corollary 1.2
Theorem 2
Corollary 2.1
Corollary 2.2
The corollary number indicating the theorem from which the corollary came.
Thank You.
Gilza
Re: Corollary inside Theorems
Thank You very much.
I read it again . I found the solution
\newtheorem{thm}{Theorem}
\newtheorem{lem}{Lemma}[thm]
Best regards
I read it again . I found the solution
\newtheorem{thm}{Theorem}
\newtheorem{lem}{Lemma}[thm]
Best regards
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Corollary inside Theorems
Then please mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting).Gilza wrote:[…] I found the solution […]
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10