Two words that show up in every school fraction chapter: proper and lowest terms. A student sees both in the same sentence and naturally thinks, "these must be roughly the same thing, right? Simple fractions versus fancy ones?" They are not the same thing at all. They describe two completely different properties, and a fraction can be one, the other, both, or neither. Here is the clean distinction.
The two definitions, side by side
Proper fraction. A fraction \tfrac{p}{q} is proper if |p| < |q| — that is, the numerator is smaller than the denominator (in absolute value). Equivalently, the fraction represents a number strictly between -1 and 1. If |p| \geq |q|, the fraction is improper.
Examples:
Lowest terms. A fraction \tfrac{p}{q} is in lowest terms if the numerator and denominator share no common factor other than 1 — that is, \gcd(p, q) = 1. If they share a common factor, the fraction can be reduced by dividing both by that factor until no more common factors remain.
Examples:
Notice that "proper" talks about the size of the fraction (is it less than 1?), while "lowest terms" talks about the form it is written in (is it simplified?). These are different questions with different answers.
The 2-by-2 table
Here is the cleanest way to see the distinction: every fraction lives in one of four boxes.
Four worked examples, one from each box
-
\tfrac{3}{8} — Numerator 3 < 8 denominator, so proper. The factors of 3 are \{1, 3\}; the factors of 8 are \{1, 2, 4, 8\}. The only common factor is 1, so lowest terms. \tfrac{3}{8} is in the top-left box.
-
\tfrac{7}{4} — Numerator 7 > 4 denominator, so improper. The factors of 7 are \{1, 7\}; the factors of 4 are \{1, 2, 4\}. Only 1 in common, so lowest terms. Top-right box.
-
\tfrac{4}{6} — Numerator 4 < 6 denominator, so proper. But \gcd(4, 6) = 2, so the fraction reduces: \tfrac{4}{6} = \tfrac{2}{3}. So \tfrac{4}{6} is proper but not in lowest terms. Bottom-left box. (And \tfrac{2}{3} itself is in the top-left box — also proper, now in lowest terms.)
-
\tfrac{10}{4} — Numerator 10 > 4, so improper. And \gcd(10, 4) = 2, so \tfrac{10}{4} = \tfrac{5}{2}, meaning it is not in lowest terms either. Bottom-right box. Reducing gives \tfrac{5}{2}, which lives in the top-right box (improper, lowest terms).
Why the two concepts are independent
Proper-ness depends on whether numerator is smaller than denominator: it is a size property of the value the fraction names.
Lowest-terms-ness depends on the factors of numerator and denominator: it is a representation property of how the fraction is written.
You can change one without changing the other.
- Changing size without changing "lowest-terms-ness": Compare \tfrac{2}{3} (proper, lowest terms) with \tfrac{5}{3} (improper, lowest terms). Both are in lowest terms; one is proper and the other is not. The property of being in lowest terms is untouched by how big the value is.
- Changing "lowest-terms-ness" without changing size: Compare \tfrac{1}{2} (proper, lowest terms) with \tfrac{5}{10} (proper, not lowest terms). Both are equal to 0.5. The value is the same; only the form is different. Proper-ness is untouched by whether the form is simplified.
Why this independence matters: it means you can have a question where a fraction is already the right size (proper or improper as needed) but still needs simplification — and vice versa. On an exam, after computing an answer, you should run both checks: is the answer in the form the question expects (proper vs improper vs mixed), and is it in lowest terms? Forgetting either one is a common source of avoidable lost marks.
The mixed-number cousin
There is a third label that sometimes gets conflated with these two: mixed number. A mixed number writes an improper fraction as an integer part plus a proper fractional part. For example:
A mixed number is a notation for the same value as the improper fraction; it emphasises the whole-number part. Different boards prefer different notations:
- CBSE and most Indian curricula accept both \tfrac{7}{4} and 1\tfrac{3}{4} as valid answers.
- Competitive exams (JEE, Olympiads) usually prefer the improper form \tfrac{7}{4} because it is easier to manipulate algebraically.
- Everyday use (cooking recipes, carpentry) prefers 1\tfrac{3}{4} because "one and three-quarters" reads naturally in words.
So "mixed number," "proper," "improper," and "lowest terms" are four independent labels that between them describe: the notation used (mixed vs pure), the size relative to 1 (proper vs improper), and the form (lowest terms vs not).
What exam questions usually want
- "Express as a fraction in lowest terms" — answer must be reduced; could be proper or improper.
- "Express as a proper fraction" — numerator smaller than denominator; reduce or not depending on context.
- "Simplify" — almost always means "reduce to lowest terms."
- "Convert to a mixed number" — take an improper fraction, split off the whole number part. The resulting fractional part should also be in lowest terms by default.
When in doubt, write the answer in lowest terms and, if it is greater than 1, provide both the improper and mixed-number forms. That covers all likely markers.
Take $\tfrac{48}{18}$ through every form.
Original. \tfrac{48}{18}: numerator 48 > 18 denominator, so improper. \gcd(48, 18) = 6, so not in lowest terms.
Reduce to lowest terms. Divide top and bottom by 6: \tfrac{48}{18} = \tfrac{8}{3}. Now \gcd(8, 3) = 1, so \tfrac{8}{3} is in lowest terms. It is still improper.
Convert to mixed number. 8 \div 3 = 2 remainder 2. So \tfrac{8}{3} = 2 \tfrac{2}{3}. The fractional part \tfrac{2}{3} is proper and in lowest terms — which is how a mixed number is conventionally written.
Summary of forms:
The three forms name the exact same number. The one your exam wants depends on the wording of the question.
The takeaway
"Proper" is about size: is the fraction less than 1? "Lowest terms" is about form: is the fraction fully simplified? These are two independent questions, and a fraction can answer them in any combination. Holding the distinction clearly in your head prevents a whole class of silly exam errors where students simplify when they shouldn't, fail to simplify when they should, or convert to a mixed number when the question wants the improper form.
One sentence to remember: proper checks the value, lowest terms checks the writing. That's the whole distinction, and once you have it, the labels behave themselves.
Related: Fractions and Decimals · Lowest Terms by Contradiction: Finishing the Proof of Irrationality · What's the Quickest Way to Compare 7/9 and 11/15 in My Head? · Can I Add 1/2 + 1/3 by Adding Tops and Bottoms to Get 2/5?