Wait, "1D"? Aren't these 2 dimensional figures? Not for us. If you were going to travel along these figures you would never be able to turn aside; there is always only one path.
The Euler calculation is:
Euler = Nodes - Edges + Shapes
and there is always just one shape because
there is only one path.
Here's an experiment that you can actually try at home with some of your friends. Have 4 people stand in a circle.
Each person is a node. The relationship is adjacency: in other words, Beth is standing to the right of Allan (and Allan is to the left of Beth — same thing). Carli is to the right of Beth and Daniel to the right of Carli and finally Allan is to the right of Daniel. So "to the right (or left) of" relationships are the edges.
The nodes are
{Allan, Beth, Carli, Daniel}
and the edges are
{Allan, Beth}
,
{Beth, Carli}
,
{Carli, Daniel}
,
and {Daniel, Allan}
.
You've made a square! Isn't that cool?
Now, here's the experiment: Suppose that another person joins the circle (which still isn't really a circle). What changes when Eve steps between Daniel and Allan?
4 - 4 + 1 = 1
, is now
5 - 5 + 1 = 1
.
If you are thinking mathematically, you are
probably pretty excited by now. You are
saying to yourself, "Wow, this is cool!
Every time we add one person we also add
one edge. And because the Euler calculation
adds nodes but subtracts edges —
Nodes - Edges + Shapes = (Nodes + 1)
- (Edges + 1) + Shapes
—
the Euler number never, ever changes!"
What would happen, you might be thinking, if most of the people in the world were all in this same circle? Say 6,000,000,000 people. Well, we'd have a six-billion-gon. And then if one more person wanders in and joins the group, we'd add one node. We'd lose one edge, but replace it with 2 new edges. And the Euler calculation would not change.