Math & ScienceWhy is the normal subgroup symbol called \lhd?

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
aleph_aleph_null
Posts: 1
Joined: Sat Dec 17, 2016 2:03 am

Why is the normal subgroup symbol called \lhd?

Post by aleph_aleph_null »

Sorry if this question belongs somewhere else; I'm new to this forum.

Most TeX symbols have fairly intuitive names, like \leq or \rightarrow. I always forget how to make left- or right-pointing triangles (as you might use for a normal subgroup, for instance) though, since "lhd' and "rhd" mean nothing to me. Does anybody know why these symbols were given these particular names (aside from the obvious "l = left" and "r = right" component)?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Why is the normal subgroup symbol called \lhd?

Post by Stefan Kottwitz »

Welcome to the forum!

Interesting question. Also I did not find an answer searching the various macro packages that define \lhd. I assume, once that name existed, others used it too.

Let's guess what \lhd and \rhd could mean. :-)
  • left hand drive, right hand drive ?
  • left hand delta, right hand delta?
Left hand delta sounds good to me, since it looks like a delta turned to the left.

By the way, I would not phrase it the way that the normal subgroup symbol is called \lhd, but for the normal subgroup the symbol \lhd is used. But I know that was just meant for explanation. I phrased it that way to stress that symbol names are usually generic or by their look and shape, often not by function. So for my math papers that I write, I would define my own set of macros with name by function, such as \let\nsubgroup\lhd. So I never forget it and the code is more easier to read.

Stefan
LaTeX.org admin
Post Reply