Less Than vs Greater Than Sign: Easy Rules and Examples for 2026

You’re not alone! The less than sign (<) and the greater than sign (>) are two of the most mixed-up symbols in math and grammar. Even adults who use them every day sometimes pause for a second before writing them down.

And honestly? That little hesitation is completely normal  these signs look almost identical, just flipped!

In this guide, we’ll clear up the confusion once and for all, with simple examples, comparison tables, memory tricks, and real-life usage so you’ll never second-guess yourself again.


Quick Answer ⚡

The less than sign (<) means the value on the left is smaller than the value on the right (e.g., 3 < 5). The greater than sign (>) means the value on the left is bigger than the value on the right (e.g., 9 > 4). The open (wide) side of the symbol always faces the bigger number.


What Does the “Less Than” Sign (<) Mean?

What Does the "Less Than" Sign (<) Mean?

The less than symbol (<) is used to show that one number, value, or quantity is smaller than another.

How to Use It

You place the symbol between two values, with the smaller value on the left.

Examples:

  • 2 < 5 → “2 is less than 5” ✅
  • 10 < 20 → “10 is less than 20” ✅
  • -3 < 0 → “Negative 3 is less than 0” ✅
  • “Her score was less than 60%, so she needs to retake the exam.”
  • “The temperature was less than freezing this morning.” 🥶

Where You’ll See It

  • Math class: comparing numbers, inequalities, and equations
  • Coding: if (age < 18) { print(“Minor”); }
  • Everyday writing: “I have less than five minutes left!”

What Does the “Greater Than” Sign (>) Mean?

The greater than symbol (>) is used to show that one number, value, or quantity is larger than another.

How to Use It

You place the symbol between two values, with the bigger value on the left.

Examples:

  • 8 > 3 → “8 is greater than 3” ✅
  • 100 > 50 → “100 is greater than 50” ✅
  • 0 > -7 → “0 is greater than negative 7” ✅
  • “Sales this quarter were greater than last year’s.”
  • “Her enthusiasm was greater than her fear.” 💪

Where You’ll See It

  • Math and statistics: inequalities, ranges, thresholds
  • Coding: if (score > 90) { print(“A grade”); }
  • Business writing: “Revenue growth was greater than expected.”

Less Than vs Greater Than: Comparison Table 📊

SymbolNameMeaningExampleReads As
<Less thanLeft value is smaller4 < 9“4 is less than 9”
>Greater thanLeft value is bigger9 > 4“9 is greater than 4”
Less than or equal toLeft value is smaller or equalx ≤ 10“x is less than or equal to 10”
Greater than or equal toLeft value is bigger or equalx ≥ 10“x is greater than or equal to 10”

The Easiest Memory Trick: The “Alligator Method” 🐊

This is the classic trick teachers use  and it works!

Imagine the symbol is an alligator’s mouth. The alligator always wants to eat the BIGGER number because it’s hungrier!

  • 9 🐊 3 → The “mouth” (wide open side) faces 9, so it’s 9 > 3
  • 2 🐊 8 → The “mouth” faces 8, so it’s 2 < 8

Another simple tip: The pointy end always points to the smaller number, like an arrow shrinking down toward the smaller value.

Quick Mnemonic

  • Less than (<) looks like the letter L if you tilt your head  and “L” starts with the smaller-sounding word “little.” 📏

Common Mistakes People Make ❌

  1. Mixing up direction  writing 5 < 2 instead of 2 < 5.
    • ✅ Tip: Always double-check which number is actually smaller before placing the symbol.
  2. Confusing it with “less then” or “greater then”  these are spelling mistakes! It’s always “than,” not “then.”
    • ❌ “5 is less then 10”
    • ✅ “5 is less than 10”
  3. Using the wrong symbol in coding  a single = instead of ==, or forgetting <= vs <.
    • ❌ if (x < = 10)
    • ✅ if (x <= 10)
  4. Forgetting the “or equal to” line  < and ≤ are NOT the same thing.
    • x < 10 means x can be 9.9999 but not 10.
    • x ≤ 10 means x can be exactly 10 too.

Real-Life Examples 🌍

In Emails

“Please note that shipping costs less than $10 for orders under 5kg.”

On Social Media

“My patience is greater than your drama today 💅 #FactsOnly”

In News Headlines

“Unemployment Rate Falls to Less Than 4% for First Time in a Decade”

In Academic Writing

“The study found that participants under 30 scored greater than those aged 50 and above.”

In Everyday Speech

“Honestly, my coffee craving is greater than my willpower right now.” ☕😂


British English vs American English 🇬🇧🇺🇸

Good news  there’s no real difference between British and American English when it comes to using these symbols. Both use:

  • < for “less than”
  • > for “greater than”

The only regional variation you might notice is in spoken math language:

  • American English: “Five is less than ten.”
  • British English: Same phrasing  “Five is less than ten.”

Both dialects also use “at most” and “at least” interchangeably with ≤ and ≥ in casual speech, especially in exams and textbooks.


Bonus: Related Symbols You Should Know 🧠

SymbolNameExample
=Equal to5 = 5
Not equal to5 ≠ 6
Approximately equal toπ ≈ 3.14
±Plus or minus10 ± 2

FAQs: People Also Ask 🙋

1. How do I remember which sign is less than and which is greater than?

Use the alligator trick  the wide “mouth” of the symbol always opens toward the bigger number, and the point always faces the smaller one.

2. Is it “less than” or “less then”?

It’s always “less than.” “Then” refers to time (e.g., “I’ll go then”), while “than” is used for comparisons.

3. What does < mean in texting or chat?

In casual texting, <3 is a sideways heart ❤️, not a math symbol! Context matters  this is different from math usage.

4. What’s the difference between < and ≤?

< means strictly smaller (not equal), while ≤ means smaller or equal to.

5. How is “greater than” used in coding?

In most programming languages, > compares two values and returns true if the left is bigger, e.g., if (score > 50).

6. Can these symbols be used with words instead of numbers?

Not directly  they’re used for numeric or measurable comparisons. For comparing non-numeric things in writing, we use words like “more than” or “fewer than.”

7. What is the correct symbol for “no more than”?

“No more than” translates to (less than or equal to), since it sets an upper limit that can be reached but not exceeded.


Final Thoughts:

Understanding the difference between the less than (<) and greater than (>) signs is essential for clear mathematical communication. The less than sign shows that one value is smaller than another, while the greater than sign indicates that one value is larger. A simple way to remember them is that the wider, open side always faces the larger number.

These symbols are commonly used in mathematics, comparisons, equations, programming, and everyday data interpretation. With regular practice, using < and > becomes quick and natural. Knowing how to identify and use these signs correctly helps prevent mistakes and makes mathematical statements easier to understand.

Leave a Comment