This question is because of this comment. I would like to know if I should refrain from using $\lhd$ for "is an ideal of" in ring-theoretic questions. Is it common enough, or should I explain what it means? It's standard notation where I study, but I understand it doesn't have to be everywhere.
Also, is there any strong argument for choosing either $\lhd$ or $\triangleleft$? I don't know much about math typesetting, and I've noticed that people can give surprising and convincing arguments for using one symbol and not using another.
\lhdis more suitable for relations and\triangleleftfor binary operations. So in this usage\lhdseems to be better.\\ Namely I found in amstex.sty:\DeclareMathSymbol\vartriangleleft {\mathrel}{AMSa}{"43}\global\let\lhd\vartriangleleftand in fontmath.ltx:\DeclareMathSymbol{\triangleleft}{\mathbin}{letters}{"2F}. Difference between mathrel and mathbin is explained here. \\ Although I am not entirely sure that everything (spacing in particular) works in mathjax exactly the same way as in TeX. – Martin Sleziak May 22 '12 at 8:07