[Math] Can a polygon be one dimensional

dimension-theory-analysispolygons

When looking up the definition of polygon, Wikipedia tells me:

In elementary geometry, a polygon /ˈpɒlɪɡɒn/ is a plane figure that is bounded by a finite chain of straight line segments closing in a loop to form a closed chain or circuit.

Does this definition include sets of vertices like $\{(0,0),(5,0),(6,0),(0,0)\}$, which can be displayed in just one dimension?

Best Answer

Your set of vertices satisfies all the terms of the definition, so it is technically a polygon by that definition. Some would call it a degenerate polygon.

To disallow degenerate polygons, you will need to modify the definition, adding additional constraints.

EDIT: in the original post, I claimed that adding the condition that there exist at least non-collinear segments would remove the degenerate polygons. This is false: see comments.

Related Question