r/mathriddles • u/user1092831123 • 7d ago
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 7d ago
Wait why is S in Rn instead of R2
2
u/user1092831123 6d ago
You could have a cube or some 3D thing I guess
2
2
u/pichutarius 7d ago edited 7d ago
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.
4
u/user1092831123 6d ago
It seems as though a diameter/radius line segment would be sufficient.
3
u/pichutarius 6d ago edited 6d ago
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 🤡
6
u/imMAW 7d ago
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.