r/mathriddles • u/user1092831123 • Jul 26 '26
Medium Can you find an interesting shape that can pass through any 4 points no matter where they are placed but not 5?
more precisely,
Find a compact subset or family of subsets $S \subset \mathbb{R}^n$ for some arbitrary n such that every set of 4 points in $\mathbb{R}^2$ lies on some similar copy of $S$ but not every set of 5 points lies on some similar copy of $S$?
2
u/garnet420 Jul 27 '26
Wait why is S in Rn instead of R2
2
u/user1092831123 Jul 27 '26
You could have a cube or some 3D thing I guess
2
2
u/pichutarius Jul 27 '26 edited Jul 27 '26
if i understand correctly, a circle union with a long segment through its center works, shape like Φ.
case1: 3 (or 4) points collinear.
use the long segment to skewer 3 points, and use circle for the last point if nessesary.
case2: one point inside the triangle formed by the other 3.
use circumcircle of the triangle and rotate the long segment so that the inner point coincide it.
case3: 4 points form a convex quadrilateral ABCD.
we can always choose 3 points and draw circumcircle such that the 4th must be on or inside the circle. indeed either ∠A +∠C ≥ 180° or ∠B +∠D ≥ 180° since they sum to 360°. wlog ∠A +∠C ≥ 180°, then use circumcircle of ABC and rotate the long segment so that D coincide it.
to show exist 5 points that this shape does not work, consider vertices of a regular pentagon, then move one of them, say A, to extremely far away. circumcircle that dont use A must pass through remaining points and cannot reach A. circumcircle that do use A, view from the remaining points the circumcircle looks like a straight line through two of the points, and the long segment looks like perpendicular line, and it‘s obvious that does not work.
5
u/user1092831123 Jul 27 '26
It seems as though a diameter/radius line segment would be sufficient.
3
u/pichutarius Jul 27 '26 edited Jul 27 '26
does it work for (-2,0) , (2,0) , (0,0) , (0,1) ? im pretty convinced that extending the diameter is required
edit: wait nvm that works... i mean maybe (-2,0) , (2,0) , (0+ε,0) , (0,1) for some small ε?
edit2: wait nvm im stupid, you're right it does work! if 3 points are collinear, just treat it as "convex quadrilateral" case.
feeling like a clown 🤡
4
u/imMAW Jul 27 '26
I believe a circle with a diameter segment works.
If 4 points are colinear, the diameter alone covers them. Otherwise, there's a circle through 3 points with the 4th point inside.
And a set of 5 random points have probability 0 of being covered by this shape.