Visual walkthrough — Compound inequalities — AND, OR
We will only assume you know what a number line is (a straight line where every point is a number, small numbers on the left, big numbers on the right). If you can point to "3 is to the right of 1", you are ready.
Step 1 — One condition is a shaded ray
WHAT. Take the single inequality . The symbol means "some unknown number". The symbol means "strictly greater than". So is a question about a number: is it bigger than 1?
WHY. Before we can glue two conditions, we must know what one condition looks like as a shape. A condition is not a single point — it is every number that passes the test.
PICTURE. Every number to the right of passes. We draw an open circle at (open = " itself is NOT included", because is false) and shade everything to its right. That shaded ray is the set of solutions.
- ::: the unknown number we are testing
- ::: strictly greater than — the boundary is excluded (open circle)
- ::: greater than or equal to — the boundary is included (filled circle)
Step 2 — A second condition is a second ray
WHAT. Now bring in a second condition, . The symbol means "less than or equal to". This is : is the number at most 5?
WHY. A compound inequality is two conditions. We must draw the second one on the same line as the first so we can compare where they agree.
PICTURE. Everything to the left of passes, and itself passes too (because is true). So we draw a filled circle at (filled = included) and shade to its left. Now we have two rays on one line, drawn on two levels so we can see them separately.
Step 3 — AND: keep only where BOTH rays are lit
WHAT. Glue the two with AND: and . Call the first set and the second . The phrase "" just names the ray from Step 1 (everything past 1); "" names the ray from Step 2.
WHY. The word AND means both tests must pass for the same number. A number that only passes one test fails the compound statement. So we ask: where do the two shadings sit on top of each other?
PICTURE. Slide the two rays onto one level. Where they overlap — where the line is shaded by BOTH — is the answer. That overlap runs from just after up to and including : the interval . This overlap is exactly what intersection $\cap$ means.
Compact form: . This one-line form is allowed only for AND, and only because the overlap is a single connected block.
Step 4 — OR: keep everywhere EITHER ray is lit
WHAT. Now glue with OR instead: or . Let and .
WHY. The word OR (the "inclusive or") means at least one test passes. A number is in the answer if it is in , or in , or in both. So instead of hunting for overlap, we keep every piece that is lit by anything.
PICTURE. Both rays stay. Nothing is thrown away. The answer is the two shaded pieces together: everything left of , PLUS everything from rightward. This "keep everything lit" is exactly union $\cup$.
Step 5 — Edge case: AND with rays pointing apart → empty
WHAT. Solve and . Set , .
WHY. We test the AND machine on a case where the two rays point away from each other. For AND we still hunt for overlap — but is there any?
PICTURE. The right-pointing ray starts at ; the left-pointing ray ends at . There is a whole empty stretch between and that neither covers, and the two shadings never sit on top of each other. No overlap = no solution. We write the empty set .
Step 6 — Edge case: OR with overlapping rays → the whole line
WHAT. Solve or . Set , .
WHY. We test the OR machine when the rays overlap and reach past each other. Does keeping "everything lit" ever cover the entire line?
PICTURE. covers everything below . covers everything above . Pick any number at all: if it is it is caught by ; if it is it is caught by ; anything between and is caught by both. Nowhere is dark. The union fills the whole line: .
Step 7 — Solving a three-part AND, seen as sliding walls
WHAT. Solve . This is secretly AND — an AND, so it is one connected band with two walls.
WHY. We want to see why "do the same operation to all three parts" keeps the band correct. Every operation moves both walls so the trapped region stays trapped.
PICTURE. Start with the band .
- Multiply all parts by : — both walls scale.
- Subtract from all parts: — both walls shift left.
- Multiply all parts by : this reflects the picture, so the walls swap sides and both signs flip: . Reading it small-to-large: , the interval .
The one-picture summary
Here is the entire walkthrough in a single frame: two rays and , and the four outcomes stacked so you can compare AND (overlap) against OR (whole coverage) at a glance.
Recall Feynman retelling — say it to a friend
Picture two flashlights aimed at a long dark ruler. Each flashlight lights up one stretch of the ruler — that stretch is one inequality's solution set. AND means "stand where BOTH beams hit you", so you only keep the little patch where the two lights cross; if the beams miss each other entirely, there's nowhere to stand — that's the empty set. OR means "stand where AT LEAST ONE beam hits you", so you keep both patches; if the beams happen to sweep past each other, together they light the whole ruler. The word — AND or OR — is the only thing that decides whether you keep the narrow crossing or the wide coverage. And for a three-part AND, every fair move you make (add, multiply, reflect) slides both walls of the lit band at once, which is why you must always touch all three parts — and why a negative multiplier reflects the ruler and flips both signs together.
Connections
- Compound inequalities — AND, OR — the parent note this walkthrough visualises.
- Number line representation — every step lives on this line.
- Set operations — union and intersection — overlap , coverage .
- Interval notation — how the shaded regions become , , etc.
- Linear inequalities in one variable — each single ray comes from one of these.
- Absolute value inequalities — where turns into an AND and into an OR.