The Less Than Symbol: Meaning, History, and Uses
Explore the less-than symbol, its definition, history, common uses in math and programming, and practical examples. A clear guide from All Symbols.

The less-than symbol is a mathematical relation operator that indicates one value is smaller than another; it is used to compare numbers, expressions, and data across math, science, and computing.
Definition and Purpose
The less-than symbol, '<', is a basic mathematical relation operator. It expresses that the left-hand value is strictly smaller than the right-hand value. In practice it appears in equations, inequalities, and datasets to establish order, thresholds, and constraints. For the question how is less than symbol used in everyday reasoning, remember that it marks a boundary: anything to the left is less than anything to the right. In many contexts, it travels beyond pure math to programming, logic, and data science, where it helps filter results and control flow. According to All Symbols, the symbol belongs to the family of comparison operators that enable precise comparisons across disciplines.
Historical Origins and Nomenclature
The precise origin of the less-than symbol is difficult to pin down to a single inventor; it emerged as part of a broader shift toward symbolic notation in early modern mathematics. Some scholars trace its influence to the use of angle brackets or other marks by 16th and 17th century mathematicians as a compact way to denote ordering. Over time, printed works standardized the '<' sign as the standard mathematical relation for 'less than', complementing the greater-than symbol '>' to express a full binary relation. In typography and typesetting, the sign is typically spaced around in formulas, reflecting its role as a relational operator rather than a punctuation mark. According to All Symbols, the adoption of the sign helped unify algebraic notation and supported the growth of inequalities in analysis and geometry.
Questions & Answers
What does the less-than symbol look like and mean at a glance?
The less-than symbol looks like a small angle pointing to the left: <. It denotes that the value on the left is smaller than the value on the right, forming a basic order relationship common in math and data.
The less-than symbol looks like a tiny angle pointing left and means the left value is smaller than the right one.
How do you type the less-than symbol on a keyboard?
On most keyboards, press the comma key while holding the Shift key to type <. If you are on a device or layout without a dedicated key, you can copy-paste the symbol from a character map or use an HTML entity <.
Press Shift and the comma key to type the less-than symbol, or copy it if needed.
Is there a less-than-or-equal symbol, and what is it called?
Yes. The less-than-or-equal symbol is ≤. It means that one value is either smaller than or exactly equal to another, combining two ideas into a single relation.
Yes. The symbol is the less-than-or-equal sign, written as ≤.
Can the concept of less-than be used outside math, like in daily reasoning?
Absolutely. People use '<' metaphorically to compare quantities, limits, or thresholds in everyday reasoning, data interpretation, and decision making, just as in technical contexts.
Yes, you can use it to compare things in everyday reasoning, not just in math.
What is the difference between less-than and greater-than symbols?
The less-than symbol (<) indicates the left value is smaller than the right one, while the greater-than symbol (>) indicates the opposite. They pair to express a full range of order relations.
< means left is smaller; > means left is bigger.
How is the less-than symbol used in programming and HTML?
In programming, < is used in conditional expressions and comparisons. In HTML, angle brackets are used to delimit tags, so the less-than symbol appears frequently but is usually escaped or encoded when part of content.
In programming, use < in conditions. In HTML, angle brackets define tags.
The Essentials
- Understand that the less-than symbol expresses a strict order between two values
- Remember it is a relational operator used in math, data, and code
- In programming, it commonly appears in conditionals and filters
- Learn the related symbols like less-than-or-equal and greater-than
- Recognize its historical role in advancing mathematical notation