Stability of symmetrically preconditioned conjugate gradient
Prove that when the upper-triangular preconditioner R is obtained by QR factorizing the sketched matrix S A (with S a sketching matrix for A) and the linear system M y = c is formed with M := R^{-T} A^T A R^{-1} and c := R^{-T} A^T b, the conjugate gradient algorithm applied to M y = c in floating-point arithmetic returns a computed vector ŷ whose forward error satisfies a finite-precision stability bound of the form ||ŷ − M^{-1} c|| ≤ C · cond(A) · u · ||c|| for a modest constant C, where u is the unit roundoff. Establishing this bound (the inner-solver guarantee used in the paper) would validate the stability of using conjugate gradient as the inner solver within the proposed randomized least-squares framework.
References
Conjecture [Stability of symmetrically preconditioned conjugate gradient] Let R be computed from A by sketching and QR factorizing \cref{eq:sketch_qr} and assume the hypotheses of \cref{lem:stability-sketching}. The conjugate gradient algorithm applied to system \cref{eq:inner-system} satisfies \cref{eq:inner-solver-guarantee}.