We all love normal subgroups, and in searching the web for the answer to my question I've found plenty of resources for ways to indicate normal subgroups. That's not what I'm looking for. When one wants to say $H$ is a subgroup of $G$ (not necessarily a normal subgroup, normal status is unknown), what is the intended symbol for that purpose? Does everyone just use the less-than \lt symbol? One could simply use a backslash symbol for setminus, but I'm betting parsers that automatically read LaTeX for the purposes of moving equations between math softwares probably process \setminus better. In a similar spirit, is there a LaTeX symbol for non-normal subgroup?
Edited for clarification: I am not looking for how to say "not a normal subgroup", that is, I'm not looking for a crossed out normal subgroup symbol, or a "not" symbol in front of a normal subgroup symbol. I'm looking for a standard subgroup symbol that doesn't reference "normalness" in any way.
\not\trianglelefteqproduce what you are looking for? That is just a guess, extrapolating from Normal subgroups. – Peter Grill Apr 13 '14 at 03:51<on the comma key on the keyboard. For formatting purposes,\ltis preferred over<in inequalities. Similarly, we use\setminusinstead of\or\backslash. I'm wondering if there's something other than<or\ltfor "subgroup". – Travis Bemrose Apr 13 '14 at 04:23$\lt$for me). How can I find favorited questions again later on SE sites? – Travis Bemrose Apr 13 '14 at 05:53<,\lt,\le, or even\leqslantsymbols. There does not seem to be an overall consensus on whether to write\ltor\le. The best thing to do with this is to define a new macro\newcommand{\subgr}{\lt}(or\leor\leqslantor\eqslantless, ... whatever floats your boat) and use the\subgrmacro whenever you need to use the subgroup symbol. Then you can change it easily and hassle-free if need be. – moewe Apr 13 '14 at 06:35\ltdoes seem to be a non-standard command, my LaTeX withamssymbandmathtoolsdidn't know it, but some HTML math renderers seem to use it instead of<so as to not have something that looks like the start of an HTML tag. – moewe Apr 13 '14 at 08:32\leqsymbol for saying “is a subgroup of” and\unlhdfor “is a normal subgroup of”. If you say “is a subgroup of”, you're supposing nothing about normality. – egreg Apr 13 '14 at 10:26\setminuswhen one could just use\backslashor\) or whether everyone just uses\lt,\le, etc. – Travis Bemrose Apr 13 '14 at 16:20\setminusexists because\backslashhas a different character class. But there is no point in LaTeX defining all kinds of symbols that boil down to the exactly same character (like < and a possible subgroup symbol might): It is for the user to decide which commands he would like to have and to define them. – moewe Apr 13 '14 at 16:56texdoc symbols-a4does not reveal any such symbol withgroupin the name, so I suppose my guess per the actual Q is in line with popular opinion. – Sean Allred Apr 13 '14 at 17:36