Let $R$ be a collection of closed rectangles in $\mathbb{R}^2$ with sides parallel to the axes. Show that if any two rectangles in $R$ intersect, then all rectangles in $R$ have a common point.
Helly’s theorem requires any $d+1$ rectangles (in this case, 3 rectangles) to have non-empty intersection. However , this question only talks about the intersection of two rectangles as a condition. So, I don’t really know how to go about this.
Your help would be greatly appreciated.
Take $3$ rectangles of $R$, $\left[a_1, b_1\right]\times \left[c_1, d_1\right]$, $\left[a_2, b_2\right]\times \left[c_2, d_2\right]$ and $\left[a_3, b_3\right]\times \left[c_2, d_2\right]$. Since the third rectangle intersects each of the two rectangles then $a_3\le b_1$, $a_3\le b_2$ and also $c_3\le d_1$ and $c_3\le d_2$. Use the same idea for the other rectangles you will have that $\left[a, b\right]\times \left[c, d\right]$ is in all three rectangles, where $a = \max\left\{a_1, a_2, a_3\right\}$, $b = \min\left\{b_1, b_2, b_3\right\}$, $c = \max\left\{c_1, c_2, c_3\right\}$ and $d = \max\left\{d_1, d_2, d_3\right\}$