Step 1: Introduction
Determine the infimum (greatest lower bound) and supremum (least upper bound) for four sets of real numbers.
Step 2: Analysis
A. \( S = \{2, 3, 5, 10\} \).
Finite set: infimum is the minimum element, and supremum is the maximum element.
\(\inf S = 2\) and \(\sup S = 10\).
Matches III. Sup S = 10, Inf S = 2.
B. \( S = (1, 2] \cup [3, 8) \).
Set of lower bounds: \((-\infty, 1]\). Greatest lower bound: \(\inf S = 1\). Set of upper bounds: \([8, \infty)\). Least upper bound: \(\sup S = 8\). Infimum and supremum need not be set elements.
Matches IV. Sup S = 8, Inf S = 1.
C. \( S = \{2, 2^2, 2^3, ..., 2^n, ...\} = \{2, 4, 8, ...\} \).
Unbounded above, so no supremum in \(\mathbb{R}\). Bounded below. Smallest element: 2. Set of lower bounds: \((-\infty, 2]\).
Greatest lower bound: \(\inf S = 2\).
Matches I. Inf S = 2.
D. \( S = \{x \in \mathbb{Z} : x^2 \le 25\} \).
\(x^2 \le 25\) is equivalent to \(-5 \le x \le 5\). Since \(x\) is an integer, \(S = \{-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5\}\).
Finite set. Minimum element: -5, maximum: 5.
\(\inf S = -5\) and \(\sup S = 5\).
Matches II. Sup S = 5, Inf S = -5.
Step 3: Solution
Correct pairings: A-III, B-IV, C-I, and D-II. This is option (D).