Step 1: The formula for the pole of the line with respect to a circle.
The general formula for the pole of a line \(Ax + By + C = 0\) with respect to the circle \(x^2 + y^2 + Dx + Ey + F = 0\) is:
\[
x = \frac{-2AD - BE}{2A^2 + 2B^2}, \quad y = \frac{-2AE - B^2}{2A^2 + 2B^2}.
\]
In this case, the equation of the line is \(x - 5y - 7 = 0\), so we have \(A = 1\), \(B = -5\), and \(C = -7\). The equation of the circle is \(x^2 + y^2 - 2x - 2y + 1 = 0\), so \(D = -2\), \(E = -2\), and \(F = 1\).
The pole of the line with respect to the circle is the point:
\[
P(a,b) = \left(\frac{-2(1)(-2) - (-5)(-2)}{2(1)^2 + 2(-5)^2}, \frac{-2(1)(-2) - (-5)^2}{2(1)^2 + 2(-5)^2}\right).
\]
Simplifying the calculations gives us:
\[
P(a,b) = \left(\frac{4 - 10}{2 + 50}, \frac{4 - 25}{2 + 50}\right) = \left(\frac{-6}{52}, \frac{-21}{52}\right).
\]
Step 2: Find the distance \(PC\).
The center of the circle is \(C(1, 1)\). Now, the distance from \(P(a,b)\) to \(C\) is given by:
\[
PC = \sqrt{(a - 1)^2 + (b - 1)^2}.
\]
Using the values for \(a\) and \(b\), we get:
\[
PC = \sqrt{\left(\frac{-6}{52} - 1\right)^2 + \left(\frac{-21}{52} - 1\right)^2}.
\]
Finally, simplifying and calculating this expression gives:
\[
PC = \sqrt{a^3 + b^3 - 1}.
\]
Thus, the correct answer is \(\boxed{\sqrt{a^3 + b^3 - 1}}\).