A set is just a collection of things. Two overlapping circles can show how any two collections relate — and you can drag them around.
Start hereThink of a set as a club. The club is just a list of who or what is inside it — nothing more, nothing less. A Venn diagram draws each club as a hoop, and where two hoops overlap, you can see exactly who belongs to both.
That's the entire trick. Once you can picture the hoops, the strange-looking symbols — ∈, ∩, ∪ — turn into plain little sentences. They're not secret code; they're shorthand for things you already say out loud, like "she's in that group" or "the kids who do both."
Here's the plan: we'll start with a single set and what it means to be in it, then bring in a second hoop so you can drag people around and watch the overlap change with your own hands. After that, the symbols, the empty set, subsets, a third hoop, and the one mistake almost everyone makes. Let's build the picture one piece at a time.
A set is a collection of objects — and the word objects is doing a lot of relaxed work here. A set can hold numbers, letters, animals, songs, your friends, or a random sock. The things inside are called the set's elements (or members). That's it. A set is honestly just "the stuff I decided to group together."
We write a set with curly braces and list its elements inside, like { 🍎, ⭐, 7 }. The order doesn't matter, and you don't repeat anything — a thing is either in the club or it isn't.
Tap things below to drop them into your set. Watch your collection grow, and watch the little ∈ sentences underneath — that symbol just means "is in."
Each thing you add is an element of your set.
Notice the set didn't care what kind of thing each element was. A number and a sock can live in the same set quite happily. The set is defined only by which things are in and which are out.
You can describe a set in two ways. The first is to simply list every element, like { 2, 4, 6, 8 } — this is called the roster, like reading out a register. The second is to give a rule that decides who's in, like "all the even numbers from 1 to 9." Both describe the exact same set; one points at the members, the other gives the password for getting in.
Two small habits make sets behave nicely. Order doesn't matter — { 🍎, ⭐ } is the same set as { ⭐, 🍎 }, just as a club is the same club no matter what order you read the names. And repeats don't count — writing { 🍎, 🍎 } is just { 🍎 }, because a member is either in the club or not; you can't be "extra in." Because of this, two sets are equal when they hold exactly the same elements, no matter how you wrote them down.
Here are two sets drawn as hoops: 🐱 Cat people and 🐶 Dog people. Everyone in the box is part of the universe — everyone we're talking about. Drag a friend into a hoop to say which animals they love. Drop someone in the overlap and you're saying they love both.
Drag with your finger or mouse — or use the buttons below to place a friend with the keyboard. The rosters update live.
As you move people, keep one eye on the four lists below the picture. The first two are the sets themselves — who's a cat person, who's a dog person. The bottom two are computed for you: the intersection (everyone in the middle) and the union (everyone in either hoop). Try putting one friend in each region, then drag them across the boundary and watch which lists they jump between. That little jump — from "Cats" to "Both" to "Dogs" — is membership changing, and it's the whole story of what a Venn diagram shows.
The overlapping middle slice is A ∩ B (the intersection). Everything covered by either hoop is A ∪ B (the union).
Play with it for a minute and you'll spot two patterns worth keeping. First, the intersection is never bigger than either set — it's a slice shared by both, so it can only be as large as the smaller hoop, and often much smaller. Second, the union is never smaller than either set — it swallows both hoops whole, so it's always at least as big as the bigger one. If you ever drag everyone into the middle, A, B, the intersection and the union all become the same group; if you spread everyone to opposite sides, the intersection empties out completely.
Here's the friendliest way to remember the two big ones. The union A ∪ B is everything in A or B (or both) — you scoop up everyone who's in at least one hoop. The intersection A ∩ B is everything in A and B at the same time — only the friends standing in the shared middle.
A tiny memory hook: ∪ looks like a cup you can pour everything into. ∩ is the little bridge where the two only meet in the middle.
Try a quick number example to feel the difference. Let A = { 1, 2, 3, 4 } and B = { 3, 4, 5, 6 }. The intersection keeps only the numbers in both lists: A ∩ B = { 3, 4 } — just the two they share. The union gathers everything that appears in either list, written once each: A ∪ B = { 1, 2, 3, 4, 5, 6 }. Same two sets, two very different answers, depending on whether you asked "and" or "or."
One friendly bonus: order doesn't matter for either one. A ∩ B is the same as B ∩ A, and A ∪ B is the same as B ∪ A — the overlap of two hoops is the overlap whichever circle you point to first.
Below is a small class: some are in the 🎸 Band, some on the ⚽ Soccer team. Tap a symbol and the matching region lights up, with a plain-English sentence to match.
Same diagram, different question. The symbol just tells you which part to look at.
What if a set has no elements at all? That's allowed — it's the empty set, written ∅ or { }. Think of a club that exists on paper but nobody has joined: the club is real, the membership list is blank.
The empty set shows up constantly with intersections. If two sets share nothing — say, the set of cats and the set of triangles — then their overlap is empty: cats ∩ triangles = ∅. On a Venn diagram you'd draw the two hoops not touching, because there's nobody to put in the middle. When two sets have no overlap like this, mathematicians call them disjoint — a fancy word for "these clubs share no members."
It might feel odd to give "nothing" its own name and symbol, but it's genuinely useful. The empty set is the honest answer to questions like "which numbers are both odd and even?" There aren't any — so the answer is ∅, not a mistake. Having a name for an empty result means you never have to leave a question blank.
One sneaky detailThe empty set is one specific set, and there's only one of it. An empty box of crayons and an empty lunchbox both contain "nothing" — and in maths, that same "nothing" is the single empty set ∅.
Sometimes one whole set fits neatly inside another. If every element of set B is also in set A, we say B is a subset of A, written B ⊆ A. Picture the small hoop sitting entirely inside the big hoop — no part of it pokes out.
For example, the set of kittens is a subset of the set of cats: every kitten is a cat, so the kitten-hoop lives fully inside the cat-hoop. (The reverse isn't true — not every cat is a kitten — so "subset" has a direction, like a smaller club nested inside a bigger one.)
Two gentle extras. Every set is a subset of itself — the hoop fits inside its own outline perfectly — so A ⊆ A is always true. And if you want to insist the inside set is genuinely smaller (it leaves something out), that's called a proper subset, written with a rounder symbol, B ⊂ A. This even gives a neat way to check whether two sets are equal: if A ⊆ B and B ⊆ A, then each fits inside the other, so they must be the very same set.
Every kitten is a cat, so kittens ⊆ cats. The smaller hoop is tucked inside the bigger one.
The empty set is a subset of every set — it asks nothing of anyone, so it always fits.
Two hoops give you three regions: A-only, B-only, and the shared middle. Add a third hoop and the picture blossoms into seven distinct rooms — every possible combination of "in or out" for three sets. It looks busy, but each room has a clear meaning.
Where do seven come from? Each room answers three yes/no questions — "in A?", "in B?", "in C?" There are three "only one hoop" rooms, three "exactly two hoops overlap" rooms, and one tiny room right in the centre where all three meet. (The eighth possibility, "in none of them," is the space outside all the hoops but still inside the universe.) This is exactly why a three-circle diagram is so handy for real questions like "who does Maths and Music but not Sport?" — that question is just one of the seven rooms.
Tap a button to light up one room and read what it means. Here the sets are A · likes Maths, B · likes Music, C · likes Sport.
The very middle — A ∩ B ∩ C — is the friends who like all three.
Sets and overlaps aren't a maths-class invention — they're how you organise life. Any time you say "people who do this and also that," you're talking about an intersection. Any time you say "everyone who does either," that's a union.
Food. "Vegetarian" and "gluten-free" are two sets. A dish that's both sits in the overlap — veggie ∩ gluten-free.
Playlists. "Songs I like" ∪ "songs my friend likes" is the perfect party playlist — everything either of you enjoys.
Numbers. "Even numbers" ∩ "multiples of 3" gives 6, 12, 18… — the numbers in both patterns at once.
Clubs. A school asking "who's in choir and drama?" is hunting for the intersection of two sets of students.
The Venn diagram is simply the drawing you'd doodle to figure these out — the hoops save you from holding every name in your head. Scientists use them to sort animals by features, librarians use them to combine searches ("books that are mystery and set in space"), and you use them every time you make a plan that has to work for two different people at once. Once the idea clicks, you start seeing overlaps everywhere.
This is the slip almost everyone makes at first. It's tempting to read A ∩ B as "scoop up everything that's in circle A and everything that's in circle B." But that scoops up both whole hoops — and that's actually the union, A ∪ B.
The intersection is much pickier. It keeps only the friends standing in the overlap — the ones who are in A and B at the very same time. Tap the two buttons and watch how different the answers are.
Why is this so easy to trip on? Because in everyday speech we sometimes say "and" when we really mean "all together." If a teacher says "bring everyone from choir and drama to the hall," they usually mean both whole groups — that's a union. But in maths, ∩ ("and") is strict: a thing has to satisfy both conditions at once to count. So whenever you see ∩, picture a bouncer at the middle door who only lets you in if you're a member of both clubs.
Same picture — but the intersection is just the little middle slice, not the two whole hoops.
Hold onto this∩ = the small shared middle ("and"). ∪ = the big everything ("or"). If your answer for an intersection feels large, you probably drew a union by mistake.
One region of the diagram is highlighted. Pick the expression that describes it. No pressure — guessing is how the pattern sticks.
Just a group of things. The things inside are its elements; ∈ means "is in."
Two hoops, with an overlap. A Venn diagram makes "who's in both?" something you can see.
Intersection = only the shared middle ("and"). Union = everything in either hoop ("or").