$S=\bigcap_{n \in \mathbb N}\left(3, \frac{7n+1}{n}\right)$
I still haven't full grasped how to solve these nested interval intersections problem as I have issues visualizing what is happening as $n$ increases.
For example, $n=1$ gives $\left(3, 8\right)$, which is the largest interval of this set and I believe this becomes a subset of every other set in the interval, or would it be $(3,7)$, the limit of the interval, that becomes a subset of every set in the interval?
Under the first assumption I get the following:
The interval: $(3,8]$
$\text{inf}S=3$
$\text{min}S=$DNE
$\text{sup}S=8$
$\text{max}S=8$
You have it slightly backwards. $n = 1$ yields $(3,8)$ which is the largest such interval. But this means every interval is a subset of it not the other way around. (Obviously $(3,8) \not \subset (3, 7 1/2)$.
For all $n$, $(7n + 1)/n = 7 + 1/n > 7$ so $(3,7]$ is smaller than all the intervals so $(3,7]$ is a subset of all $(3, (7n+1)/n)$ so $(3,7] \subset \cap \{(3,(7n + 1)/n)\}$.
The thing to note is for all numbers larger than $7$--- let's call such a number $7 + \epsilon$; $\epsilon$ can be any positive non-zero number--- There is a $7 < 7 + 1/n = (7n + 1)/n < 7 + \epsilon$. So $(3,7 + \epsilon) \not \subset \cap \{(3,(7n + 1)/n)\}$.
So, intuitively and visually, we may think of $(3,7]$ as the largest possible subset of $\cap \{(3,(7n + 1)/n)\}$. The "largest possible subset" of something is itself.
So $\cap \{(3,(7n + 1)/n)\} = (3,7]$.
So how to visualize it? Well the set of $(3, (7n + 1)/n)$ form a set of nested interval each on smaller than the previous one. There are an infinite number of them so there is no smallest one. But the get steadily smaller and tend toward a lower limit of $(3,7]$. That limit is the final interval that is the intersection of all of them.
What throws beginners off seems to be that as all the finite intersections-- $\cap_{i \le n}\{(3, (7n + 1)/7)\} = (3, 7 + 1/n)$ -- is open, then the infinite intersection should be open too.
This is not the case. $7 \in (3, (7n + 1)/n)$ for all $n$ so $7 \in \cap \{(3,(7n + 1)/n)\}$. So $(3, 7] \subset \cap \{(3,(7n + 1)/n)\}$.
This does boil done to $\inf$ vs. $\min$. Let $W = \{7n + 1)/n\}$. $\min W$ is the smallest real number in $W$. $\inf W$ is the largest number that is bigger that is at least as small as every real number in $W$. If $\min W$ exists, and there is a smallest member of $W$ then that number is the biggest number that is at least as small as every real number in $W$, so if $\min W$ exists then $\min W = \inf W$ and the intersection will be $(3, \min W)$.
But if $\min W$ doesn't exist, then $\inf W \not \in W$ and $\inf W < z \in W$ for all $z \in W$. So $(3 \inf W] \subset$ of the intersection. But $\inf W$ was the smallest such number. So $(3, z) \not \subset$ of the intersection for any $z > \inf W$. Therefore the intersect would be $(3, \inf W]$.
The latter is the case for $W = \{7n + 1)/n\}$. $\min W$ does not exist. $\inf W = 7$ but $7 \not \in W$. So the intersection is $(3, \inf W] = (3,7]$.
I know it's confusing but think it through and draw pictures. Those open intervals shave down everything above 7 but never actually shave the 7. So the 7 is "permanent", but everything above it is shaved off. Repeat and draw and repeat and draw until it clicks.
====
SOrtof a picture:
(3, 7|... < 7 + 1/10000000 < 7 + 1/9999999 < ... 7 + 1/n.... 7 + 1/4 < 7 + 1/3 < 7 + 1/2 < 8)
THe intersection is the smallest of the (3, 7 < 7 + 1/n) but there is no smallest. So it keeps "shaving" off everything even slightly above 7. BUT THE 7 STAYS.