Paper deep dive
Representations Shape Weak-to-Strong Generalization: Theoretical Insights and Empirical Predictions
Yihao Xue, Jiping Li, Baharan Mirzasoleiman
Models: 150 small transformers (molecular), 22 MTEB embedding models, 28 smaller LLMs (weak supervisors), MolBERT, nvidia/NV-Embed-v2, Qwen-7B
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 94%
Last extracted: 3/12/2026, 6:13:28 PM
Summary
The paper investigates Weak-to-Strong Generalization (W2SG) by analyzing the internal representations of weak and strong models. It introduces a theoretical framework using kernels derived from principal components of these representations to define a space that quantifies the 'prediction gap' (PredGap). This metric explains how strong models correct errors from weak supervisors and provides a label-free method to predict W2SG performance trends, validated across molecular prediction tasks and various LLMs.
Entities (5)
Relation Signals (3)
W2SG ā ischaracterizedby ā PredGap
confidence 95% Ā· The projection of labels onto this space quantifies how much the strong model falls short of its full potential due to weak supervision.
PredGap ā predicts ā W2SG performance
confidence 95% Ā· Our theory has significant practical implications, providing a representation-based metric that predicts W2SG performance trends
Strong Model ā correctserrorsfrom ā Weak Model
confidence 90% Ā· This characterization also provides insights into how certain errors in weak supervision can be corrected by the strong model
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Weak-to-Strong Generalization (W2SG), where a weak model supervises a stronger one, serves as an important analogy for understanding how humans might guide superhuman intelligence in the future. Promising empirical results revealed that a strong model can surpass its weak supervisor. While recent work has offered theoretical insights into this phenomenon, a clear understanding of the interactions between weak and strong models that drive W2SG remains elusive. We investigate W2SG through a theoretical lens and show that it can be characterized using kernels derived from the principal components of weak and strong models' internal representations. These kernels can be used to define a space that, at a high level, captures what the weak model is unable to learn but is learnable by the strong model. The projection of labels onto this space quantifies how much the strong model falls short of its full potential due to weak supervision. This characterization also provides insights into how certain errors in weak supervision can be corrected by the strong model, regardless of overfitting. Our theory has significant practical implications, providing a representation-based metric that predicts W2SG performance trends without requiring labels, as shown in experiments on molecular predictions with transformers and 5 NLP tasks involving 52 LLMs.
Tags
Links
- Source: https://arxiv.org/abs/2502.00620
- Canonical: https://arxiv.org/abs/2502.00620
Trouble viewing inline? Open PDF directly ā
Full Text
622,109 characters extracted from source content.
Expand or collapse full text
Representations Shape Weak-to-Strong Generalization: Theoretical Insights and Empirical Predictions Yihao Xue Jiping Li Baharan Mirzasoleiman Abstract Weak-to-Strong Generalization (W2SG), where a weak model supervises a stronger one, serves as an important analogy for understanding how humans might guide superhuman intelligence in the future. Promising empirical results revealed that a strong model can surpass its weak supervisor. While recent work has offered theoretical insights into this phenomenon, a clear understanding of the interactions between weak and strong models that drive W2SG remains elusive. We investigate W2SG through a theoretical lens and show that it can be characterized using kernels derived from the principal components of weak and strong modelsā internal representations. These kernels can be used to define a space that, at a high level, captures what the weak model is unable to learn but is learnable by the strong model. The projection of labels onto this space quantifies how much the strong model falls short of its full potential due to weak supervision. This characterization also provides insights into how certain errors in weak supervision can be corrected by the strong model, regardless of overfitting. Our theory has significant practical implications, providing a representation-based metric that predicts W2SG performance trends without requiring labels, as shown in experiments on molecular predictions with transformers and 5 NLP tasks involving 52 LLMs. Machine Learning, ICML 1 Introduction As AI systems become increasingly capable of performing complex tasks beyond human comprehension, humans will inevitably serve as āweak supervisorsā in aligning advanced AI. To investigate this fundamental problem, Burns et al. (2023) propose an analogy that can be empirically explored today: can a weak model effectively supervise a stronger one? This framework, known as Weak-to-Strong Generalization (W2SG), involves leveraging a weak model, finetuned on a specific task, to supervise the finetuning of a stronger model. In this analogy, the finetuning task represents concepts tied to human values or skills, the finetuned weak model represents humansālimited in capability but aligned with human values, and the strong model represents superhuman intelligenceāpowerful but initially unaligned. Promising results from (Burns et al., 2023) show that the strong model can significantly outperform its weak supervisor. For instance, a GPT-4 model supervised by a fine-tuned GPT-2-level model achieves nearly 20% better performance than the weak supervisor on NLP tasks. Figure 1: An illustration of our main result (Thm. 3.8). The path connecting the two highlighted regions represents the overlap b/w the complement of a scaled span of the weak modelās principal kernel and the scaled span of the strong modelās principal kernel, determining the contribution of the weak modelās errors to PredGap. At first glance, this phenomenon seems counterintuitive. After all, the strong model is explicitly trained to fit the weak supervision. Yet, it goes beyond mere imitation and generalizes better. It is important to understand which intrinsic properties of the weak and strong models enable W2SG. Efforts have been made toward a theoretical understanding of W2SG. Charikar et al. (2024) demonstrates that the disagreement between finetuned weak and strong models correlates with performance gains in W2SG. However, their analysis assumes high-quality representations in the strong model and does not address the role of the weak modelās representations. The analysis of (Lang et al., 2024; Shin et al., 2024) assumes a generalized version of an adversarially robust strong model, where W2SG arises solely from underfitting weak supervision. This framework excludes important scenarios such as benign overfitting, where W2SG occurs despite overfitting. Wu & Sahai (2024) particularly studied benign overfitting and examined the impact of number of weakly labeled data points. However, we still lack an overarching explanation that captures the interaction between weak and strong models in enabling W2SG, as well as how it determines which weak supervision errors are corrected in general scenarios. The challenge lies in characterizing the abstract concepts including the knowledge embedded in the weak and strong models, their utilization, and their respective roles in W2SG. Striving for results that are general enough to capture a spectrum of behaviors without overly strict assumptions further adds to the complexity. To address this, we adopt a representation-based perspective, analyzing finetuning as a process of learning a function on fixed representations to uncover how the internal structures of weak and strong models influence W2SG. Under a very general assumption about the representations, we demonstrate (illustrated in Fig. 1) that the key quantifiable property governing W2SG is the overlap between two spaces: one representing what the weak modelās principal representations (capturing key knowledge gained during pretraining) do not cover, and the other representing what the strong modelās principal representations do cover. Errors in weak supervision that fall within this overlap hinder the strong model from reaching its full potential, leading to a prediction gap between the strong model finetuned with weak supervision and that finetuned with ground truth labels. A smaller overlap implies that fewer of the weak modelās mistakes are replicated, resulting in better W2SG performance. We then demonstrate an important use case of our main result: explaining benign overfitting, where the W2S model overfits the weak modelās mistakes on finetuning data yet paradoxically generalizes better on the test set. Using our theoretical framework, we establish a general condition for benign overfitting and apply it to a toy example to concretely illustrate the role of representations in error replication: errors that do not align with the kernel defined by the strong modelās principal representations are not replicated by the W2S model, regardless of the extent of overfitting. Our theory offers a metric that predicts trends in W2SG performance in practice without having the finetuning task labels. This metric, which measures the overlap between the two highlighted regions in Fig. 1, shows a strong correlation with W2SG performance across various settings. The extensive experiments across 8 datasets, involving 150 small transformers and 52 LLMs, not only validate our theoretical insights but also suggest their potential applications in managing W2SG, providing a deeper understanding of LLM behavior through their internal representation structures. 2 Related Work There have been many recent works that theoretically explore W2SG. Somerstep et al. (2024) adopt a transfer learning perspective, focusing on improving W2SG through in-context learning rather than explaining how W2SG emerges. Lang et al. (2024); Shin et al. (2024) analyze W2SG by considering a generalized version of adversarially robust models, showing that certain errors in weak supervision can be corrected by leveraging the good neighborhood structure in the data. However, their argument attributes error correction solely to underfittingāi.e., avoiding fitting mislabeled finetuning data. This overlooks an important scenario recently discussed in (Wu & Sahai, 2024), known as benign overfitting, where the strong model overfits mislabeled finetuning data but still achieves accurate test-time predictions. Benign overfitting is particularly relevant in practice, as large neural networks often have the capacity to overfit while still generalizing effectively (Zhang et al., 2021). Closer to our setting, Charikar et al. (2024) formalized W2SG using a representation-based perspective. Their work demonstrates that performance gain in W2SG correlates with the disagreement between the finetuned weak and strong models, assuming high-quality representations for the strong model. While insightful, it does not characterize the role of the weak modelās representations, leaving the exact conditions for effective W2SG unclear. Compared to (Lang et al., 2024), we analyze W2SG in a more realistic setting where error correction can result from either underfitting or overfitting, allowing for a full spectrum of behaviors. While benign overfitting is not our primary focus, we discuss it as a special case in Sec. 4 due to its importance and offer new insights. Compared to (Charikar et al., 2024), we explicitly links W2SG performance to the interaction between the weak and strong modelsā representations, providing a more comprehensive view of how the intrinsic properties of the two models jointly determine W2SG. 3 W2SG from a Representation Perspective We first formalize finetuning from a representation-based perspective, then introduce the properties of the representations considered, and finally present our main theory. 3.1 A representation-based perspective The knowledge a model acquires through pretraining enables it to interpret inputs, extract relevant information, and organize it into meaningful intermediate states. This can be formalized as a ārepresentation functionā, hāh, which transforms data into structured representations. Finetuning leverages this knowledge to produce the desired output, which we formalize as learning a new function f on the fixed hāh. The entire model is thus represented as the composition fāhāf\! \!hf ā h. For simplicity, we consider the outputs of hāh as vectors, and focus on the case where f is a linear functions. This is practically relevant because: (1) Training a linear task head on fixed representations is common with large foundation models, e.g., using embedding LLMs (Muennighoff et al., 2022), linear probing on intermediate activations (Zou et al., 2023; Nanda et al., 2023; Marks & Tegmark, 2023). (2) fine-tuning of LLMs largely operates in the NTK regime (Jacot et al., 2018), where training dynamics are captured by a linear model on representations derived from model gradients (Malladi et al., 2023). (3) Our experiments in Sec. 5 show that insights from analyzing linear functions generalize to the complex non-linear setting of finetuning entire LLMs from pretrained weights. 3.2 Preliminaries Notations. We sometimes abbreviate a matrix āālĆmsuperscriptā AāR^lĆ mitalic_A ā blackboard_Rl Ć m as [Ai,j]1ā¤iā¤l,1ā¤jā¤msubscriptdelimited-[]subscriptformulae-sequence11[A_i,j]_1⤠i⤠l,1⤠j⤠m[ Aitalic_i , j ]1 ⤠i ⤠l , 1 ⤠j ⤠m when each element Ai,jsubscriptA_i,jAitalic_i , j can be expressed as a generic term in terms of its indices. Ī»min, ā 0ā¢()subscriptmin, ā 0 _min, $ā 0$( A)Ī»min, ā 0 ( italic_A ) denotes the smallest nonzero eigenvalue of matrix Aitalic_A. Data. Let DD denote the distribution of the finetuning taskās data, defined over the input-label pairs (,y)āĆ( x,y)āXĆY( italic_x , y ) ā X Ć Y, where =āY=RY = blackboard_R. In W2SG, we have two splits of data sampled from DD. The first subset, ~=(~i,y~i)i=1n~~superscriptsubscriptsubscript~subscript~1~ D=\( x_i, y_i)\_i=1 nover~ start_ARG D end_ARG = ( over~ start_ARG italic_x end_ARGi , over~ start_ARG y end_ARGi ) i = 1over~ start_ARG n end_ARG, consists of n~~ nover~ start_ARG n end_ARG i.i.d. samples and is used for finetuning the weak model. The second subset, ^=(^i,y^i)i=1n^^superscriptsubscriptsubscript^subscript^1 D=\( x_i, y_i)\_i=1 nover start_ARG D end_ARG = ( over start_ARG italic_x end_ARGi , over start_ARG y end_ARGi ) i = 1over start_ARG n end_ARG with n^ nover start_ARG n end_ARG i.i.d. samples is used for finetuning the strong model. Note that the weak modelās outputs will be used as labels in place of the actual y^isubscript y_iover start_ARG y end_ARGiās. In our notation, quantities associated with the two splits are marked by the diacritical symbols, ~~absent over~ start_ARG end_ARG and ^^absent over start_ARG end_ARG, respectively. Models. We denote the weak and strong modelsā representation functions as hwsubscriptāwh_whw and hssubscriptāsh_shs, respectively. The finetuned weak model is represented as fwāhwsubscriptwsubscriptāwf_w\! \!h_wfw ā hw, with fw=argā”minfāā±wā”(1n~ā¢āi=1n~(fā¢(hwā¢(~i))āy~i)2+βwā¢Rā¢(f)).subscriptwsubscriptsubscriptā±w1~superscriptsubscript1~superscriptsubscriptāwsubscript~subscript~2subscriptwf_w\!=\! _fāF_w( 1 n% _i=1 n(f(h_w( x_i))- y_i)^2% \!+\! _wR(f)).fw = arg minitalic_f ā F start_POSTSUBSCRIPT w end_POSTSUBSCRIPT ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG āi = 1over~ start_ARG n end_ARG ( f ( hw ( over~ start_ARG italic_x end_ARGi ) ) - over~ start_ARG y end_ARGi )2 + βw R ( f ) ) . where Rā¢(ā )ā R(Ā·)R ( ā ) represents ā2subscriptā2 _2ā2 regularization. The W2S model, which refers to the strong model finetuned with weak supervision, is represented as fw2sāhssubscriptw2ssubscriptāsf_w2s\! \!h_sfw2s ā hs, with fw2s=argā”minfāā±sā”(1n^ā¢āi=1n^(fā¢(hsā¢(^i))āfwā¢(hwā¢(^i)))2+βsā¢Rā¢(f)).subscriptw2ssubscriptsubscriptā±s1^superscriptsubscript1^superscriptsubscriptāssubscript^subscriptwsubscriptāwsubscript^2subscriptsf_w2s\!=\! _fāF_s( 1 n% _i=1 n(f(h_s( x_i))\!-\!f_w(h_% w( x_i)))^2\!+\! _sR(f)).fw2s = arg minitalic_f ā F start_POSTSUBSCRIPT s end_POSTSUBSCRIPT ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG ( f ( hs ( over start_ARG italic_x end_ARGi ) ) - fw ( hw ( over start_ARG italic_x end_ARGi ) ) )2 + βs R ( f ) ) . Additionally, as a reference, we define the strong ceiling model as the strong model finetuned with the ground truth labels. It is represented as fscāhssubscriptscsubscriptāsf_sc h_sfsc ā hs with fsc=argā”minfāā±sā”(1n^ā¢āi=1n^(fā¢(hsā¢(^i))āy^i)2+Rsā¢(f)).subscriptscsubscriptsubscriptā±s1^superscriptsubscript1^superscriptsubscriptāssubscript^subscript^2subscriptsf_sc= _fāF_s( 1 n _i% =1 n(f(h_s( x_i))- y_i)^2+R_s% (f)).fsc = arg minitalic_f ā F start_POSTSUBSCRIPT s end_POSTSUBSCRIPT ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG ( f ( hs ( over start_ARG italic_x end_ARGi ) ) - over start_ARG y end_ARGi )2 + Rs ( f ) ) . Evaluation. At test time, given any labeling function g:ā:āg:X\!ā\!Yg : X ā Y, we define its test error as the loss on the population: Errā¢(g)=(,y)ā¼ā¢[(gā¢()āy)2]Errsubscriptsimilar-todelimited-[]superscript2Err(g)=E_( x,y) D[(g( x)\!-\!y)^% 2]Err ( g ) = blackboard_E( italic_x , y ) ā¼ D [ ( g ( italic_x ) - y )2 ]. We then introduce the shorthand notations: the weak modelās test error Errw=Errā¢(fwāhw)subscriptErrwErrsubscriptwsubscriptāwErr_w=Err(f_w h_w)Errw = Err ( fw ā hw ), the W2S modelās test error Errw2s=Errā¢(fw2sāhs)subscriptErrw2sErrsubscriptw2ssubscriptāsErr_w2s=Err(f_w2s h_s)Errw2s = Err ( fw2s ā hs ), and the strong ceiling modelās test error Errsc=Errā¢(fscāhs)subscriptErrscErrsubscriptscsubscriptāsErr_sc=Err(f_sc h_s)Errsc = Err ( fsc ā hs ). Errw2ssubscriptErrw2sErr_w2sErrw2s measures the performance achieved through W2SG, while ErrscsubscriptErrscErr_scErrsc serves as the upper limit. We also introduce PredGap, the squared difference between the predictions of the W2S and strong ceiling models: PredGap=(,y)ā¼ā¢[(fw2sā¢(hsā¢())āfscā¢(hsā¢()))2].PredGapsubscriptsimilar-todelimited-[]superscriptsubscriptw2ssubscriptāssubscriptscsubscriptās2PredGap=E_( x,y) D[(f_w2s(h_% s( x))\!-\!f_sc(h_s( x)))^2].PredGap = blackboard_E( italic_x , y ) ā¼ D [ ( fw2s ( hs ( italic_x ) ) - fsc ( hs ( italic_x ) ) )2 ] . It captures how much the strong model falls short of its full potential due to weak supervision. It is also indicative of Errw2ssubscriptErrw2sErr_w2sErrw2s, the direct measure of W2SG performance, through these connections: (1) If the strong ceiling model is nearly perfect, it follows that PredGapāErrw2sPredGapsubscriptErrw2sPredGap _w2sPredGap ā Errw2s as the strong ceilingās predictions are almost identical to the ground truth. This is not unlikely, since the ultimate goal of W2SG is to operate in cases where the strong model is a superhuman-level AI (Burns et al., 2023), plausibly capable of achieving perfect results if provided with ground truth labels. (2) With small regularization and well-conditioned representations, Errw2sāPredGap+ErrscsubscriptErrw2sPredGapsubscriptErrscErr_w2s +Err_scErrw2s ā PredGap + Errsc (Thm. B.3), analogous to the Pythagorean theorem. Then, PredGap directly determines Errw2ssubscriptErrw2sErr_w2sErrw2s for fixed ErrscsubscriptErrscErr_scErrsc. (3) For general cases, the upper bound Errw2sā¤PredGap+ErrscsubscriptErrw2sPredGapsubscriptErrsc Err_w2s\!⤠PredGap\!+\! % Err_scsquare-root start_ARG Errw2s end_ARG ⤠square-root start_ARG PredGap end_ARG + square-root start_ARG Errsc end_ARG follows from the triangle inequality. Furthermore, the result obtained from analyzing PredGap helps predict Errw2ssubscriptErrw2sErr_w2sErrw2s in our experiments (Sec. 5). Thus, our main analysis focuses on PredGap. 3.3 Setting: representations with a well-concentrated principal part and a manageable non-principal part We first define two basic concepts, kernel and covariance, before introducing a general assumption on representations. Definition 3.1 (Kernel Matrix). Given h:āād:āāsuperscriptāh:\!X\!ā\!R^dh : X ā blackboard_Rd, we define the kernel matrix on the finetuning dataset ^ Dover start_ARG D end_ARG as ^ā¢(h)=[hā¢(^i)ā¤ā¢hā¢(^j)]1ā¤i,jā¤n^^āsubscriptdelimited-[]āsuperscriptsubscript^topāsubscript^formulae-sequence1 K(h)\!=\![h( x_i) h( x_j)]_1% ⤠i,j⤠nover start_ARG italic_K end_ARG ( h ) = [ h ( over start_ARG italic_x end_ARGi )⤠h ( over start_ARG italic_x end_ARGj ) ]1 ⤠i , j ⤠over start_ARG n end_ARG, a n^Ćn^^ nĆ nover start_ARG n end_ARG Ć over start_ARG n end_ARG matrix where each element represents the inner product between a pair of representations. ~ā¢(h)~ā K(h)over~ start_ARG italic_K end_ARG ( h ) is defined on ~~ Dover~ start_ARG D end_ARG in the same manner. Definition 3.2 (Population/Empirical Covariance Matrices). Given h:āād:āāsuperscriptāh:\!X\!ā\!R^dh : X ā blackboard_Rd, we define the population covariance over distribution DD as ā¢(h)āā¢[hā¢()ā¢hā¢()ā¤]āāsubscriptsubscriptdelimited-[]āsuperscripttop (h) _D_ x[h( x)h(% x) ]Ī£ ( h ) ā blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ h ( italic_x ) h ( italic_x )⤠]. The empirical version on ^ Dover start_ARG D end_ARG is defined as ^ā¢(h)ā1n^ā¢āi=1n^hā¢(^i)ā¢hā¢(^i)ā¤ā^ā1^superscriptsubscript1^āsubscript^āsuperscriptsubscript^top (h) 1 n _i=1 nh( % x_i)h( x_i) over start_ARG Ī£ end_ARG ( h ) ā divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG h ( over start_ARG italic_x end_ARGi ) h ( over start_ARG italic_x end_ARGi )ā¤. ~ā¢(h)~ā (h)over~ start_ARG Ī£ end_ARG ( h ) is defined on ~~ Dover~ start_ARG D end_ARG in the same manner. Given a representation function and a reasonable sample size, certain components in the representations should concentrate well, meaning they adequately reflect the population distribution. These components are pivotal to the modelās generalization. In our analysis, we focus on cases where the remainderāthe less-well-concentrated componentsāsatisfies certain conditions, ensuring their impact remains theoretically tractable. The decomposition of representations into these two parts is formalized as follows. Definition 3.3 ((Ī“,γ^,γ~)^~(Ī“, γ, γ)( Ī“ , over start_ARG γ end_ARG , over~ start_ARG γ end_ARG )-decomposability). Given DD, ~~ Dover~ start_ARG D end_ARG, ^ Dover start_ARG D end_ARG, and a representation function h:āā:āāāh:\!X\!ā\!Rh : X ā R, we say that the representations of hāh are (Ī“,γ^,γ~)^~(Ī“, γ, γ)( Ī“ , over start_ARG γ end_ARG , over~ start_ARG γ end_ARG )-decomposable w.r.t. a subspace VV (of āRR), for some Ī“=Oā¢(1)1Ī“\!=\!O(1)Ī“ = O ( 1 ), γ^=Oā¢(1)^1 γ\!=\!O(1)over start_ARG γ end_ARG = O ( 1 ), and γ~=Oā¢(1)~1 γ\!=\!O(1)over~ start_ARG γ end_ARG = O ( 1 ), if there exists a subset of eigenvectors of ā¢(h)ā (h)Ī£ ( h ) corresponding to non-zero eigenvalues such that the following holds. Let VV denote the span of these eigenvectors, and let āsuperscriptperpendicular-toV Vā denote its orthogonal complement. Let subscript _VĪ caligraphic_V and āsubscriptsuperscriptperpendicular-to _V Ī caligraphic_Vā denote the orthogonal projections onto VV and āsuperscriptperpendicular-toV Vā, respectively. Define Ļ=Ī»min, ā 0ā¢(ā¢(ā¢h))subscriptmin, ā 0subscriptāĻ= _min, $ā 0$( ( _Vh))Ļ = Ī»min, ā 0 ( Ī£ ( Ī caligraphic_V h ) ) and γ=minā”(γ^,γ~)^~γ= ( γ, γ)γ = min ( over start_ARG γ end_ARG , over~ start_ARG γ end_ARG ). With high probability of 1āoā¢(1)111-o(1)1 - o ( 1 ): (a) Boundedness. A basic condition that ensures reasonable magnitudes of representations and labels: ā„ā¢(h)ā„op=Oā¢(1)subscriptdelimited-ā„āop1 (h) _op\!=\!O(1)℠Σ ( h ) ā„op = O ( 1 ), ā„^ā¢(h)ā„op=Oā¢(1)subscriptdelimited-ā„^āop1 (h) _op\!=\!O(1)ā„ over start_ARG Ī£ end_ARG ( h ) ā„op = O ( 1 ) ā„~ā¢(h)ā„op=Oā¢(1)subscriptdelimited-ā„~āop1 (h) _op\!=\!O(1)ā„ over~ start_ARG Ī£ end_ARG ( h ) ā„op = O ( 1 ), ā¢[y2]=Oā¢(1)delimited-[]superscript21E[y^2]=O(1)blackboard_E [ y2 ] = O ( 1 ), 1n^ā¢āi=1n^y^i2=Oā¢(1)1^superscriptsubscript1^superscriptsubscript^21 1 n _i=1 n y_i^2\!=\!O(1)divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG over start_ARG y end_ARGi2 = O ( 1 ) and 1n~ā¢āi=1n~y~i2=Oā¢(1)1~superscriptsubscript1~superscriptsubscript~21 1 n _i=1 n y_i^2\!=\!O(1)divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG āi = 1over~ start_ARG n end_ARG over~ start_ARG y end_ARGi2 = O ( 1 ). (b) Concentration on VV. Representations are well-concentrated in the subspace VV, both in terms of their covariance and their correlation with labels: ā„^ā¢(ā¢h)āā¢(ā¢h)ā„op=oā¢(γ2+Ī“2+Ļ2)subscriptdelimited-ā„^subscriptāsubscriptāopsuperscript2superscript2superscript2 ( _Vh)- ( % _Vh) _op=o(γ^2+Ī“^2+Ļ^2)ā„ over start_ARG Ī£ end_ARG ( Ī caligraphic_V h ) - Ī£ ( Ī caligraphic_V h ) ā„op = o ( γ2 + Ī“2 + Ļ2 ), ā„~ā¢(ā¢h)āā¢(ā¢h)ā„op=oā¢(γ2+Ī“2+Ļ2)subscriptdelimited-ā„~subscriptāsubscriptāopsuperscript2superscript2superscript2 ( _Vh)- ( % _Vh) _op=o(γ^2+Ī“^2+Ļ^2)ā„ over~ start_ARG Ī£ end_ARG ( Ī caligraphic_V h ) - Ī£ ( Ī caligraphic_V h ) ā„op = o ( γ2 + Ī“2 + Ļ2 ), ā1n^ā¢āi=1n^ā¢hā¢(^i)ā¢y^iāā¢[ā¢hā¢()ā¢y]ā=oā¢(γ+Ī“+Ļ)norm1^superscriptsubscript1^subscriptāsubscript^subscript^delimited-[]subscriptā\| 1 n _i=1 n _Vh( x% _i) y_i-E[ _Vh( x)y]\|=o(% γ+Ī“+Ļ)ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG Ī caligraphic_V h ( over start_ARG italic_x end_ARGi ) over start_ARG y end_ARGi - blackboard_E [ Ī caligraphic_V h ( italic_x ) y ] ā„ = o ( γ + Ī“ + Ļ ) and ā1n~ā¢āi=1n~ā¢hā¢(~i)ā¢y~iāā¢[ā¢hā¢()ā¢y]ā=oā¢(γ+Ī“+Ļ)norm1~superscriptsubscript1~subscriptāsubscript~subscript~delimited-[]subscriptā\| 1 n _i=1 n _Vh( % x_i) y_i-E[ _Vh( x)y]% \|=o(γ+Ī“+Ļ)ā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG āi = 1over~ start_ARG n end_ARG Ī caligraphic_V h ( over~ start_ARG italic_x end_ARGi ) over~ start_ARG y end_ARGi - blackboard_E [ Ī caligraphic_V h ( italic_x ) y ] ā„ = o ( γ + Ī“ + Ļ ). (c) Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā . The kernels constructed using only the components in āsuperscriptperpendicular-toV Vā exhibit certain uniformity in all orientations, with the extent of uniformity controlled by Ī“: ā„1n^ā¢^ā¢(āā¢h)āγ^ā¢ā„op=oā¢(γ2+Ī“2)subscriptdelimited-ā„1^^subscriptsuperscriptperpendicular-toā^opsuperscript2superscript2 1 n K( _V h)\!-% \! γ I _op\!=\!o(γ^2+Ī“^2)ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARG ( Ī caligraphic_Vā h ) - over start_ARG γ end_ARG italic_I ā„op = o ( γ2 + Ī“2 ), and ā„1n~ā¢~ā¢(āā¢h)āγ~ā¢ā„op=oā¢(γ2+Ī“2)subscriptdelimited-ā„1~~subscriptsuperscriptperpendicular-toā~opsuperscript2superscript2 1 n K( _V h)% \!-\! γ I _op\!=\!o(γ^2+Ī“^2)ā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_K end_ARG ( Ī caligraphic_Vā h ) - over~ start_ARG γ end_ARG italic_I ā„op = o ( γ2 + Ī“2 ). (d) Small cross-sample inner-product on āsuperscriptperpendicular-toV Vā. ā„1n^ā¢n~ā¢[(āā¢hā¢(^i))ā¤ā¢āā¢hā¢(~j)]1ā¤iā¤n^,1ā¤jā¤n~ā„op=oā¢(γ+Ī“)subscriptdelimited-ā„1^~subscriptdelimited-[]superscriptsubscriptsuperscriptperpendicular-toāsubscript^topsubscriptsuperscriptperpendicular-toāsubscript~formulae-sequence1^1~op 1 n n[( _V h(% x_i)) _V h( x% _j)]_1⤠i⤠n,1⤠j⤠n _op\!=\!o(% γ\!+\!Ī“)ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG over~ start_ARG n end_ARG end_ARG end_ARG [ ( Ī caligraphic_Vā h ( over start_ARG italic_x end_ARGi ) )⤠Πcaligraphic_Vā h ( over~ start_ARG italic_x end_ARGj ) ]1 ⤠i ⤠over start_ARG n end_ARG , 1 ⤠j ⤠over~ start_ARG n end_ARG ā„op = o ( γ + Ī“ ), which holds when representations on āsuperscriptperpendicular-toV Vā are nearly orthogonal across samples or have small magnitudes. (e) Diminishing population covariance on āsuperscriptperpendicular-toV Vā. The representations on āsuperscriptperpendicular-toV Vā have small magnitude in the population: ā„ā¢(āā¢h)ā„op=oā¢(γ+Ī“)subscriptdelimited-ā„subscriptsuperscriptperpendicular-toāop ( _V h) _op=o% (γ+Ī“)℠Σ ( Ī caligraphic_Vā h ) ā„op = o ( γ + Ī“ ). Additional explanation for Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā . To provide a clearer understanding of this condition, consider the following: If Ī“ is very small (e.g., Ī“=00Ī“=0Ī“ = 0), the kernel on ^ Dover start_ARG D end_ARG is nearly identical to γ^⢠γ Iover start_ARG γ end_ARG italic_I, meaning it does not exhibit any specific patterns that differentiate between data points. In contrast, with a larger Ī“ (e.g., Ī“ā«Ī³^much-greater-than^Ī“ γΓ ā« over start_ARG γ end_ARG), this requirement is much more relaxedāthe kernel no longer needs to closely resemble γ^⢠γ Iover start_ARG γ end_ARG italic_I but instead must simply have its magnitude bounded by oā¢(Ī“)o(Ī“)o ( Ī“ ). Thus, it accommodates scenarios where the kernel is highly isotropic, very small in scale, or anywhere in between. This is key to our analysis, as it ensures the effect of the less well-concentrated part of the representations remains tractable. We note that this condition is not only analytically convenient but also practically relevant in real-world scenarios. For example, high-dimensional sub-Gaussian noise satisfies this condition with a small Ī“āa situation highly relevant to deep neural networks with large internal dimensions, where vectors tend to be approximately orthogonal in the high-dimensional limit. More concrete instances will be presented in Examples 3.4 and 3.5, as well as in Theorem 3.6, along with discussions of their significance and relevance. Additional explanation for Diminishing population covariance on āsuperscriptperpendicular-toV Vā. We note that this condition does not imply negligible impact of representations on āsuperscriptperpendicular-toV Vā. For example, when Ī“ is small, the model can in fact leverage the components in āsuperscriptperpendicular-toV Vā to interpolate the training data, even when such interpolation cannot be achieved by the components in VV (see Example 4.2). We refer to ā¢hā¢()subscriptā _Vh( x)Ī caligraphic_V h ( italic_x ), the well-concentrated part of the representation, as the principal representation, and the remainder, āā¢hā¢()subscriptsuperscriptperpendicular-toā _V h( x)Ī caligraphic_Vā h ( italic_x ), as the non-principal representation. Examples of Def. 3.3. Def. 3.3 is highly general, covering various representation distributions and dimensionalities. One simple case is when all components are well-concentrated, i.e., the entire representation is principal. This occurs when the representations exhibit a certain low-rank structure, which is common in deep neural networks (Huh et al., 2021). Below is a concrete example. Example 3.4 (Arbitrarily parameterized; bounded representations with low intrinsic dimension). Given h:āād:āāsuperscriptāh:XāR^dh : X ā blackboard_Rd, for any (,y)( x,y)( italic_x , y ), āhā¢()ā2ā¤Bsuperscriptnormā2\|h( x)\|^2⤠Bā„ h ( italic_x ) ā„2 ⤠B and y2ā¤Csuperscript2y^2⤠Cy2 ⤠C, where C=Īā¢(1)Ī1C\!=\! (1)C = Ī ( 1 ). Additionally, ā„ā¢(h)ā„op=Īā¢(1)subscriptdelimited-ā„āopĪ1 (h) _op\!=\! (1)℠Σ ( h ) ā„op = Ī ( 1 ). The intrinsic dimension of ā¢(h)ā (h)Ī£ ( h ) is defined as intdimā¢(ā¢(h))=Trā”()ā„opintdimāTrsubscriptdelimited-ā„opintdim( (h))= Tr( )% _opintdim ( Ī£ ( h ) ) = divide start_ARG Tr ( Ī£ ) end_ARG start_ARG ℠Σ ā„op end_ARG, denoted by q. Let n=minā”(n^,n~)^~n\!=\! ( n, n)n = min ( over start_ARG n end_ARG , over~ start_ARG n end_ARG ) and assume n1āc=Ļā¢(Bā¢logā”(q))superscript1n^1-c=Ļ (B (q) )n1 - c = Ļ ( B log ( q ) ) for some constant c<11c<1c < 1. Then, the representations are (nā0.1ā¢c,0,0)superscript0.100(n^-0.1c,0,0)( n- 0.1 c , 0 , 0 )-decomposable w.r.t. ādsuperscriptāR^dblackboard_Rd. Remark. The conditions imply a low intrinsic dimension relative to the sample size: qā¢logā”q=oā¢(n1āc)superscript1q q\!=\!o(n^1-c)q log q = o ( n1 - c ) (App. C.1), but without restricting the actual dimension d, allowing both under- (d<n)(d\!<\!n)( d < n ) and over-parameterized (dā„n)(d\!ā„\!n)( d ā„ n ) settings. The next example is related to the spiked covariance model originating from PCA and widely used in recent theoretical studies across various domains (e.g., (Muthukumar et al., 2021; Nakada et al., 2023)). It is also related to the sparse coding model, which has its roots in computer vision (Olshausen & Field, 1997), and has been applied to language modeling (Arora et al., 2018) and deep learning theory (e.g., (Allen-Zhu & Li, 2020)). More references are in App. C.2. We consider representations that follow a sub-Gaussian, which is a very general class of distributions, including, e.g., any bounded random variables and Gaussian. Example 3.5 (Heavily overparameterized; sub-Gaussian with spiked covariance). Given h:āād:āāsuperscriptāh:\!X\!ā\!R^dh : X ā blackboard_Rd and randomly drawn xitalic_x, hā¢()āh( x)h ( italic_x ) has independent zero-mean sub-Gaussian entries. The first k entries have a (sub-Gaussian) parameter of Īā¢(1)Ī1 (1)Ī ( 1 ) and variance 1111, while the remaining dākd\!-\!kd - k entries have a parameter of Īā¢(Ļ2dāk)Īsuperscript2 ( Ļ^2d-k)Ī ( divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG ) and variance Ļ2dāksuperscript2 Ļ^2d-kdivide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG. The scalings satisfy: n~=Īā¢(n^)~Ī n\!=\! ( n)over~ start_ARG n end_ARG = Ī ( over start_ARG n end_ARG ), Ļ2=Oā¢(n^)superscript2^Ļ^2=O( n)Ļ2 = O ( over start_ARG n end_ARG ), n^=Ļā¢(k2)^superscript2 n\!=\!Ļ(k^2)over start_ARG n end_ARG = Ļ ( k2 ), and d=Ļā¢(n^2)superscript^2d\!=\!Ļ( n^2)d = Ļ ( over start_ARG n end_ARG2 ). The labels have bounded moment, ā¢[y2]=Oā¢(1)delimited-[]superscript21E[y^2]\!=\!O(1)blackboard_E [ y2 ] = O ( 1 ). Then, the representations are (0,Ļ2n^,Ļ2n~)0superscript2^superscript2~(0, Ļ^2 n, Ļ^2 n)( 0 , divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG , divide start_ARG Ļ2 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG )-decomposable w.r.t. the subspace corresponding to the first k coordinates. Remark. Compared to Example 3.4, this example accommodates cases with high intrinsic dimensions. For instance, if we set Ļ2=Īā¢(n^)superscript2Ī^Ļ^2= ( n)Ļ2 = Ī ( over start_ARG n end_ARG ), then intdimā¢(ā¢(h))=Īā¢(n)intdimāĪintdim( (h))= (n)intdim ( Ī£ ( h ) ) = Ī ( n ). More complex examples can be constructed from the fact that adding high-dimensional sub-Gaussian to (Ī“,0,0)00(Ī“,0,0)( Ī“ , 0 , 0 )-decomposable representations preserves decomposability: Theorem 3.6. Given a representation function hāh whose representations hā¢()āādāsuperscriptāh( x)āR^dh ( italic_x ) ā blackboard_Rd are (Ī“,0,0)00(Ī“,0,0)( Ī“ , 0 , 0 )-decomposable w.r.t. ādsuperscriptāR^dblackboard_Rd, we construct new representations with αā¢()=ā¢hā¢()+āā¢Ī¾ā¢()āsuperscriptperpendicular-toα( x)= Mh( x)+ M ξ( x)α ( italic_x ) = italic_M h ( italic_x ) + italic_Mā ξ ( italic_x ), where āā(d+m)Ćdsuperscriptā MāR^(d+m)Ć ditalic_M ā blackboard_R( d + m ) Ć d and āāā(d+m)Ćmsuperscriptperpendicular-tosuperscriptā M āR^(d+m)Ć mitalic_Mā ā blackboard_R( d + m ) Ć m both have orthonormal columns, and their column spaces are orthogonal to each others. If elements in ξā¢()āāmsuperscriptāξ( x)āR^mξ ( italic_x ) ā blackboard_Rm are independent zero-mean sub-Gaussian with parameter Īā¢(Ļ2m)Īsuperscript2 ( Ļ^2m)Ī ( divide start_ARG Ļ2 end_ARG start_ARG m end_ARG ) and variance Ļ2msuperscript2 Ļ^2mdivide start_ARG Ļ2 end_ARG start_ARG m end_ARG, assuming n~=Īā¢(n^)~Ī n\!=\! ( n)over~ start_ARG n end_ARG = Ī ( over start_ARG n end_ARG ), m=Ļā¢(n^2)superscript^2m\!=\!Ļ( n^2)m = Ļ ( over start_ARG n end_ARG2 ), and Ļ2=Oā¢(n^)superscript2^Ļ^2\!=\!O( n)Ļ2 = O ( over start_ARG n end_ARG ), then αās representations are (Ī“,Ļ2n^,Ļ2n~)superscript2^superscript2~(Ī“, Ļ^2 n, Ļ^2 n)( Ī“ , divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG , divide start_ARG Ļ2 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG )-decomposable w.r.t. the span of Mitalic_Mās columns. Remark. For instance, one could take hāh from Example 3.4. We assume both modelsā representations satisfy Def. 3.3: Assumption 3.7. hwsubscriptāwh_whwās representations are (Ī“w,γ^w,γ~w)subscriptwsubscript^wsubscript~w( _w, γ_w, γ_w)( Ī“w , over start_ARG γ end_ARGw , over~ start_ARG γ end_ARGw )-decomposable w.r.t. wsubscriptwV_wVw, and hssubscriptāsh_shsās representations are (Ī“s,γ^s,γ~s)subscriptssubscript^ssubscript~s( _s, γ_s, γ_s)( Ī“s , over start_ARG γ end_ARGs , over~ start_ARG γ end_ARGs )-decomposable w.r.t. ssubscriptsV_sVs . 3.4 Principal representations shape PredGap Intuition. One implication of Def. 3.3 is that only what is learned through the principal representations will be reflected at test time. Thus, the weak modelās mistakes primarily stem from its inability to generate certain outputs using its principal representations. For the same reason, among these mistakes, only those expressible through the strong modelās principal representations will affect its test performance. Therefore, a key concept affecting W2SG performance is āwhat the weak model is unable to learn but is learnable by the strong model using their respective principal representationsā, which we seek to quantify. Formalization. To formalize the above idea, we leverage ^ā¢(wā¢hw)^subscriptsubscriptwsubscriptāw K( _V_wh_w)over start_ARG italic_K end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT w end_POSTSUBSCRIPT hw ) and ^ā¢(sā¢hs)^subscriptsubscriptssubscriptās K( _V_sh_s)over start_ARG italic_K end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT s end_POSTSUBSCRIPT hs )ākernels computed using only the weak and strong modelsā principal representations, referred to as principal kernels. We define the following wāsubscriptwabsent -.3cm P_w _Pw ā 1n^ā¢^ā¢(wā¢hw)ā¢(1n^ā¢^ā¢(wā¢hw)+(βw+γ~w)ā¢)ā1,1^^subscriptsubscriptwsubscriptāwsuperscript1^^subscriptsubscriptwsubscriptāwsubscriptwsubscript~w1 1 n K( _V_% wh_w) ( 1 n K( _V% _wh_w)+( _w+ γ_w) I% )^-1,divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT w end_POSTSUBSCRIPT hw ) ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT w end_POSTSUBSCRIPT hw ) + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 , sāsubscriptsabsent P_s _Ps ā 1n^ā¢^ā¢(sā¢hs)ā¢(1n^ā¢^ā¢(sā¢hs)+(βs+γ^s)ā¢)ā1.1^^subscriptsubscriptssubscriptāssuperscript1^^subscriptsubscriptssubscriptāssubscriptssubscript^s1 1 n K( _V_% sh_s) ( 1 n K( _V% _sh_s)+( _s+ γ_s) I% )^-1.divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT s end_POSTSUBSCRIPT hs ) ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT s end_POSTSUBSCRIPT hs ) + ( βs + over start_ARG γ end_ARGs ) italic_I )- 1 . wsubscriptw P_witalic_Pw and ssubscripts P_sitalic_Ps represent scaled projections onto the spans of the principal kernels. Each captures the space of output patterns that its respective model can express through its principal representations (with regularization taken into account). Then, the earlier intuition can be characterized as follows. Theorem 3.8 (Main result). Under Assump. 3.7, and assuming reasonable regularization: Ī“wā¤Ī²w=Oā¢(1)subscriptwsubscriptw1 _w\!ā¤\! _w\!=\!O(1)Ī“w ⤠βw = O ( 1 ) and Ī“sā¤Ī²s=Oā¢(1)subscriptssubscripts1 _s\!ā¤\! _s\!=\!O(1)Ī“s ⤠βs = O ( 1 ), let ^=[y^1ā¢y^2ā¢ā¦ā¢y^n^]ā¤^superscriptdelimited-[]subscript^1subscript^2ā¦subscript^^top y=[ y_1~ y_2~ā¦~ y_ n] over start_ARG italic_y end_ARG = [ over start_ARG y end_ARG1 over start_ARG y end_ARG2 ⦠over start_ARG y end_ARGover start_ARG n end_ARG ]ā¤. Then, w.h.p., we have PredGap=āsā¢(āw)ā¢1n^ā¢^ā2±oā¢(1)PredGapplus-or-minussuperscriptnormsubscriptssubscriptw1^^21PredGap=\| P_s( I- P_w) 1% n y\|^2± o(1)PredGap = ā„ italic_Ps ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ) (1) sā¢(āw)subscriptssubscriptw P_s( I\!-\! P_w)italic_Ps ( italic_I - italic_Pw ) captures āwhat the weak model is unable to learn but is learnable by the strong model using their respective principal representationsā. Therefore, it determines the mistakes that will be learned by the strong model, as discussed in the intuition. A more powerful weak model has a wsubscriptw P_witalic_Pw that covers more space, shrinking sā¢(āw)subscriptssubscriptw P_s( I\!-\! P_w)italic_Ps ( italic_I - italic_Pw ) and potentially leading to a smaller PredGap. Propagation of Errors. The earlier intuition is reflected in the proof (App. A.7). Given the labeling ^ yover start_ARG italic_y end_ARG, its projection (āw)ā¢^subscriptw^( I\!-\! P_w) y( italic_I - italic_Pw ) over start_ARG italic_y end_ARG is orthogonal to the scaled weak modelās principal kernel and thus cannot be effectively learned, contributing to the weak modelās error (Lem. A.12). The projection of this error onto the scaled strong modelās principal kernel, sā¢(āw)ā¢^subscriptssubscriptw P_s( I\!-\! P_w) yitalic_Ps ( italic_I - italic_Pw ) over start_ARG italic_y end_ARG, is learned by the strong model and contributes to PredGap (Lem. A.13). 4 A Case Study on Benign Overfitting Our theory can be applied to study and provide new insights into benign overfitting, an intriguing special case of W2SG, where the W2S model appears to mimic the weak supervision during finetuning, yet generalizes better at test time. 4.1 A general condition Benign overfitting has been studied in the general machine learning context to understand deep neural networksā generalization (Bartlett et al., 2020; Wang et al., 2021; Frei et al., 2022; Mallinar et al., 2022). Recently, (Wu & Sahai, 2024) theoretically characterized benign overfitting in W2SG for a specific data distribution. Here, we aim to derive broader insights from a representation perspective. We consider the scenario where the strong modelās representations are highly expressive, enabling near-perfect overfitting of arbitrary labelings on the finetuning data, mirroring the behavior of very large neural networks in practice (Zhang et al., 2021). This occurs when Ī“s=oā¢(γ^s)subscriptssubscript^s _s=o( γ_s)Ī“s = o ( over start_ARG γ end_ARGs ) (Lem. B.4), yielding a highly isotropic non-principal kernel. Meanwhile, since generalization depends solely on the principal representations by Thm. 3.8, a small āsā¢(āw)ā¢1n^ā¢^ā2superscriptnormsubscriptssubscriptw1^^2\| P_s( I- P_w) 1 n% y\|^2ā„ italic_Ps ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 suffices for good W2SG performance, regardless of the extent of overfitting. In this way, we connect benign overfitting to the general relationship between the weak and strong modelsā representations: Theorem 4.1 (A general condition for benign overfitting 111Thm 4.1 can be extended to cases where the strong ceiling is not perfect, but we omit this for brevity. ). In addition to Assumption 3.7, suppose that (1) Ī“s=oā¢(γ^s)subscriptssubscript^s _s=o( γ_s)Ī“s = o ( over start_ARG γ end_ARGs ) and Ī“sā¤Ī²s=oā¢(γ^s)subscriptssubscriptssubscript^s _s⤠_s=o( γ_s)Ī“s ⤠βs = o ( over start_ARG γ end_ARGs ), (2) w.h.p., the strong ceiling model achieves nearly perfect performance, i.e., Errsc=oā¢(1)subscriptErrsc1Err_sc=o(1)Errsc = o ( 1 ), (3) w.h.p., āsā¢(āw)ā¢1n^ā¢^ā2=ErrwāĪsuperscriptnormsubscriptssubscriptw1^^2subscriptErrwĪ\| P_s( I- P_w) 1 n% y\|^2=Err_w- ā„ italic_Ps ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 = Errw - Ī with Ī=Īā¢(1)ĪĪ1 = (1)Ī = Ī ( 1 ). Then, w.h.p., the W2S model achieves an almost zero (oā¢(1)1o(1)o ( 1 )) training error on ^ Dover start_ARG D end_ARG, but generalizes better than the weak model: Errw2sā¤ErrwāĪ+oā¢(1)subscriptErrw2ssubscriptErrwĪ1Err_w2s _w- +o(1)Errw2s ⤠Errw - Ī + o ( 1 ). See proof in App. B.3.1. Remark. Compared to (Wu & Sahai, 2024), which focuses on demonstrating that benign overfitting can occur under specific assumptionsāsuch as a bi-level ensemble structure and labels depending 1-sparsely on representationsāwe extract more general insights into when and how benign overfitting arises. Specifically, we identify a single key quantity driving benign overfitting in W2SG: āsā¢(āw)ā¢1n^ā¢^ānormsubscriptssubscriptw1^^\| P_s( I- P_w) 1 n% y\|ā„ italic_Ps ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„. When this quantity is small, the strong model can avoid repeating the weak modelās mistakesāregardless of the extent of overfittingāthereby achieving error mitigation. This precise mechanism was not revealed in prior work. 4.2 Instantiation of Theorem 4.1 on a toy example We present a concrete example of the scenario in Theorem 4.1 to demonstrate the realizability of the conditions. While more complex examples could be constructed, we focus on a simple one to succinctly illustrate the core ideas. Example 4.2. The label is a Gaussian: yā¼ā¢(0,1)similar-to01y N(0,1)y ā¼ N ( 0 , 1 ). Given (,y)( x,y)( italic_x , y ), the weak modelās representation is hwā¢()=[(Ī·ā¢y+1āĪ·ā¢Ī¶)ā¢wā¤]ā¤subscriptāwsuperscriptdelimited-[]1superscriptsubscriptwtoptoph_w( x)=[( Ī·~y+ 1-Ī·~ζ)~~~ % ξ_w ] hw ( italic_x ) = [ ( square-root start_ARG Ī· end_ARG y + square-root start_ARG 1 - Ī· end_ARG ζ ) italic_ξw⤠]ā¤, where Ī·ā(0,1)01Ī·ā(0,1)Ī· ā ( 0 , 1 ) is some constant, ζā¼ā¢(0,1)similar-to01ζ\! \!N(0,1)ζ ā¼ N ( 0 , 1 ) and wā¼ā¢(0,Ļ2dā1ā¢)similar-tosubscriptw0superscript21 ξ_w\! \!N(0, Ļ^2d-1 I)italic_ξw ā¼ N ( 0 , divide start_ARG Ļ2 end_ARG start_ARG d - 1 end_ARG italic_I ) are both independently drawn. The strong modelās representation is hsā¢()=[yā¢sā¤]ā¤subscriptāssuperscriptdelimited-[]superscriptsubscriptstoptoph_s( x)=[y~~~ ξ_s ] hs ( italic_x ) = [ y italic_ξs⤠]ā¤, where sā¼ā¢(0,Ļ2dā1ā¢)similar-tosubscripts0superscript21 ξ_s\! \!N(0, Ļ^2d-1 I)italic_ξs ā¼ N ( 0 , divide start_ARG Ļ2 end_ARG start_ARG d - 1 end_ARG italic_I ) independently. The scalings satisfy n~=Īā¢(n^)=Ļā¢(1)~Ī^1 n= ( n)=Ļ(1)over~ start_ARG n end_ARG = Ī ( over start_ARG n end_ARG ) = Ļ ( 1 ), d=Ļā¢(n^2)superscript^2d=Ļ( n^2)d = Ļ ( over start_ARG n end_ARG2 ), and Ļ2=oā¢(n^)superscript2^Ļ^2=o( n)Ļ2 = o ( over start_ARG n end_ARG ) but ā 0absent0ā 0ā 0. Additionally, βs=oā¢(Ļ2n^)subscriptssuperscript2 _s=o( Ļ^2 n)βs = o ( divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG ) and βw=oā¢(Ļ2n^)subscriptwsuperscript2 _w=o( Ļ^2 n)βw = o ( divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG ). Here, the weak modelās first coordinate carries a signal about the label y, but corrupted by noise ζ, with Ī· controlling the signal strength (i.e., with SNR Ī·1āĪ·1 Ī·1-Ī·divide start_ARG Ī· end_ARG start_ARG 1 - Ī· end_ARG). The strong modelās first coordinate carries a perfect signal about y. The remaining coordinates in both models are high-dimensional random noise. Both modelsā representations are special cases of Example 3.5 and are therefore (0,Ļ2n^,Ļ2n~)0superscript2^superscript2~(0, Ļ^2 n, Ļ^2 n)( 0 , divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG , divide start_ARG Ļ2 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG ) decomposable. Corollary 4.3. Benign overfitting occurs in Example 4.2. Specifically, w.h.p., (1) The weak modelās errors on both ^ Dover start_ARG D end_ARG and the population are (1āĪ·)±oā¢(1)plus-or-minus11(1\!-\!Ī·)\!±\!o(1)( 1 - Ī· ) ± o ( 1 ). (2) The W2S model overfits the weak modelās outputs on ^ Dover start_ARG D end_ARG, achieving a training loss of oā¢(1)1o(1)o ( 1 ). (3) However, compared to the weak model, the W2S model achieves a smaller test error: Errw2s=(1āĪ·)2±oā¢(1)subscriptErrw2splus-or-minussuperscript121Err_w2s\!=\!(1\!-\!Ī·)^2± o(1)Errw2s = ( 1 - Ī· )2 ± o ( 1 ). For instance, if Ī·=0.60.6Ī·\!=\!0.6Ī· = 0.6, then Errwā0.4subscriptErrw0.4Err_wā 0.4Errw ā 0.4, while Errw2sā0.16subscriptErrw2s0.16Err_w2sā 0.16Errw2s ā 0.16, despite nearly perfect overfitting on ^ Dover start_ARG D end_ARG. 4.3 A closer look at error propagation We provide a rough derivation of the W2S error (with details in App. B.3.2), illustrating which errors are replicated and which are corrected (overfitted but benignly) by the W2S model, and how representations determine this. The principal representations for both models are simply at their first coordinates. Thus, the spans of their principal kernels are one-dimensional. Let ^āān^^superscriptā ζāR nover start_ARG italic_ζ end_ARG ā blackboard_Rover start_ARG n end_ARG denote the vector collecting the ζ values on ^ Dover start_ARG D end_ARG, i.e., ^=[ζ^1,ā¦,ζ^n^]ā¤^superscriptsubscript^1ā¦subscript^^top ζ=[ ζ_1,ā¦, ζ_ n] over start_ARG italic_ζ end_ARG = [ over start_ARG ζ end_ARG1 , ⦠, over start_ARG ζ end_ARGover start_ARG n end_ARG ]ā¤. Similarly, define ^=[y^1,ā¦,y^n^]ā¤^superscriptsubscript^1ā¦subscript^^top y=[ y_1,ā¦, y_ n] over start_ARG italic_y end_ARG = [ over start_ARG y end_ARG1 , ⦠, over start_ARG y end_ARGover start_ARG n end_ARG ]ā¤. We can approximate the projection matrices as: wā1n^ā¢^ā¢^ā¤subscriptw1^^superscript^top P_wā 1 n q q italic_Pw ā divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_q end_ARG over start_ARG italic_q end_ARG⤠and sā1n^ā¢^ā¢^ā¤subscripts1^^superscript^top P_sā 1 n y y italic_Ps ā divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_y end_ARG over start_ARG italic_y end_ARGā¤, where ^=Ī·ā¢^+1āĪ·ā¢^^^1 q= Ī· y+ 1-Ī· ζover start_ARG italic_q end_ARG = square-root start_ARG Ī· end_ARG over start_ARG italic_y end_ARG + square-root start_ARG 1 - Ī· end_ARG over start_ARG italic_ζ end_ARG. Note that vectors 1n^ā¢^1^ 1 n ydivide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG and 1n^ā¢^1^ 1 n ζdivide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_ζ end_ARG are almost orthogonal as the corresponding random variables are uncorrelated: 1n^ā¢^ā¤ā¢1n^ā¢^=1n^ā¢āiyi^ā¢Ī¶^iāā¢[yā¢Ī¶]=01^superscript^top1^^1^subscript^subscriptsubscript^delimited-[]0 1 n y 1 n % ζ= 1 n _i y_i ζ_i % [yζ]=0divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_ζ end_ARG = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi over start_ARG yitalic_i end_ARG over start_ARG ζ end_ARGi ā blackboard_E [ y ζ ] = 0. Let ϵwsubscriptbold-italic-ϵw ε_witalic_ϵw be the vector whose i-th element is the weak modelās error on data point (^i,y^i)subscript^subscript^( x_i, y_i)( over start_ARG italic_x end_ARGi , over start_ARG y end_ARGi ). By Lemma A.12, we can approximate ϵwsubscriptbold-italic-ϵw ε_witalic_ϵw as: ϵwā(āw)ā¢^ā(1āĪ·)ā¢1n^ā¢^āĪ·ā¢(1āĪ·)ā¢1n^ā¢^subscriptbold-italic-ϵwsubscriptw^11^^11^ ε_wā( I- P_w) y% ā(1-Ī·) 1 n y- Ī·(1-Ī·) % 1 n ζitalic_ϵw ā ( italic_I - italic_Pw ) over start_ARG italic_y end_ARG ā ( 1 - Ī· ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG - square-root start_ARG Ī· ( 1 - Ī· ) end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_ζ end_ARG The strong ceiling modelās error Errscā0subscriptErrsc0Err_scā 0Errsc ā 0 as its representations directly encode y in the first coordinate. Thus, Errw2sāPredGapsubscriptErrw2sPredGapErr_w2s Errw2s ā PredGap. By Thm 3.8, PredGapāsā¢ĻµwPredGapsubscriptssubscriptbold-italic-ϵwPredGapā P_s ε_wPredGap ā italic_Ps italic_ϵw. Then, Errw2sā1n^ā¢^ā¢^ā¤ā¢(1āĪ·)ā¢1n^ā¢^āreplicatedā¢ā1n^ā¢^ā¢^ā¤ā¢Ī·ā¢(1āĪ·)ā¢1n^ā¢^āavoided; ā0 since ^ā almostsubscriptErrw2ssubscriptā1^^superscript^top11^^replicatedsubscriptā1^^superscript^top11^^avoided; ā0 since ^ā almost _w2sā 1 n % y y (1-Ī·) 1 n y_% replicated~~ - 1 n % y y Ī·(1-Ī·) 1 n % ζ_ avoided; $ā 0$ since $ % ζ y$ almost -.5cmErrw2s ā underā start_ARG divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_y end_ARG over start_ARG italic_y end_ARG⤠( 1 - Ī· ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG end_ARGreplicated underā start_ARG - divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_y end_ARG over start_ARG italic_y end_ARG⤠square-root start_ARG Ī· ( 1 - Ī· ) end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_ζ end_ARG end_ARGavoided ; ā0 since ^ζā^y almost The first term of the weak modelās error, (1āĪ·)ā¢1n^ā¢^11^^(1-Ī·) 1 n y( 1 - Ī· ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG, aligns with ssubscripts P_sitalic_Ps which spans the strong modelās principal kernel, and is therefore replicated by the W2S model. The second term, āĪ·ā¢(1āĪ·)ā¢1n^ā¢^11^^- Ī·(1-Ī·) 1 n ζ- square-root start_ARG Ī· ( 1 - Ī· ) end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_ζ end_ARG, is orthogonal to ssubscripts P_sitalic_Ps and thus mitigated. Notably, āĪ·ā¢(1āĪ·)ā¢1n^ā¢^11^^- Ī·(1-Ī·) 1 n ζ- square-root start_ARG Ī· ( 1 - Ī· ) end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_ζ end_ARG aligns with the strong modelās non-principal kernel, which is highly isotropic (γs=Ļā¢(Ī“s)subscriptssubscripts _s=Ļ( _s)γs = Ļ ( Ī“s )), causing the corresponding errors to appear mimicked by the W2S model during finetuning. However, they do not manifest at test time. In other words, only errors within the span of the strong modelās principal kernel are overfitted harmfully, while overfitting elsewhere remains benign. 5 Predicting W2SG Without Labels Leveraging Thm. 3.8, we derive a representation-based metric that can predict W2SG performance without labels in experiments across various settings. Notably, this metric strongly correlates with W2SG performance even when we finetune entire LLMsāa scenario significantly more complex than what we analyze in theory. 5.1 A label-agnostic metric for W2SG Table 1: An overview of the three setups considered in our experiments. EXP ID Task Strong model Weak models Finetuning I molecular tasks MolBERT 150 transformers pretrained on GuacaMol task head I NLP tasks nvidia/NV-Embed-v2 22 other embedding models task head I NLP tasks Qwen/Qwen-7B 28 smaller LLMs full model We start with upper-bounding the RHS of Thm. 3.8. Corollary 5.1 (Upper Bound 1). Define C=1n^ā¢āi=1n^y^i21^superscriptsubscript1^superscriptsubscript^2C= 1 n _i=1 n y_i^2C = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG over start_ARG y end_ARGi2. Following Theorem 3.8, directly applying the submultiplicative property of the norm yields the following upper bound: PredGapā¤Cā¢ā„sā¢(āw)ā„op2+oā¢(1),PredGapsuperscriptsubscriptdelimited-ā„subscriptssubscriptwop21 ⤠C P_s( I- P% _w) _op^2+o(1),PredGap ⤠C ā„ italic_Ps ( italic_I - italic_Pw ) ā„op2 + o ( 1 ) , Corollary 5.2 (Upper Bound 2). Following Theorem 3.8, we can also obtain an upper bound that involves ErrscsubscriptErrscErr_scErrsc as long as |ā¢[y2]ā1n^ā¢āi=1n^y^i2|=oā¢(1)delimited-[]superscript21^superscriptsubscript1^superscriptsubscript^21|E[y^2]- 1 n _i=1 n y_i^2|=o(1)| blackboard_E [ y2 ] - divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG over start_ARG y end_ARGi2 | = o ( 1 ) (see proof in Appendix B.4) : PredGapā¤(Cā¢ā„sā¢(āw)ā¢sā„op+Errsc)2+oā¢(1).PredGapsuperscriptsubscriptdelimited-ā„subscriptssubscriptwsubscriptsopsubscriptErrsc21PredGap⤠( C P_s( I- P% _w) P_s _op+ Err_% sc )^2+o(1).PredGap ⤠( square-root start_ARG C end_ARG ā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op + square-root start_ARG Errsc end_ARG )2 + o ( 1 ) . In both upper bounds, C represents the variance of the labels on ^ Dover start_ARG D end_ARG, which can be treated as a constant given a fixed dataset. Therefore, PredGap is governed by the norm ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I\!-\! P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op or ā„sā¢(āw)ā¢sā„opsubscriptdelimited-ā„subscriptssubscriptwsubscriptsop P_s( I\!-\! P_w) P_s% _opā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op. Comparing the two bounds, the one in Corollary 5.2 is tighter particularly when ErrscsubscriptErrscErr_scErrsc is small 222One can also observe this in Example 4.2, where the equality in Corollary 5.2 holds, whereas that in Corollary 5.1 does not. . This follows from ā„sā¢(āw)ā¢sā„opā¤ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwsubscriptsopsubscriptdelimited-ā„subscriptssubscriptwop P_s( I\!-\! P_w) P_s% _op\!ā¤\! P_s( I\!-\! P_% w) _opā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op ⤠℠italic_Ps ( italic_I - italic_Pw ) ā„op. However, in our experiments, both are similarly indicative of W2SG performance. Now that PredGap can be bounded in terms of the above label-agnostic metrics, and PredGap is indicative of the error Errw2ssubscriptErrw2sErr_w2sErrw2s as discussed at the end of Sec. 3.2, we turn our focus to examining the following relationship in real models Errw2sā¼?ā„sā¢(āw)ā„opā¢(or ā„sā¢(āw)ā¢sā„op) superscriptsimilar-to?subscriptErrw2ssubscriptdelimited-ā„subscriptssubscriptwop(or ā„sā¢(āw)ā¢sā„op) Err_w2s~~ ? ~~ % P_s( I- P_w) _op~~% (or $ P_s( I- P_w) P_% s _op$) Errw2s start_RELOP SUPERSCRIPTOP start_ARG ā¼ end_ARG start_ARG ? end_ARG end_RELOP ā„ italic_Ps ( italic_I - italic_Pw ) ā„op (or ā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op ) to evaluate whether the metrics offer practical insights. Specifically, we consider the three setups summarized in Table 1, with their details discussed in the corresponding subsections. In each setup, we fix the strong model and vary the weak model to obtain different Errw2ssubscriptErrw2sErr_w2sErrw2s and ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I- P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op (or ā„sā¢(āw)ā¢sā„opsubscriptdelimited-ā„subscriptssubscriptwsubscriptsop P_s( I- P_w) P_s% _opā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op) pairs and study their relationship. 5.2 Empirical measure of wsubscriptw P_witalic_Pw and ssubscripts P_sitalic_Ps Before proceeding, letās address an important question: how can we compute wsubscriptw P_witalic_Pw and ssubscripts P_sitalic_Ps for real models? In some cases, representations are not fixed during fine-tuning, making hāh difficult to define. Additionally, determining the principal representation, ā¢hsubscriptā _VhĪ caligraphic_V h, is challenging because the exact VV depends on the population, which is unknown in practice. To tackle this, we design heuristics to approximate Pitalic_P as follows 1n^ā¢^ā¢(αā¢h)ā¢(1n^ā¢^ā¢(αā¢h)+βeffā¢)ā11^^subscriptāsuperscript1^^subscriptāsubscripteff1 -.2cm 1 n K( _α% h)( 1 n K( _αh)+ _eff% I)^-1 -.2cmdivide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARG ( Ī italic_α h ) ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARG ( Ī italic_α h ) + βeff italic_I )- 1 (2) We explain the key components below. hāh: extracting representations. We consider two ways of defining the representations, depending on the setup. (1) Last layer embeddings. In Exps. I and I, the definition of representation is self-evident, as finetuning is simply training a task head on the embeddings produced by the base model 333In the analysis, the linear model does not include a bias term, but it does in our experiments. This is addressed by appending a constant 1111 to the representation when computing the metrics.. (2) Activation maps. 444We observed worse results with last-layer embeddings in Exp. I, likely due to complex cross-layer dynamics during finetuning. In Exp. I, we finetune the entire LLM from pretrained weights, so we donāt have fixed representations as in the theoretical setting. To address this, we adopt a simple heuristic: we treat the layer-wise normalized vectorized activation maps of the pre-trained LLM, which encode information about how inputs are represented within the model, as the representations for computing hā¢()āh( x)h ( italic_x ). This heuristic serves primarily as a proof of concept, demonstrating that even straightforward approach like this can yield meaningful results. More principled definitions of representations, e.g., those based on NTK (Malladi et al., 2023) or representation engineering (Zou et al., 2023), could be explored in future work. See further discussion in Appx. E. αsubscript _αΠitalic_α: approximating principal representations. We consider two versions of αsubscript _αΠitalic_α, the operation that extracts the principal part from the representations, based on the intuition that principal representations tend to have larger magnitudes (e.g., Example 3.5). (1) In Exps. I and I, we apply PCA by projecting the representations onto the eigenvectors of the covariance ^ā¢(h)^ā (h)over start_ARG Ī£ end_ARG ( h ) with eigenvalues ā„αĆ(the largest eigenvalue)absent(the largest eigenvalue)ā„αĆ(the largest eigenvalue)℠α Ć (the largest eigenvalue). (2) In Exp. I, we select the top coordinates with variance exceeding αĆαĆα Ć (the largest coordinate-wise variance), a cheaper alternative to PCA for high-dimensional activation maps, as it avoids the expensive eigendecomposition. In both cases α is a hyperparameter. βeffsubscripteff _effβeff: effective regularization. In Thm. 3.8, (β+γ^)^(β+ γ)( β + over start_ARG γ end_ARG ) is the effective regularization, capturing both the explicit (β) and implicit (γ^ γover start_ARG γ end_ARG) (Jacot et al., 2020) regularization. In practice, regularization can also stem from factors like early stopping, training algorithms, etc. We summarize these effects using βeffsubscripteff _effβeff in Eq. 2 and treat βeffsubscripteff _effβeff as a hyperparameter. For each model, computing Pitalic_P introduces two hyperparameters, α and β. If every model is assigned unique hyperparameters, the total number of hyperparameters would be twice the number of models. To simplify this, we let all weak models share the same two hyperparameters, αwsubscriptw _wαw and βwsubscriptw _wβw. For the strong model (only one in each setting), it is treated separately with its own hyperparameters, αssubscripts _sαs and βssubscripts _sβs. Thus, we only have four parameters in total. More details are in App. D.2. Figure 4: In Exp. I, for models with activation map dimensions ā¤8000absent8000\!ā¤\!8000⤠8000, both the activation map dimension (middle) and the dimension of approximated principal representations (right) correlate poorly with Errw2ssubscriptErrw2sErr_w2sErrw2s. However, ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I\!-\! P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op remains strongly correlated with Errw2ssubscriptErrw2sErr_w2sErrw2s (left). We only show the results for Cosmos QA and defer those for other datasets to App. D.4. 5.3 Experimental setups Exp. I: Molecular prediction. Our first setting follows (Charikar et al., 2024). We use the GuacaMol (Brown et al., 2019) dataset for pretraining both the strong and weak models. For finetuning, we consider three regression datasetsāESOL, FreeSolv, and Lipopāfrom the MoleculeNet (Wu et al., 2018) benchmark, curated by ChemBench (Charleshen, 2020), which involve predicting molecular physical properties. The strong model is MolBERT (Fabian et al., 2020), a BERT (Devlin, 2018) pretrained for 100 epochs on GuacaMol. We use smaller transformers pretrained on GuacaMol as weak models. These weak models have 2 layers and 2 attention heads. We vary the hidden size across 64,128,2566412825664,128,25664 , 128 , 256, and vary the number of pretraining epochs from 1 to 50, resulting in 150 weak models. During finetuning, we extract last-layer embeddings and perform linear regression. MSE loss is used for both training and measuring Errw2ssubscriptErrw2sErr_w2sErrw2s as the task is regression. Additional details are in App.D.1. Exp. I: NLP tasks with embedding models. We use the āJusticeā and āCommonsenseā datasets from ETHICS (Hendrycks et al., 2020), which involve binary classification based on basic moral concepts. We consider embedding modelsāpretrained LLMs that convert text inputs into vector-based embeddings, with nvidia/NV-Embed-v2 (Lee et al., 2024) (currently ranked first on the MTEB leaderboard (Muennighoff et al., 2022)) as the strong model, and 22 other models as weak models (details in Appx. D.1). For finetuning, we train a linear classifier on the embeddings with CE loss. Errw2ssubscriptErrw2sErr_w2sErrw2s is measured as classification error. Exp. I: NLP tasks with end-to-end finetuned LLMs. We replicate a setup from (Burns et al., 2023) on three datasets: (1) SciQ (Welbl et al., 2017), containing crowdsourced science exam questions; (2) Amazon Polarity (Zhang et al., 2015), consisting of Amazon reviews; and (3) Cosmos QA (Huang et al., 2019), involving commonsense-based reading comprehension. Both data preprocessing and finetuning strictly follow (Burns et al., 2023). The entire model is finetuned with the unembedding layer replaced with a linear head, using CE loss. We use Qwen/Qwen-7B (Bai et al., 2023) as the strong model and 28 smaller LLMs as weak models (details in Appx. D.1). Errw2ssubscriptErrw2sErr_w2sErrw2s is measured in terms of classification error. 5.4 Results Strong correlation between Errw2ssubscriptErrw2sErr_w2sErrw2s and ā„Psā¢(IāPw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I- P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op across various settings. For each of the weak models, we perform the W2SG procedure to obtain the resulting W2S model. We then measure Errw2ssubscriptErrw2sErr_w2sErrw2s and ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I- P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op and plot the results in Figures LABEL:fig:_molecular, LABEL:fig:_embedding and LABEL:fig:_end2end. Across all the setups, we observe a strong correlation between the two quantities, with high Spearmanās correlation values displayed at the top of the figures. The results are highly similar for ā„sā¢(āw)ā¢sā„opsubscriptdelimited-ā„subscriptssubscriptwsubscriptsop P_s( I- P_w) P_s% _opā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op, as shown in Appx. D.3. Therefore, we only focus on discussing ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I- P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op in the main paper. Notably, the correlation between Errw2ssubscriptErrw2sErr_w2sErrw2s and ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I- P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op extends beyond the theoretical setting, covering the following variations: (1) Loss function and evaluation metric. While Thm. 3.8 is based on linear regression with MSE loss, Exps. I and I demonstrate that the correlation also holds for classification tasks using CE finetuning loss, with Errw2ssubscriptErrw2sErr_w2sErrw2s measured as classification error. (2) The form of finetuning. Thm. 3.8 assumes that finetuning involves training a function on fixed representations. However, in Exp. I, the entire LLM is finetuned. Despite the complex training dynamics in this scenario, a strong correlation between Errw2ssubscriptErrw2sErr_w2sErrw2s and ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I- P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op is still observed when activation maps are heuristically used as representations. These results underscore the broad applicability of our conclusion. Capturing W2SG beyond model size. Smaller weak models can sometimes achieve better Errw2ssubscriptErrw2sErr_w2sErrw2s than larger ones. For example, in Exp. I, the leftmost yellow point (size 64) outperforms the rightmost teal point (size 128) in Fig. LABEL:fig:_molecular, likely because these smaller models were pretrained for more epochs (recall that we have 150 models span different combinations of sizes and pretraining epochs), resulting in better representations. Similarly, in Exp. I, the middle column of Fig. 4 shows a poor correlation between Errw2ssubscriptErrw2sErr_w2sErrw2s and size for models with dimension ā¤8000absent8000⤠8000⤠8000. Testing another dimension-based metricāthe dimension of approximated principal representationsāalso reveals weak correlation with Errw2ssubscriptErrw2sErr_w2sErrw2s (last column of Fig. 4). This underscore the complexity of predicting W2SG performance, as larger models or higher representation dimensions do not guarantee better results. Factors such as the pretraining recipe, the quality and relevance of the pretraining data, etc., all contribute to the final outcome. However, even in these cases, ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I- P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op consistently captures the trend in Errw2ssubscriptErrw2sErr_w2sErrw2s (Fig. LABEL:fig:_molecular and the first column of Fig. 4), demonstrating its robustness as a metric that surpasses simple dimensional measures and provides meaningful insights for W2SG. 6 Conclusion In this work, we show that W2SG can be characterized using kernels derived from the principal components of weak and strong modelsā representations. The theory is applicable to a wide range of representation distributions, provides insights into how modelsā internal structures influence error correction and the conditions for benign overfitting. Additionally, it offers a label-free metric for predicting W2SG performance, validated through experiments on diverse datasets and LLMs. Impact Statement We see positive societal impacts in our work as it advances the understanding of Weak-to-Strong Generalization, a crucial problem for aligning superhuman AI in the future. Our results could enhance transparency in AI systemsā behavior through analysis of their internal structures and contribute to the broader goal of improving AI safety and reliability. Acknowledgement This research was partially supported by the National Science Foundation CAREER Award 2146492 and an OpenAI SuperAlignment Grant. References Allen-Zhu & Li (2020) Allen-Zhu, Z. and Li, Y. Towards understanding ensemble, knowledge distillation and self-distillation in deep learning. arXiv preprint arXiv:2012.09816, 2020. Arora et al. (2018) Arora, S., Li, Y., Liang, Y., Ma, T., and Risteski, A. Linear algebraic structure of word senses, with applications to polysemy. Transactions of the Association for Computational Linguistics, 6:483ā495, 2018. Bai et al. (2023) Bai, J., Bai, S., Chu, Y., Cui, Z., Dang, K., Deng, X., Fan, Y., Ge, W., Han, Y., Huang, F., et al. Qwen technical report. arXiv preprint arXiv:2309.16609, 2023. Bartlett et al. (2020) Bartlett, P. L., Long, P. M., Lugosi, G., and Tsigler, A. Benign overfitting in linear regression. Proceedings of the National Academy of Sciences, 117(48):30063ā30070, 2020. Brown et al. (2019) Brown, N., Fiscato, M., Segler, M. H., and Vaucher, A. C. Guacamol: benchmarking models for de novo molecular design. Journal of chemical information and modeling, 59(3):1096ā1108, 2019. Burns et al. (2023) Burns, C., Izmailov, P., Kirchner, J. H., Baker, B., Gao, L., Aschenbrenner, L., Chen, Y., Ecoffet, A., Joglekar, M., Leike, J., et al. Weak-to-strong generalization: Eliciting strong capabilities with weak supervision. arXiv preprint arXiv:2312.09390, 2023. Charikar et al. (2024) Charikar, M., Pabbaraju, C., and Shiragur, K. Quantifying the gain in weak-to-strong generalization. arXiv preprint arXiv:2405.15116, 2024. Charleshen (2020) Charleshen. Chembench: The molecule benchmarks and molmapnet datasets, September 2020. URL https://doi.org/10.5281/zenodo.4054866. Demmel (1992) Demmel, J. The componentwise distance to the nearest singular matrix. SIAM Journal on Matrix Analysis and Applications, 13(1):10ā19, 1992. Devlin (2018) Devlin, J. Bert: Pre-training of deep bidirectional transformers for language understanding. arXiv preprint arXiv:1810.04805, 2018. El Ghaoui (2002) El Ghaoui, L. Inversion error, condition number, and approximate inverses of uncertain matrices. Linear algebra and its applications, 343:171ā193, 2002. Fabian et al. (2020) Fabian, B., Edlich, T., Gaspar, H., Segler, M., Meyers, J., Fiscato, M., and Ahmed, M. Molecular representation learning with language models and domain-relevant auxiliary tasks. arXiv preprint arXiv:2011.13230, 2020. Foldiak (2003) Foldiak, P. Sparse coding in the primate cortex. The handbook of brain theory and neural networks, 2003. Frei et al. (2022) Frei, S., Chatterji, N. S., and Bartlett, P. Benign overfitting without linearity: Neural network classifiers trained by gradient descent for noisy linear data. In Conference on Learning Theory, p. 2668ā2703. PMLR, 2022. Hendrycks et al. (2020) Hendrycks, D., Burns, C., Basart, S., Critch, A., Li, J., Song, D., and Steinhardt, J. Aligning ai with shared human values. arXiv preprint arXiv:2008.02275, 2020. Huang et al. (2019) Huang, L., Bras, R. L., Bhagavatula, C., and Choi, Y. Cosmos qa: Machine reading comprehension with contextual commonsense reasoning. arXiv preprint arXiv:1909.00277, 2019. Huh et al. (2021) Huh, M., Mobahi, H., Zhang, R., Cheung, B., Agrawal, P., and Isola, P. The low-rank simplicity bias in deep networks. arXiv preprint arXiv:2103.10427, 2021. Jacot et al. (2018) Jacot, A., Gabriel, F., and Hongler, C. Neural tangent kernel: Convergence and generalization in neural networks. Advances in neural information processing systems, 31, 2018. Jacot et al. (2020) Jacot, A., Simsek, B., Spadaro, F., Hongler, C., and Gabriel, F. Implicit regularization of random feature models. In International Conference on Machine Learning, p. 4631ā4640. PMLR, 2020. Ji et al. (2023) Ji, W., Deng, Z., Nakada, R., Zou, J., and Zhang, L. The power of contrast for feature learning: A theoretical analysis. Journal of Machine Learning Research, 24(330):1ā78, 2023. Johnstone (2001) Johnstone, I. M. On the distribution of the largest eigenvalue in principal components analysis. The Annals of statistics, 29(2):295ā327, 2001. Kalimeris et al. (2019) Kalimeris, D., Kaplun, G., Nakkiran, P., Edelman, B., Yang, T., Barak, B., and Zhang, H. Sgd on neural networks learns functions of increasing complexity. Advances in neural information processing systems, 32, 2019. Kingma (2014) Kingma, D. P. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. Lang et al. (2024) Lang, H., Sontag, D., and Vijayaraghavan, A. Theoretical analysis of weak-to-strong generalization. arXiv preprint arXiv:2405.16043, 2024. Lee et al. (2024) Lee, C., Roy, R., Xu, M., Raiman, J., Shoeybi, M., Catanzaro, B., and Ping, W. Nv-embed: Improved techniques for training llms as generalist embedding models. arXiv preprint arXiv:2405.17428, 2024. Mairal et al. (2014) Mairal, J., Bach, F., Ponce, J., et al. Sparse modeling for image and vision processing. Foundations and TrendsĀ® in Computer Graphics and Vision, 8(2-3):85ā283, 2014. Malladi et al. (2023) Malladi, S., Wettig, A., Yu, D., Chen, D., and Arora, S. A kernel-based view of language model fine-tuning. In International Conference on Machine Learning, p. 23610ā23641. PMLR, 2023. Mallinar et al. (2022) Mallinar, N., Simon, J., Abedsoltan, A., Pandit, P., Belkin, M., and Nakkiran, P. Benign, tempered, or catastrophic: Toward a refined taxonomy of overfitting. Advances in Neural Information Processing Systems, 35:1182ā1195, 2022. Marks & Tegmark (2023) Marks, S. and Tegmark, M. The geometry of truth: Emergent linear structure in large language model representations of true/false datasets. arXiv preprint arXiv:2310.06824, 2023. Muennighoff et al. (2022) Muennighoff, N., Tazi, N., Magne, L., and Reimers, N. Mteb: Massive text embedding benchmark. arXiv preprint arXiv:2210.07316, 2022. Muthukumar et al. (2021) Muthukumar, V., Narang, A., Subramanian, V., Belkin, M., Hsu, D., and Sahai, A. Classification vs regression in overparameterized regimes: Does the loss function matter? Journal of Machine Learning Research, 22(222):1ā69, 2021. Nakada et al. (2023) Nakada, R., Gulluk, H. I., Deng, Z., Ji, W., Zou, J., and Zhang, L. Understanding multimodal contrastive learning and incorporating unpaired data. In International Conference on Artificial Intelligence and Statistics, p. 4348ā4380. PMLR, 2023. Nanda et al. (2023) Nanda, N., Lee, A., and Wattenberg, M. Emergent linear representations in world models of self-supervised sequence models. arXiv preprint arXiv:2309.00941, 2023. Olshausen & Field (1997) Olshausen, B. A. and Field, D. J. Sparse coding with an overcomplete basis set: A strategy employed by v1? Vision research, 37(23):3311ā3325, 1997. Olshausen & Field (2004) Olshausen, B. A. and Field, D. J. Sparse coding of sensory inputs. Current opinion in neurobiology, 14(4):481ā487, 2004. Papyan et al. (2017) Papyan, V., Romano, Y., and Elad, M. Convolutional neural networks analyzed via convolutional sparse coding. Journal of Machine Learning Research, 18(83):1ā52, 2017. Pezeshki et al. (2022) Pezeshki, M., Mitra, A., Bengio, Y., and Lajoie, G. Multi-scale feature learning dynamics: Insights for double descent. In International Conference on Machine Learning, p. 17669ā17690. PMLR, 2022. Shen et al. (2022) Shen, R., Bubeck, S., and Gunasekar, S. Data augmentation as feature manipulation. In International conference on machine learning, p. 19773ā19808. PMLR, 2022. Shin et al. (2024) Shin, C., Cooper, J., and Sala, F. Weak-to-strong generalization through the data-centric lens. arXiv preprint arXiv:2412.03881, 2024. Somerstep et al. (2024) Somerstep, S., Polo, F. M., Banerjee, M., Ritov, Y., Yurochkin, M., and Sun, Y. A statistical framework for weak-to-strong generalization. arXiv preprint arXiv:2405.16236, 2024. Tropp et al. (2015) Tropp, J. A. et al. An introduction to matrix concentration inequalities. Foundations and TrendsĀ® in Machine Learning, 8(1-2):1ā230, 2015. Vershynin (2018) Vershynin, R. High-dimensional probability: An introduction with applications in data science, volume 47. Cambridge university press, 2018. Wainwright (2019) Wainwright, M. J. High-dimensional statistics: A non-asymptotic viewpoint, volume 48. Cambridge university press, 2019. Wang et al. (2021) Wang, K., Muthukumar, V., and Thrampoulidis, C. Benign overfitting in multiclass classification: All roads lead to interpolation. Advances in Neural Information Processing Systems, 34:24164ā24179, 2021. Welbl et al. (2017) Welbl, J., Liu, N. F., and Gardner, M. Crowdsourcing multiple choice science questions. arXiv preprint arXiv:1707.06209, 2017. Wen & Li (2021) Wen, Z. and Li, Y. Toward understanding the feature learning process of self-supervised contrastive learning. In International Conference on Machine Learning, p. 11112ā11122. PMLR, 2021. Wu & Sahai (2024) Wu, D. X. and Sahai, A. Provable weak-to-strong generalization via benign overfitting. arXiv preprint arXiv:2410.04638, 2024. Wu et al. (2018) Wu, Z., Ramsundar, B., Feinberg, E. N., Gomes, J., Geniesse, C., Pappu, A. S., Leswing, K., and Pande, V. Moleculenet: a benchmark for molecular machine learning. Chemical science, 9(2):513ā530, 2018. Xue et al. (2023) Xue, Y., Joshi, S., Gan, E., Chen, P.-Y., and Mirzasoleiman, B. Which features are learnt by contrastive learning? on the role of simplicity bias in class collapse and feature suppression. In International Conference on Machine Learning, p. 38938ā38970. PMLR, 2023. Yang et al. (2009) Yang, J., Yu, K., Gong, Y., and Huang, T. Linear spatial pyramid matching using sparse coding for image classification. In 2009 IEEE Conference on computer vision and pattern recognition, p. 1794ā1801. IEEE, 2009. Zhang et al. (2021) Zhang, C., Bengio, S., Hardt, M., Recht, B., and Vinyals, O. Understanding deep learning (still) requires rethinking generalization. Communications of the ACM, 64(3):107ā115, 2021. Zhang et al. (2015) Zhang, X., Zhao, J., and LeCun, Y. Character-level convolutional networks for text classification. Advances in neural information processing systems, 28, 2015. Zou et al. (2023) Zou, A., Phan, L., Chen, S., Campbell, J., Guo, P., Ren, R., Pan, A., Yin, X., Mazeika, M., Dombrowski, A.-K., et al. Representation engineering: A top-down approach to ai transparency. arXiv preprint arXiv:2310.01405, 2023. Zou et al. (2021) Zou, D., Cao, Y., Li, Y., and Gu, Q. Understanding the generalization of adam in learning neural networks with proper regularization. arXiv preprint arXiv:2108.11371, 2021. Appendix A Main Analysis In this section, we provide a thorough analysis of the errors associated with the weak model, the W2S model, and the strong ceiling model. Some of these results are used to prove our main conclusion, Theorem 3.8, while others are applied in subsequent analyses. A.1 Notations and additional notes Symbol definitions. We introduce the following notations. The symbol ritalic_r represents a representation, i.e., =hā¢()ā r=h( x)italic_r = h ( italic_x ). For the samples in the splits ~~ Dover~ start_ARG D end_ARG and ^ Dover start_ARG D end_ARG, we denote their representations as ~1,ā¦,~n~subscript~1ā¦subscript~~ r_1,ā¦, r_ nover~ start_ARG italic_r end_ARG1 , ⦠, over~ start_ARG italic_r end_ARGover~ start_ARG n end_ARG and ^1,ā¦,^n^subscript^1ā¦subscript^ r_1,ā¦, r_ nover start_ARG italic_r end_ARG1 , ⦠, over start_ARG italic_r end_ARGover start_ARG n end_ARG, respectively. We define the sample representation matrices, where each column corresponds to a representation: ~ā[~1ā¢~2ā¢ā¦ā¢~n~]and^ā[^1ā¢^2ā¢ā¦ā¢^n^].formulae-sequenceā~delimited-[]subscript~1subscript~2ā¦subscript~~andā^delimited-[]subscript^1subscript^2ā¦subscript^ R [ r_1~ r% _2~⦠r_ n]~~~~and~~~~% R [ r_1~ r_2~⦠% r_ n].over~ start_ARG italic_R end_ARG ā [ over~ start_ARG italic_r end_ARG1 over~ start_ARG italic_r end_ARG2 ⦠over~ start_ARG italic_r end_ARGover~ start_ARG n end_ARG ] and over start_ARG italic_R end_ARG ā [ over start_ARG italic_r end_ARG1 over start_ARG italic_r end_ARG2 ⦠over start_ARG italic_r end_ARGover start_ARG n end_ARG ] . We also define yitalic_y which collects the labels of the samples: ~=[y~1y~2ā®y~n~]and^=[y^1y^2ā®y^n^].formulae-sequence~matrixsubscript~1subscript~2ā®subscript~~and^matrixsubscript^1subscript^2ā®subscript^ y= bmatrix y_1\\ y_2\\ \\ y_ n bmatrix~~~~and~~~~ % y= bmatrix y_1\\ y_2\\ \\ y_ n bmatrix.over~ start_ARG italic_y end_ARG = [ start_ARG start_ROW start_CELL over~ start_ARG y end_ARG1 end_CELL end_ROW start_ROW start_CELL over~ start_ARG y end_ARG2 end_CELL end_ROW start_ROW start_CELL ā® end_CELL end_ROW start_ROW start_CELL over~ start_ARG y end_ARGover~ start_ARG n end_ARG end_CELL end_ROW end_ARG ] and over start_ARG italic_y end_ARG = [ start_ARG start_ROW start_CELL over start_ARG y end_ARG1 end_CELL end_ROW start_ROW start_CELL over start_ARG y end_ARG2 end_CELL end_ROW start_ROW start_CELL ā® end_CELL end_ROW start_ROW start_CELL over start_ARG y end_ARGover start_ARG n end_ARG end_CELL end_ROW end_ARG ] . For the covariance matrices, we use the following shorthand notations to avoid clutter: =ā¢(h),^=^ā¢(h),~=~ā¢(h),formulae-sequenceāformulae-sequence^^ā~~ā = (h),~ = % (h),~ = (h),Ī£ = Ī£ ( h ) , over start_ARG Ī£ end_ARG = over start_ARG Ī£ end_ARG ( h ) , over~ start_ARG Ī£ end_ARG = over~ start_ARG Ī£ end_ARG ( h ) , ā²=ā¢(ā¢h),^ā²=^ā¢(ā¢h),~ā²=~ā¢(ā¢h),ā²=ā¢(āā¢h),^ā²=^ā¢(āā¢h),~ā²=~ā¢(āā¢h).formulae-sequencesuperscriptā²subscriptāformulae-sequencesuperscript^ā²^subscriptāformulae-sequencesuperscript~ā²~subscriptāformulae-sequencesuperscriptā²subscriptsuperscriptperpendicular-toāformulae-sequencesuperscript^ā²^subscriptsuperscriptperpendicular-toāsuperscript~ā²~subscriptsuperscriptperpendicular-toā = ( _Vh)% ,~ = ( _V% h),~ = ( _% Vh),~ = ( _% V h),~ = % ( _V h),~ % = ( _V h).ΣⲠ= Ī£ ( Ī caligraphic_V h ) , over start_ARG Ī£ end_ARGā² = over start_ARG Ī£ end_ARG ( Ī caligraphic_V h ) , over~ start_ARG Ī£ end_ARGā² ā² = over~ start_ARG Ī£ end_ARG ( Ī caligraphic_V h ) , ΣⲠⲠ= Ī£ ( Ī caligraphic_Vā h ) , over start_ARG Ī£ end_ARGā² ā² = over start_ARG Ī£ end_ARG ( Ī caligraphic_Vā h ) , over~ start_ARG Ī£ end_ARGā² ā² = over~ start_ARG Ī£ end_ARG ( Ī caligraphic_Vā h ) . Use of subscripts. Additionally, we use subscripts āwā and āsā to indicate the model associated with a given quantity. For example, ~wsubscript~w R_wover~ start_ARG italic_R end_ARGw and ^wsubscript^w R_wover start_ARG italic_R end_ARGw denote the sample representation matrices generated by the weak model, while ~ssubscript~s R_sover~ start_ARG italic_R end_ARGs and ^ssubscript^s R_sover start_ARG italic_R end_ARGs denote those generated by the strong model. Similarly, this convention applies to covariance matrices; for instance, ^sā²=^ā¢(sā¢hs)superscriptsubscript^sā²^subscriptsubscriptssubscriptās _s = ( _% V_sh_s)over start_ARG Ī£ end_ARGsā² = over start_ARG Ī£ end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT s end_POSTSUBSCRIPT hs ). Mathematical notations. For convenience, whenever we say =+oā¢(1)1 A= B+o(1)italic_A = italic_B + o ( 1 ), where Aitalic_A and Bitalic_B are matrices or vectors, we mean that ā„āā„op=oā¢(1)subscriptdelimited-ā„op1 A- B _op=o(1)ā„ italic_A - italic_B ā„op = o ( 1 ). We let Ī»iā¢()subscript _i( A)Ī»italic_i ( italic_A ), Ī»minā¢()subscript _ ( A)Ī»roman_min ( italic_A ), Ī»min, ā 0ā¢()subscriptmin, ā 0 _min, $ā 0$( A)Ī»min, ā 0 ( italic_A ), and Ī»maxā¢()subscript _ ( A)Ī»roman_max ( italic_A ) represent the i-th, smallest, smallest nonzero, and largest eigenvalues of the matrix Aitalic_A, respectively. The expression ā¼precedes-or-equals A Bitalic_A ā¼ italic_B means that the matrix ā B- Aitalic_B - italic_A is positive semidefinite, and ā½succeeds-or-equals A Bitalic_A ā½ italic_B means that ā A- Bitalic_A - italic_B is positive semidefinite. Implied proof techniques. Sometimes, in the proof, we use the triangle inequality and the sub-multiplicativity of norms without explicitly stating them when they are straightforward, as mentioning them would make the text unnecessarily verbose. A.2 Restatement of Definition 3.3 Here, we restate Definition 3.3 with simplified notations for convenience and clarity in the proof. Definition A.1 ((Ī“,γ^,γ~)^~(Ī“, γ, γ)( Ī“ , over start_ARG γ end_ARG , over~ start_ARG γ end_ARG )-decomposability (restated) ). Given DD, ~~ Dover~ start_ARG D end_ARG, ^ Dover start_ARG D end_ARG, and a representation function hāh, we say that the representations of hāh are (Ī“,γ^,γ~)^~(Ī“, γ, γ)( Ī“ , over start_ARG γ end_ARG , over~ start_ARG γ end_ARG )-decomposable with respect to a subspace VV (of the representation space), for some Ī“=Oā¢(1)1Ī“=O(1)Ī“ = O ( 1 ), γ^=Oā¢(1)^1 γ=O(1)over start_ARG γ end_ARG = O ( 1 ), and γ~=Oā¢(1)~1 γ=O(1)over~ start_ARG γ end_ARG = O ( 1 ), if the following holds. Let ā¢ā¤superscripttop U U italic_U Ī italic_U⤠be the singular value decomposition (SVD) of Ī£. There exists a matrix ā²superscriptā² U italic_Uā² consisting of a subset of columns of Uitalic_U, corresponding to the nonzero eigenvalues, such that the following conditions are satisfied. Let ā² U italic_Uā² ā² denote the matrix that collects the remaining columns of Uitalic_U. Define diagonal matrices ā²superscriptā² Īā² and ā² Īā² ā² to collect the eigenvalues corresponding to ā²superscriptā² U italic_Uā² and ā² U italic_Uā² ā², respectively. Additionally, define: ā²=ā²ā¢ā²ā¢ā²ā£ā¤superscriptā²superscriptā²op = U U^% ΣⲠ= italic_Uā² Īā² italic_UⲠ⤠and ā²=ā²ā¢ā²ā¢ā²ā£ā¤superscriptā²superscriptā²top = U % U ΣⲠⲠ= italic_Uā² ā² Īā² ā² italic_Uā² ā² ā¤. Let γ=minā”(γ^,γ~)^~γ= ( γ, γ)γ = min ( over start_ARG γ end_ARG , over~ start_ARG γ end_ARG ), and let VV be the span of the columns of ā²superscriptā² U italic_Uā². Now, leveraging the fact that the projection subscript _VĪ caligraphic_V can be written as ā²ā¢ā²ā£ā¤superscriptā²op U U italic_Uā² italic_Uā² ā¤, and noting that Ī»min, ā 0ā¢(ā²)=Ī»minā¢(ā²)subscriptmin, ā 0superscriptā²subscriptsuperscriptā² _min, $ā 0$( )= _ ( % )Ī»min, ā 0 ( ΣⲠ) = Ī»roman_min ( Īā² ), we can reformulate the original Definition 3.3 in terms of ā²superscriptā² U italic_Uā²: with high probability 1āoā¢(1)111-o(1)1 - o ( 1 ), a. Boundedness. ā„op=Oā¢(1)subscriptdelimited-ā„op1 _op=O(1)℠Σ ā„op = O ( 1 ), ā„^ā„op=Oā¢(1)subscriptdelimited-ā„^op1 _op=O(1)ā„ over start_ARG Ī£ end_ARG ā„op = O ( 1 ) and ā„~ā„op=Oā¢(1)subscriptdelimited-ā„~op1 _op=O(1)ā„ over~ start_ARG Ī£ end_ARG ā„op = O ( 1 ). Additionally, ā¢[y2]=Oā¢(1)delimited-[]superscript21E[y^2]=O(1)blackboard_E [ y2 ] = O ( 1 ), 1n^ā¢ā^ā2=Oā¢(1)1^superscriptnorm^21 1 n\| y\|^2=O(1)divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ over start_ARG italic_y end_ARG ā„2 = O ( 1 ) and 1n~ā¢ā~ā2=Oā¢(1)1~superscriptnorm~21 1 n\| y\|^2=O(1)divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG ā„ over~ start_ARG italic_y end_ARG ā„2 = O ( 1 ). b. Concentration on VV. The original statement is ā„^ā²āā²ā„op=oā¢(1)subscriptdelimited-ā„superscript^ā²superscriptā²op1 - _op=% o(1)ā„ over start_ARG Ī£ end_ARGā² - ΣⲠā„op = o ( 1 ) and ā„~ā²āā²ā„op=oā¢(1)subscriptdelimited-ā„superscript~ā²superscriptā²op1 - _op% =o(1)ā„ over~ start_ARG Ī£ end_ARGā² - ΣⲠā„op = o ( 1 ). However, since: ā„ā²ā£ā¤ā¢^ā¢ā²āā²ā„op=subscriptdelimited-ā„superscriptā²top^superscriptā²opabsent U U -% _op=ā„ italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² - Īā² ā„op = ā„1n^ā¢ā²ā£ā¤ā¢^ā¢^ā¤ā¢ā²āā²ā„opsubscriptdelimited-ā„1^superscriptā²top^superscript^topsuperscriptā²op 1 n U R % R U - _opā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UⲠ⤠over start_ARG italic_R end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² - Īā² ā„op = == ā„1n^ā¢ā²ā£ā¤ā¢^ā¢^ā¤ā¢ā²ā¢ā¤āā¢ā²ā£ā¤ā¢ā²ā¢ā¤ā„opsubscriptdelimited-ā„1^superscriptā²top^superscript^topsuperscriptā²opsuperscriptā²topsuperscriptā²opop 1 n U U R% R U U - U U^% U U _opā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_U italic_UⲠ⤠over start_ARG italic_R end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_U⤠- italic_U italic_UⲠ⤠Πitalic_Uā² italic_U⤠ā„op = == ā„^ā²āā²ā„op,subscriptdelimited-ā„superscript^ā²superscriptā²op - _% op,ā„ over start_ARG Ī£ end_ARGā² - ΣⲠā„op , and similarly for ~ā²superscript~ā² over~ start_ARG Ī£ end_ARGā², we can restate it as: ā„ā²ā£ā¤ā¢^ā¢ā²āā²ā„op=oā¢(γ2+Ī“2+Ī»minā¢(ā²)2)subscriptdelimited-ā„superscriptā²top^superscriptā²opsuperscript2superscript2subscriptsuperscriptsuperscriptā²2 U U - % _op=o(γ^2+Ī“^2+ _ ( % )^2)ā„ italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² - Īā² ā„op = o ( γ2 + Ī“2 + Ī»roman_min ( Īā² )2 ) and ā„ā²ā£ā¤ā¢~ā¢ā²āā²ā„op=oā¢(γ2+Ī“2+Ī»minā¢(ā²)2)subscriptdelimited-ā„superscriptā²top~superscriptā²opsuperscript2superscript2subscriptsuperscriptsuperscriptā²2 U U - % _op=o(γ^2+Ī“^2+ _ ( % )^2)ā„ italic_UⲠ⤠over~ start_ARG Ī£ end_ARG italic_Uā² - Īā² ā„op = o ( γ2 + Ī“2 + Ī»roman_min ( Īā² )2 ). Similarly, by noting that the operator norm is invariant under left multiplication by ā²superscriptā² U italic_Uā², we can restate the statement regarding y as: āā²ā£ā¤ā¢1n~ā¢~ā¢~āā²ā£ā¤ā¢[ā¢y]ā=oā¢(γ+Ī“+Ī»minā¢(ā²))normsuperscriptā²top1~~~superscriptā²topdelimited-[]subscriptsuperscriptā²\| U 1 n R y% - U E[ ry]\|=o(γ+Ī“+ _ % ( ))ā„ italic_UⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARG over~ start_ARG italic_y end_ARG - italic_UⲠ⤠blackboard_E [ italic_r y ] ā„ = o ( γ + Ī“ + Ī»roman_min ( Īā² ) ) and āā²ā£ā¤ā¢1n^ā¢^ā¢^āā²ā£ā¤ā¢[ā¢y]ā=oā¢(γ+Ī“+Ī»minā¢(ā²))normsuperscriptā²top1^^^superscriptā²topdelimited-[]subscriptsuperscriptā²\| U 1 n R y-% U E[ ry]\|=o(γ+Ī“+ _ (% ))ā„ italic_UⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG over start_ARG italic_y end_ARG - italic_UⲠ⤠blackboard_E [ italic_r y ] ā„ = o ( γ + Ī“ + Ī»roman_min ( Īā² ) ). c. Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā . ā„1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^āγ^ā¢ā„op=oā¢(γ2+Ī“2)subscriptdelimited-ā„1^superscript^topsuperscriptā²top^^opsuperscript2superscript2 1 n R U U^% R- γ I _op=o(% γ^2+Ī“^2)ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² ā² italic_UⲠⲠ⤠over start_ARG italic_R end_ARG - over start_ARG γ end_ARG italic_I ā„op = o ( γ2 + Ī“2 ) and ā„1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~āγ~ā¢ā„op=oā¢(γ2+Ī“2)subscriptdelimited-ā„1~superscript~topsuperscriptā²top~~opsuperscript2superscript2 1 n R U U% R- γ I _op% =o(γ^2+Ī“^2)ā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² ā² italic_UⲠⲠ⤠over~ start_ARG italic_R end_ARG - over~ start_ARG γ end_ARG italic_I ā„op = o ( γ2 + Ī“2 ). d. Small cross-sample inner-product on āsuperscriptperpendicular-toV Vā. ā„1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢1n~ā¢~ā„op=oā¢(γ+Ī“)subscriptdelimited-ā„1^superscript^topsuperscriptā²top1~~op 1 n R U % U 1 n R _% op=o(γ+Ī“)ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² ā² italic_UⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARG ā„op = o ( γ + Ī“ ). e. Diminishing population covariance on āsuperscriptperpendicular-toV Vā. ā„ā²ā„op=oā¢(γ+Ī“)subscriptdelimited-ā„superscriptā²op _op=o(γ+Ī“)℠ΣⲠⲠā„op = o ( γ + Ī“ ). Use of subscripts. Since in Assumption 3.7 we assume that the representations of both the weak and strong models satisfy Definition A.1, all the notations in Definition A.1 have corresponding versions for the weak modelās representations and the strong modelās representations. We follow the previously mentioned convention and use the subscripts wā and sā to distinguish between them. For example, notations such as wā²subscriptsuperscriptā²w U _witalic_Uā²w and sā²subscriptsuperscriptā²s U _sitalic_Uā²s, wā²subscriptsuperscriptā²w _wĪā²w and sā²subscriptsuperscriptā²s _sĪā²s, will be used. The meaning of such notations should be clear from the context in which they appear. A.3 Lemmas Below, we introduce some basic lemmas and prove properties that will be used in the later analysis. Lemma A.2 (Push-through identity). For any matrices , A, Bitalic_A , italic_B, and any scalar a, the identity (aā¢+ā¢)ā1ā¢=ā¢(aā¢+ā¢)ā1superscript1superscript1(a I+ A B)^-1 A= A(a I+ B A)% ^-1( a italic_I + italic_A italic_B )- 1 italic_A = italic_A ( a italic_I + italic_B italic_A )- 1 holds as long as (aā¢+ā¢)ā1superscript1(a I+ A B)^-1( a italic_I + italic_A italic_B )- 1 and (aā¢+ā¢)ā1superscript1(a I+ B A)^-1( a italic_I + italic_B italic_A )- 1 are invertible. Lemma A.3. A classical result on the effect of perturbations on the inverse of a square matrix states that ā„(+Ī)ā1ā1ā„opā¤ā„ā1ā„op2ā¢ā„Īā„opsubscriptdelimited-ā„superscriptĪ1superscript1opsuperscriptsubscriptdelimited-ā„superscript1op2subscriptdelimited-ā„Īop ( A+ )^-1- A^-1 _op⤠A% ^-1 _op^2 _opā„ ( italic_A + Ī )- 1 - italic_A- 1 ā„op ⤠℠italic_A- 1 ā„op2 ā„ Ī ā„op, where Aitalic_A is an invertible square matrix. This result can be found, for example, in (Demmel, 1992) or Equation 1.1 of (El Ghaoui, 2002). Lemma A.4. If condition Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā holds, we have that ā„1n~ā¢~ā¤ā¢~ā(1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~+γ~ā¢)ā„op=oā¢(γ2+Ī“2)subscriptdelimited-ā„1~superscript~top~1~superscript~topsuperscriptā²op~~opsuperscript2superscript2 1 n R R- ( 1% n R U U % R+ γ I ) _op=o(γ^2% +Ī“^2)ā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠over~ start_ARG italic_R end_ARG - ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over~ start_ARG italic_R end_ARG + over~ start_ARG γ end_ARG italic_I ) ā„op = o ( γ2 + Ī“2 ), and a similar conclusion holds for ^ Rover start_ARG italic_R end_ARG as well. Proof. By Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā , ā„1n~ā¢~ā¤ā¢~ā(1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~+γ~ā¢)ā„opsubscriptdelimited-ā„1~superscript~top~1~superscript~topsuperscriptā²op~~op 1 n R R-% ( 1 n R U U^% R+ γ I ) _opā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠over~ start_ARG italic_R end_ARG - ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over~ start_ARG italic_R end_ARG + over~ start_ARG γ end_ARG italic_I ) ā„op = == ā„1n~ā¢~ā¤ā¢(ā²ā¢ā²ā£ā¤+ā²ā¢ā²ā£ā¤)ā¢~ā(1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~+γ~ā¢)ā„opsubscriptdelimited-ā„1~superscript~topsuperscriptā²opsuperscriptā²top~1~superscript~topsuperscriptā²op~~op 1 n R ( U % U + U U )% R- ( 1 n R U^% U R+ γ I )% _opā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠( italic_Uā² italic_UⲠ⤠+ italic_Uā² ā² italic_UⲠⲠ⤠) over~ start_ARG italic_R end_ARG - ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over~ start_ARG italic_R end_ARG + over~ start_ARG γ end_ARG italic_I ) ā„op = == ā„1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~āγ~ā¢ā„opsubscriptdelimited-ā„1~superscript~topsuperscriptā²top~~op 1 n R U % U R- γ I% _opā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² ā² italic_UⲠⲠ⤠over~ start_ARG italic_R end_ARG - over~ start_ARG γ end_ARG italic_I ā„op = == oā¢(γ2+Ī“2).superscript2superscript2 o(γ^2+Ī“^2).o ( γ2 + Ī“2 ) . ā Lemma A.5. If condition Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā holds, then for any β=Oā¢(1)ā¢s.t.βā„Ī“formulae-sequence1β=O(1)~s.t.~βā„Γβ = O ( 1 ) s . t . β ā„ Ī“, we have that ā„(1n~ā¢~ā¤ā¢~+βā¢)ā1ā(1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~+(γ~+β)ā¢)ā1ā„op=oā¢(1)subscriptdelimited-ā„superscript1~superscript~top~1superscript1~superscript~topsuperscriptā²op~~1op1 ( 1 n R R+β I% )^-1-( 1 n R U U^% R+( γ+β) I)^-1 _% op=o(1)ā„ ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠over~ start_ARG italic_R end_ARG + β italic_I )- 1 - ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over~ start_ARG italic_R end_ARG + ( over~ start_ARG γ end_ARG + β ) italic_I )- 1 ā„op = o ( 1 ), and a similar conclusion holds for ^ Rover start_ARG italic_R end_ARG as well. Proof. By Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā , ā„1n~ā¢~ā¤ā¢~+βā¢ā(1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~+(γ~+β)ā¢)ā„opsubscriptdelimited-ā„1~superscript~top~1~superscript~topsuperscriptā²op~~op 1 n R R+% β I- ( 1 n R U % U R+( γ+β) I )% _opā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠over~ start_ARG italic_R end_ARG + β italic_I - ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over~ start_ARG italic_R end_ARG + ( over~ start_ARG γ end_ARG + β ) italic_I ) ā„op = == ā„1n~ā¢~ā¤ā¢(ā²ā¢ā²ā£ā¤+ā²ā¢ā²ā£ā¤)ā¢~+βā¢ā(1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~+(γ~+β)ā¢)ā„opsubscriptdelimited-ā„1~superscript~topsuperscriptā²opsuperscriptā²top~1~superscript~topsuperscriptā²op~~op 1 n R ( U % U + U U )% R+β I- ( 1 n R % U U R+( γ+β)% I ) _opā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠( italic_Uā² italic_UⲠ⤠+ italic_Uā² ā² italic_UⲠⲠ⤠) over~ start_ARG italic_R end_ARG + β italic_I - ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over~ start_ARG italic_R end_ARG + ( over~ start_ARG γ end_ARG + β ) italic_I ) ā„op = == ā„1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~āγ~ā¢ā„opsubscriptdelimited-ā„1~superscript~topsuperscriptā²top~~op 1 n R U % U R- γ I% _opā„ divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² ā² italic_UⲠⲠ⤠over~ start_ARG italic_R end_ARG - over~ start_ARG γ end_ARG italic_I ā„op = == oā¢(γ2+Ī“2).superscript2superscript2 o(γ^2+Ī“^2).o ( γ2 + Ī“2 ) . Then, by Lemma A.3, we have ā„(1n~ā¢~ā¤ā¢~+βā¢)ā1ā(1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~+(γ~+β)ā¢)ā1ā„opā¤subscriptdelimited-ā„superscript1~superscript~top~1superscript1~superscript~topsuperscriptā²op~~1opabsent ( 1 n R R% +β I)^-1-( 1 n R U^% U R+( γ+β) I)^% -1 _opā¤ā„ ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠over~ start_ARG italic_R end_ARG + β italic_I )- 1 - ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over~ start_ARG italic_R end_ARG + ( over~ start_ARG γ end_ARG + β ) italic_I )- 1 ā„op ⤠oā¢(γ2+Ī“2)ā¢ā„(1n~ā¢~ā¤ā¢ā²ā¢ā²ā£ā¤ā¢~+(γ~+β)ā¢)ā1ā„op2superscript2superscript2superscriptsubscriptdelimited-ā„superscript1~superscript~topsuperscriptā²op~~1op2 o(γ^2+Ī“^2)~~ ( 1 n % R U U R+( % γ+β) I)^-1 _op^2o ( γ2 + Ī“2 ) ā„ ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over~ start_ARG italic_R end_ARG + ( over~ start_ARG γ end_ARG + β ) italic_I )- 1 ā„op2 = == oā¢(γ2+Ī“2(γ~+β)2)superscript2superscript2superscript~2 o( γ^2+Ī“^2( γ+β)^2)o ( divide start_ARG γ2 + Ī“2 end_ARG start_ARG ( over~ start_ARG γ end_ARG + β )2 end_ARG ) = == oā¢(1).1 o(1).o ( 1 ) . ā Lemma A.6. If condition Concentration on VV holds, then for any β=Oā¢(1)ā¢s.t.βā„Ī“formulae-sequence1β=O(1)~s.t.~βā„Γβ = O ( 1 ) s . t . β ā„ Ī“, and γ0āγ^,γ~subscript0^~ _0ā\ γ, γ\γ0 ā over start_ARG γ end_ARG , over~ start_ARG γ end_ARG we have ā„(ā²ā£ā¤ā¢~ā¢ā²+(γ0+β)ā¢)ā1ā(ā²+(γ0+β)ā¢)ā1ā„op=oā¢(1),subscriptdelimited-ā„superscriptsuperscriptā²top~superscriptā²subscript01superscriptsuperscriptā²subscript01op1 ( U U % +( _0+β) I)^-1-( +( _0+β)% I)^-1 _op=o(1),ā„ ( italic_UⲠ⤠over~ start_ARG Ī£ end_ARG italic_Uā² + ( γ0 + β ) italic_I )- 1 - ( Īā² + ( γ0 + β ) italic_I )- 1 ā„op = o ( 1 ) , and a similar conclusion holds for ^ over start_ARG Ī£ end_ARG as well. Proof. By condition Concentration on VV, we have ā„ā²ā£ā¤ā¢~ā¢ā²āā²ā„op=oā¢(γ2+Ī“2+Ī»minā¢(ā²)2).subscriptdelimited-ā„superscriptā²top~superscriptā²opsuperscript2superscript2subscriptminsuperscriptsuperscriptā²2 U U % - _op=o(γ^2+Ī“^2+ _% min( )^2).ā„ italic_UⲠ⤠over~ start_ARG Ī£ end_ARG italic_Uā² - Īā² ā„op = o ( γ2 + Ī“2 + Ī»min ( Īā² )2 ) . Then, by Lemma A.3, we have ā„(ā²ā£ā¤ā¢~ā¢ā²+(γ0+β)ā¢)ā1ā(ā²+(γ0+β)ā¢)ā1ā„op=ā¤subscriptdelimited-ā„superscriptsuperscriptā²top~superscriptā²subscript01superscriptsuperscriptā²subscript01op ( U U % +( _0+β) I)^-1-( +( _0+β)% I)^-1 _op=ā¤ā„ ( italic_UⲠ⤠over~ start_ARG Ī£ end_ARG italic_Uā² + ( γ0 + β ) italic_I )- 1 - ( Īā² + ( γ0 + β ) italic_I )- 1 ā„op = ⤠oā¢(γ2+Ī“2+Ī»minā¢(ā²)2)ā¢ā„(ā²+(γ0+β)ā¢)ā1ā„op2superscript2superscript2subscriptminsuperscriptsuperscriptā²2superscriptsubscriptdelimited-ā„superscriptsuperscriptā²subscript01op2 o(γ^2+Ī“^2+ _min( ^% )^2)~~ ( +( _0+β) I)^% -1 _op^2o ( γ2 + Ī“2 + Ī»min ( Īā² )2 ) ā„ ( Īā² + ( γ0 + β ) italic_I )- 1 ā„op2 = == oā¢(γ2+Ī“2+Ī»minā¢(ā²)2(γ0+β+Ī»minā¢(ā²))2)superscript2superscript2subscriptminsuperscriptsuperscriptā²2superscriptsubscript0subscriptminsuperscriptā²2 o( γ^2+Ī“^2+ _min( % )^2( _0+β+ _min( % ))^2)o ( divide start_ARG γ2 + Ī“2 + Ī»min ( Īā² )2 end_ARG start_ARG ( γ0 + β + Ī»min ( Īā² ) )2 end_ARG ) = == oā¢(1).1 o(1).o ( 1 ) . ā Lemma A.7. If conditions Boundedness and Concentration on VV hold, then |Ī»minā¢(ā²)2āĪ»minā¢(ā²ā£ā¤ā¢^ā¢ā²)2|=oā¢(γ2+Ī“+Ī»minā¢(ā²)2)subscriptsuperscriptsuperscriptā²2subscriptsuperscriptsuperscriptā²top^superscriptā²2superscript2subscriptsuperscriptsuperscriptā²2| _ ( )^2- _ ( U % U )^2|=o(γ^2+Ī“+ _% ( )^2)| Ī»roman_min ( Īā² )2 - Ī»roman_min ( italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² )2 | = o ( γ2 + Ī“ + Ī»roman_min ( Īā² )2 ). It still holds if we replace ^^absent over start_ARG end_ARG with ~~absent over~ start_ARG end_ARG. Proof. Define t=Ī»minā¢(ā²)āĪ»minā¢(ā²ā£ā¤ā¢^ā²ā¢ā²)subscriptsuperscriptā²subscriptsuperscriptā²topsuperscript^ā²superscriptā²t= _ ( )- _ ( U % U )t = Ī»roman_min ( Īā² ) - Ī»roman_min ( italic_UⲠ⤠over start_ARG Ī£ end_ARGā² italic_Uā² ). By condition Concentration on VV and Weylās theorem, we have |t|=oā¢(γ2+Ī“2+Ī»minā¢(ā²)2)superscript2superscript2subscriptsuperscriptsuperscriptā²2|t|=o(γ^2+Ī“^2+ _ ( )^2)| t | = o ( γ2 + Ī“2 + Ī»roman_min ( Īā² )2 ). Then, we compute: Ī»minā¢(ā²ā£ā¤ā¢^ā²ā¢ā²)2subscriptsuperscriptsuperscriptā²topsuperscript^ā²superscriptā²2 _ ( U % U )^2Ī»roman_min ( italic_UⲠ⤠over start_ARG Ī£ end_ARGā² italic_Uā² )2 = == Ī»minā¢(ā²)2+t2ā2ā¢tā¢Ī»minā¢(ā²)subscriptsuperscriptsuperscriptā²2superscript22subscriptsuperscriptā² _ ( )^2+t^2-2t _ % ( )Ī»roman_min ( Īā² )2 + t2 - 2 t Ī»roman_min ( Īā² ) = == Ī»minā¢(ā²)2±oā¢(γ2+Ī“2+Ī»minā¢(ā²)2),plus-or-minussubscriptsuperscriptsuperscriptā²2superscript2superscript2subscriptsuperscriptsuperscriptā²2 _ ( )^2± o(γ^2+% Ī“^2+ _ ( )^2),Ī»roman_min ( Īā² )2 ± o ( γ2 + Ī“2 + Ī»roman_min ( Īā² )2 ) , where the last step follows because Ī»minā¢(ā²)=Oā¢(1)subscriptsuperscriptā²1 _ ( )=O(1)Ī»roman_min ( Īā² ) = O ( 1 ) (via condition Boundedness) and |t|=oā¢(γ2+Ī“2+Ī»minā¢(ā²)2)superscript2superscript2subscriptsuperscriptsuperscriptā²2|t|=o(γ^2+Ī“^2+ _ ( )^2)| t | = o ( γ2 + Ī“2 + Ī»roman_min ( Īā² )2 ). ā Corollary A.8. Lemma A.7 further implies that γ2+Ī“2+Ī»minā¢(ā²)2γ^2+Ī“2+Ī»minā¢(ā²ā£ā¤ā¢^ā¢ā²)2=Oā¢(1)superscript2superscript2subscriptsuperscriptsuperscriptā²2superscript^2superscript2subscriptsuperscriptsuperscriptā²top^superscriptā²21 γ^2+Ī“^2+ _ ( )^2 % γ^2+Ī“^2+ _ ( U % U )^2=O(1)divide start_ARG γ2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG start_ARG over start_ARG γ end_ARG2 + Ī“2 + Ī»roman_min ( italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² )2 end_ARG = O ( 1 ) when conditions Boundedness and Concentration on VV hold. It still holds if we replace ^^absent over start_ARG end_ARG with ~~absent over~ start_ARG end_ARG. Proof. γ2+Ī“2+Ī»minā¢(ā²ā£ā¤ā¢^ā¢ā²)2γ^2+Ī“2+Ī»minā¢(ā²)2=superscript2superscript2subscriptsuperscriptsuperscriptā²top^superscriptā²2superscript^2superscript2subscriptsuperscriptsuperscriptā²2absent γ^2+Ī“^2+ _ ( U % U )^2 γ^2+Ī“^2+Ī»% _ ( )^2=divide start_ARG γ2 + Ī“2 + Ī»roman_min ( italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² )2 end_ARG start_ARG over start_ARG γ end_ARG2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG = γ2+Ī“2+Ī»minā¢(ā²)2γ^2+Ī“2+Ī»minā¢(ā²)2āĪ»minā¢(ā²)2āĪ»minā¢(ā²ā£ā¤ā¢^ā¢ā²)2γ^2+Ī“2+Ī»minā¢(ā²)2superscript2superscript2subscriptsuperscriptsuperscriptā²2superscript^2superscript2subscriptsuperscriptsuperscriptā²2subscriptsuperscriptsuperscriptā²2subscriptsuperscriptsuperscriptā²top^superscriptā²2superscript^2superscript2subscriptsuperscriptsuperscriptā²2 γ^2+Ī“^2+ _ ( % )^2 γ^2+Ī“^2+ _ ( )^2% - _ ( )^2- _ ( U^% U )^2 γ^2+Ī“^% 2+ _ ( )^2divide start_ARG γ2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG start_ARG over start_ARG γ end_ARG2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG - divide start_ARG Ī»roman_min ( Īā² )2 - Ī»roman_min ( italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² )2 end_ARG start_ARG over start_ARG γ end_ARG2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG ⤠⤠1±oā¢(γ2+Ī“2+Ī»minā¢(ā²)2)γ^2+Ī“2+Ī»minā¢(ā²)2plus-or-minus1superscript2superscript2subscriptsuperscriptsuperscriptā²2superscript^2superscript2subscriptsuperscriptsuperscriptā²2 1± o(γ^2+Ī“^2+ _ ( ^% )^2) γ^2+Ī“^2+ _ ( ^% )^21 ± divide start_ARG o ( γ2 + Ī“2 + Ī»roman_min ( Īā² )2 ) end_ARG start_ARG over start_ARG γ end_ARG2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG ⤠⤠1+oā¢(1).11 1+o(1).1 + o ( 1 ) . Therefore, γ2+Ī“2+Ī»minā¢(ā²)2γ^2+Ī“2+Ī»minā¢(ā²ā£ā¤ā¢^ā¢ā²)2=Oā¢(1)superscript2superscript2subscriptsuperscriptsuperscriptā²2superscript^2superscript2subscriptsuperscriptsuperscriptā²top^superscriptā²21 γ^2+Ī“^2+ _ ( )^2 % γ^2+Ī“^2+ _ ( U % U )^2=O(1)divide start_ARG γ2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG start_ARG over start_ARG γ end_ARG2 + Ī“2 + Ī»roman_min ( italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² )2 end_ARG = O ( 1 ). ā Corollary A.9. If conditions Boundedness and Concentration on VV hold, then for any qitalic_q with ā=Oā¢(1)norm1\| q\|=O(1)ā„ italic_q ā„ = O ( 1 ), we have āā²ā¢ā²ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢ā2=ā1n^ā¢^ā¤ā¢ā²ā¢(1n^ā¢ā²ā£ā¤ā¢^ā¢^ā¤ā¢ā²+(γ^+β)ā¢)ā1ā¢ā2±oā¢(1)superscriptnormsuperscriptā²superscriptsuperscriptā²topsuperscriptā²^12plus-or-minussuperscriptnorm1^superscript^topsuperscriptā²1^superscriptā²top^superscript^topsuperscriptā²^121\| U ( U % U +( γ+β) I)^-1 q% \|^2=\| 1 n R U ( % 1 n U R R U^% +( γ+β) I)^-1 q\|^2± o(1)ā„ italic_Uā² square-root start_ARG Īā² end_ARG ( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q ā„2 = ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UⲠ⤠over start_ARG italic_R end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q ā„2 ± o ( 1 ). It still holds if we replace ^^absent over start_ARG end_ARG with ~~absent over~ start_ARG end_ARG. Proof. āā²ā¢ā²ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢ā2superscriptnormsuperscriptā²superscriptsuperscriptā²topsuperscriptā²^12 \| U ( U^% U +( γ+β) I% )^-1 q\|^2ā„ italic_Uā² square-root start_ARG Īā² end_ARG ( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q ā„2 = == ā¤ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢ā²ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢superscripttopsuperscriptsuperscriptā²topsuperscriptā²^1superscriptā²superscriptā²topsuperscriptā²^1 q ( U U% +( γ+β) I)^-1 ( U% U +( γ+β) % I)^-1 qitalic_q⤠( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 Īā² ( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q = == ā¤ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢ā²ā£ā¤ā¢^ā¢ā²ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢superscripttopsuperscriptsuperscriptā²topsuperscriptā²^1superscriptā²top^superscriptā²superscriptā²topsuperscriptā²^1 q ( U U% +( γ+β) I)^-1 U % U ( U U% +( γ+β) I)^-1 qitalic_q⤠( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² ( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q ±oā¢((γ2+Ī“2+Ī»minā¢(ā²)2)ā¢ā„(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā„op2)by Concentration on and ā=Oā¢(1)plus-or-minussuperscript2superscript2subscriptsuperscriptsuperscriptā²2superscriptsubscriptdelimited-ā„superscriptsuperscriptā²topsuperscriptā²^1op2by Concentration on and ā=Oā¢(1) ~± o ((γ^2+Ī“^2+ _ ( % )^2) ( U U^% +( γ+β) I)^-1 _op^2 ) % Concentration on $ V$ and $\| q\|=O(1)$± o ( ( γ2 + Ī“2 + Ī»roman_min ( Īā² )2 ) ā„ ( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 ā„op2 ) by Concentration on V and ā„ italic_q ā„ = O ( 1 ) = == ā¤ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢ā²ā£ā¤ā¢^ā¢ā²ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢Ā±oā¢(γ2+Ī“2+Ī»minā¢(ā²)2(Ī»minā¢(ā²ā£ā¤ā¢ā²ā¢ā²)+γ^+β)2)plus-or-minussuperscripttopsuperscriptsuperscriptā²topsuperscriptā²^1superscriptā²top^superscriptā²superscriptā²topsuperscriptā²^1superscript2superscript2subscriptsuperscriptsuperscriptā²2superscriptsubscriptsuperscriptā²topsuperscriptā²^2 q ( U U% +( γ+β) I)^-1 U % U ( U U% +( γ+β) I)^-1 q± o ( γ^2% +Ī“^2+ _ ( )^2( _ ( % U U )+ γ+β)^% 2 )italic_q⤠( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² ( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q ± o ( divide start_ARG γ2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG start_ARG ( Ī»roman_min ( italic_UⲠ⤠ΣⲠitalic_Uā² ) + over start_ARG γ end_ARG + β )2 end_ARG ) = == ā¤ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢ā²ā£ā¤ā¢^ā¢ā²ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢Ā±oā¢(γ2+Ī“2+Ī»minā¢(ā²)2γ^2+β2+Ī»minā¢(ā²ā£ā¤ā¢ā²ā¢ā²)2)plus-or-minussuperscripttopsuperscriptsuperscriptā²topsuperscriptā²^1superscriptā²top^superscriptā²superscriptā²topsuperscriptā²^1superscript2superscript2subscriptsuperscriptsuperscriptā²2superscript^2superscript2subscriptsuperscriptsuperscriptā²topsuperscriptā²2 q ( U U% +( γ+β) I)^-1 U % U ( U U% +( γ+β) I)^-1 q± o ( γ^2% +Ī“^2+ _ ( )^2 γ^2+% β^2+ _ ( U U^% )^2 )italic_q⤠( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² ( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q ± o ( divide start_ARG γ2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG start_ARG over start_ARG γ end_ARG2 + β2 + Ī»roman_min ( italic_UⲠ⤠ΣⲠitalic_Uā² )2 end_ARG ) = == ā¤ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢ā²ā£ā¤ā¢^ā¢ā²ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢Ā±oā¢(γ2+Ī“2+Ī»minā¢(ā²)2γ^2+Ī“2+Ī»minā¢(ā²ā£ā¤ā¢ā²ā¢ā²)2)plus-or-minussuperscripttopsuperscriptsuperscriptā²topsuperscriptā²^1superscriptā²top^superscriptā²superscriptā²topsuperscriptā²^1superscript2superscript2subscriptsuperscriptsuperscriptā²2superscript^2superscript2subscriptsuperscriptsuperscriptā²topsuperscriptā²2 q ( U U% +( γ+β) I)^-1 U % U ( U U% +( γ+β) I)^-1 q± o ( γ^2% +Ī“^2+ _ ( )^2 γ^2+% Ī“^2+ _ ( U U^% )^2 )italic_q⤠( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² ( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q ± o ( divide start_ARG γ2 + Ī“2 + Ī»roman_min ( Īā² )2 end_ARG start_ARG over start_ARG γ end_ARG2 + Ī“2 + Ī»roman_min ( italic_UⲠ⤠ΣⲠitalic_Uā² )2 end_ARG ) = == ā¤ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢ā²ā£ā¤ā¢^ā¢ā²ā¢(ā²ā£ā¤ā¢ā²ā¢ā²+(γ^+β)ā¢)ā1ā¢Ā±oā¢(1)by Corollary A.8plus-or-minussuperscripttopsuperscriptsuperscriptā²topsuperscriptā²^1superscriptā²top^superscriptā²superscriptā²topsuperscriptā²^11by Corollary A.8 q ( U U% +( γ+β) I)^-1 U % U ( U U% +( γ+β) I)^-1 q± o(1) % Corollary coro: ratio_lambda_minitalic_q⤠( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² ( italic_UⲠ⤠ΣⲠitalic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q ± o ( 1 ) by Corollary = == ā1n^ā¢^ā¤ā¢ā²ā¢(1n^ā¢ā²ā£ā¤ā¢^ā¢^ā¤ā¢ā²+(γ^+β)ā¢)ā1ā¢ā2±oā¢(1)plus-or-minussuperscriptnorm1^superscript^topsuperscriptā²1^superscriptā²top^superscript^topsuperscriptā²^121 \| 1 n R U (% 1 n U R R % U +( γ+β) I)^-1 q\|^2± o(1)ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UⲠ⤠over start_ARG italic_R end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_q ā„2 ± o ( 1 ) ā Corollary A.10. If conditions Boundedness and Concentration on VV hold, then for any Ļitalic_Ļ with ā=Oā¢(1)norm1\| Ļ\|=O(1)ā„ italic_Ļ ā„ = O ( 1 ), we have āā²ā¢ā²ā¢ā²ā£ā¤ā¢1n^ā¢^ā¢(1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^+(γ^+β)ā¢)ā1ā¢ā2=ā1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^ā¢(1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^+(γ^+β)ā¢)ā1ā¢ā2±oā¢(1)superscriptnormsuperscriptā²superscriptā²top1^^superscript1^superscript^topsuperscriptā²op^^12plus-or-minussuperscriptnorm1^superscript^topsuperscriptā²op^superscript1^superscript^topsuperscriptā²op^^121\| U U 1% n R( 1 n R U^% U R+( γ+β) I)^-1% Ļ\|^2=\| 1 n R U % U R( 1 n R % U U R+( γ+β) I)^% -1 Ļ\|^2± o(1)ā„ italic_Uā² square-root start_ARG Īā² end_ARG italic_UⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_Ļ ā„2 = ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_Ļ ā„2 ± o ( 1 ), and āā²ā¢ā²ā¢ā²ā£ā¤ā¢1n^ā¢^ā¢(1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^+(γ^+β)ā¢)ā1ā¢ā=Oā¢(1)normsuperscriptā²superscriptā²top1^^superscript1^superscript^topsuperscriptā²op^^11\| U U 1% n R( 1 n R U^% U R+( γ+β) I)^-1% Ļ\|=O(1)ā„ italic_Uā² square-root start_ARG Īā² end_ARG italic_UⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_Ļ ā„ = O ( 1 ). It still holds if we replace ^^absent over start_ARG end_ARG with ~~absent over~ start_ARG end_ARG. Proof. First, we have āā²ā¢ā²ā¢ā²ā£ā¤ā¢1n^ā¢^ā¢(1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^+(γ^+β)ā¢)ā1ā¢ā2superscriptnormsuperscriptā²superscriptā²top1^^superscript1^superscript^topsuperscriptā²op^^12 \| U U % 1 n R( 1 n R^% U U R+( γ+β)% I)^-1 Ļ\|^2ā„ italic_Uā² square-root start_ARG Īā² end_ARG italic_UⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_Ļ ā„2 = == āā²ā¢ā²ā¢(1n^ā¢ā²ā£ā¤ā¢^ā¢^ā¤ā¢ā²+(γ^+β)ā¢)ā1ā¢ā²ā£ā¤ā¢1n^ā¢^ā¢ā2by Lemma A.2superscriptnormsuperscriptā²superscript1^superscriptā²top^superscript^topsuperscriptā²^1superscriptā²top1^^2by Lemma A.2 \| U ( 1 n% U R R U +(% γ+β) I)^-1 U 1 n% R Ļ\|^2 Lemma lemma: % pushthroughā„ italic_Uā² square-root start_ARG Īā² end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UⲠ⤠over start_ARG italic_R end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_UⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG italic_Ļ ā„2 by Lemma = == ā1n^ā¢^ā¤ā¢ā²ā¢(1n^ā¢ā²ā£ā¤ā¢^ā¢^ā¤ā¢ā²+(γ^+β)ā¢)ā1ā¢ā²ā£ā¤ā¢1n^ā¢^ā¢ā2±oā¢(1)plus-or-minussuperscriptnorm1^superscript^topsuperscriptā²1^superscriptā²top^superscript^topsuperscriptā²^1superscriptā²top1^^21 \| 1 n R U (% 1 n U R R % U +( γ+β) I)^-1 U 1% n R Ļ\|^2± o(1)ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UⲠ⤠over start_ARG italic_R end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_UⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG italic_Ļ ā„2 ± o ( 1 ) by the fact that āā²ā£ā¤ā¢1n^ā¢^ā¢ā=Oā¢(1)normsuperscriptā²top1^^1\| U 1 n R Ļ\|=O(1)ā„ italic_UⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG italic_Ļ ā„ = O ( 1 ) (via Boundedness) and invoking Corollary A.9 = == ā1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^ā¢(1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^+(γ^+β)ā¢)ā1ā¢ā2±oā¢(1)by Lemma A.2.plus-or-minussuperscriptnorm1^superscript^topsuperscriptā²op^superscript1^superscript^topsuperscriptā²op^^121by Lemma A.2 \| 1 n R U U% R( 1 n R U^% U R+( γ+β) I)^-1% Ļ\|^2± o(1) Lemma lemma: pushthrough.ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_Ļ ā„2 ± o ( 1 ) by Lemma . Additionally, since ā„1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^ā¢(1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^+(γ^+β)ā¢)ā1ā„op=ā„1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^ā„opā„1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^ā„op+γ^+βā¤1subscriptdelimited-ā„1^superscript^topsuperscriptā²op^superscript1^superscript^topsuperscriptā²op^^1opsubscriptdelimited-ā„1^superscript^topsuperscriptā²op^opsubscriptdelimited-ā„1^superscript^topsuperscriptā²op^op^1 1 n R U U % R( 1 n R U % U R+( γ+β) I)^-1 _% op= 1 n R U^% U R _op 1% n R U U % R _op+ γ+β⤠1ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG + ( over start_ARG γ end_ARG + β ) italic_I )- 1 ā„op = divide start_ARG ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG ā„op end_ARG start_ARG ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG ā„op + over start_ARG γ end_ARG + β end_ARG ⤠1, we also have the bound āā²ā¢ā²ā¢ā²ā£ā¤ā¢1n^ā¢^ā¢(1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^+(γ^+β)ā¢)ā1ā¢ā=Oā¢(1)normsuperscriptā²superscriptā²top1^^superscript1^superscript^topsuperscriptā²op^^11\| U U 1% n R( 1 n R U^% U R+( γ+β) I)^-1% Ļ\|=O(1)ā„ italic_Uā² square-root start_ARG Īā² end_ARG italic_UⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² italic_UⲠ⤠over start_ARG italic_R end_ARG + ( over start_ARG γ end_ARG + β ) italic_I )- 1 italic_Ļ ā„ = O ( 1 ). ā Lemma A.11. If condition Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā holds, then ā„ā²ā£ā¤ā¢1n^ā¢^ā„opā¤oā¢(γ2+Ī“2)+γ^subscriptdelimited-ā„superscriptā²top1^^opsuperscript2superscript2 U 1 n R _% op⤠o(γ^2+Ī“^2)+ γ℠italic_UⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG ā„op ⤠square-root start_ARG o ( γ2 + Ī“2 ) + over start_ARG γ end_ARG end_ARG. Similarly, ā„ā²ā£ā¤ā¢1n~ā¢~ā„opā¤oā¢(γ2+Ī“2)+γ~subscriptdelimited-ā„superscriptā²top1~~opsuperscript2superscript2~ U 1 n R% _op⤠o(γ^2+Ī“^2)+ γ℠italic_UⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARG ā„op ⤠square-root start_ARG o ( γ2 + Ī“2 ) + over~ start_ARG γ end_ARG end_ARG. Proof. By condition Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā and triangle inequality, we have ā„1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^ā„opā¤oā¢(γ2+Ī“2)+γ^subscriptdelimited-ā„1^superscript^topsuperscriptā²top^opsuperscript2superscript2 1 n R U % U R _op⤠o(% γ^2+Ī“^2)+ γ℠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² ā² italic_UⲠⲠ⤠over start_ARG italic_R end_ARG ā„op ⤠o ( γ2 + Ī“2 ) + over start_ARG γ end_ARG Then, ā„ā²ā£ā¤ā¢1n^ā¢^ā„op=ā„1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^ā„opā¤oā¢(γ2+Ī“2)+γ^.subscriptdelimited-ā„superscriptā²top1^^opsubscriptdelimited-ā„1^superscript^topsuperscriptā²top^opsuperscript2superscript2 U 1 n % R _op= 1 n R % U U R _% op⤠o(γ^2+Ī“^2)+ γ.ā„ italic_UⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG ā„op = square-root start_ARG ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² ā² italic_UⲠⲠ⤠over start_ARG italic_R end_ARG ā„op end_ARG ⤠square-root start_ARG o ( γ2 + Ī“2 ) + over start_ARG γ end_ARG end_ARG . ā A.4 Basic expressions for the model weights and errors Let wāādwsubscriptwsuperscriptāsubscriptw w_wāR^d_witalic_w ā blackboard_Rdw, w2sāādssubscriptw2ssuperscriptāsubscripts w_w2sāR^d_sitalic_w2s ā blackboard_Rds, and sāādssubscriptssuperscriptāsubscripts w_sāR^d_sitalic_ws ā blackboard_Rds represent the weights of the linear models fwsubscriptwf_wfw, fw2ssubscriptw2sf_w2sfw2s, and fssubscriptsf_sfs, respectively. Using the well-known closed-form solution for the minimizer of the MSE loss with ā2subscriptā2 _2ā2 regularization, we derive their formulas: w=subscriptwabsent w_w=italic_w = 1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~ 1 n R_w( 1% n R_w R_w+ _% w I)^-1 1 n ydivide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG w2s=subscriptw2sabsent w_w2s=italic_w2s = 1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢1n^ā¢(^wā¤ā¢w)1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts11^superscriptsubscript^wtopsubscriptw 1 n R_s( 1 n% R_s R_s+ _s% I)^-1 1 n( R_w w% _w)divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG ( over start_ARG italic_R end_ARGw⤠italic_w ) (3) s=subscriptsabsent w_s=italic_ws = 1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢1n^ā¢^.1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts11^ 1 n R_s( 1 n% R_s R_s+ _s% I)^-1 1 n y.divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG . Then, we derive the expression of PredGap PredGap=PredGapabsent =PredGap = sā¢[(sā¤ā¢sāsā¤ā¢w2s)2]subscriptsubscriptsdelimited-[]superscriptsuperscriptsubscriptstopsubscriptssuperscriptsubscriptstopsubscriptw2s2 _ r_s[( r_s % w_s- r_s w_w2s)^2]blackboard_Eitalic_r start_POSTSUBSCRIPT s end_POSTSUBSCRIPT [ ( italic_rs⤠italic_ws - italic_rs⤠italic_w2s )2 ] = == sā¢[(sā¤ā¢(sāw2s))2]subscriptsubscriptsdelimited-[]superscriptsuperscriptsubscriptstopsubscriptssubscriptw2s2 _ r_s[( r_s ( % w_s- w_w2s))^2]blackboard_Eitalic_r start_POSTSUBSCRIPT s end_POSTSUBSCRIPT [ ( italic_rs⤠( italic_ws - italic_w2s ) )2 ] (4) = == sā¢[(sāw2s)ā¤ā¢sā¢sā¤ā¢(sāw2s)]subscriptsubscriptsdelimited-[]superscriptsubscriptssubscriptw2stopsubscriptssuperscriptsubscriptstopsubscriptssubscriptw2s _ r_s[( w_s- w_% w2s) r_s r_s ( w_% s- w_w2s)]blackboard_Eitalic_r start_POSTSUBSCRIPT s end_POSTSUBSCRIPT [ ( italic_ws - italic_w2s )⤠italic_rs italic_rs⤠( italic_ws - italic_w2s ) ] = == (sāw2s)ā¤ā¢sā¢[sā¢sā¤]ā¢(sāw2s)superscriptsubscriptssubscriptw2stopsubscriptsubscriptsdelimited-[]subscriptssuperscriptsubscriptstopsubscriptssubscriptw2s ( w_s- w_w2s) E_% r_s[ r_s r_s ]( w_% s- w_w2s)( italic_ws - italic_w2s )⤠blackboard_Eitalic_r start_POSTSUBSCRIPT s end_POSTSUBSCRIPT [ italic_rs italic_rs⤠] ( italic_ws - italic_w2s ) = == (sāw2s)ā¤ā¢sā¢(sāw2s)superscriptsubscriptssubscriptw2stopsubscriptssubscriptssubscriptw2s ( w_s- w_w2s) _% s( w_s- w_w2s)( italic_ws - italic_w2s )⤠Σs ( italic_ws - italic_w2s ) = == āsā¢(sāw2s)ā2superscriptnormsubscriptssubscriptssubscriptw2s2 \| _s( w_s- w_% w2s)\|^2ā„ square-root start_ARG Ī£ end_ARGs ( italic_ws - italic_w2s ) ā„2 = == āsā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1āa transformation determined by the strong modelās representationsā¢(1n^ā¢^ā1n^ā¢^wā¤ā¢w)āweak modelās normalized error vector on ^ānormsubscriptāsubscripts1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts1a transformation determined by the strong modelās representationssubscriptā1^^1^superscriptsubscript^wtopsubscriptwweak modelās normalized error vector on \| _s 1 % n R_s( 1 n R_s % R_s+ _s I)^-1_a % transformation determined by the strong model's representations % ( 1 n y- 1 n % R_w w_w )_weak model's % normalized error vector on $ D$\|ā„ underā start_ARG square-root start_ARG Ī£ end_ARGs divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 end_ARGa transformation determined by the strong modelās representations underā start_ARG ( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_w ) end_ARGweak modelās normalized error vector on over start_ARG D end_ARG ā„ = == āsā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1āa transformation determined by the strong modelās representationsā¢(1n^ā¢^ā1n^ā¢^wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~)āweak modelās normalized error vector on ^ā.normsubscriptāsubscripts1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts1a transformation determined by the strong modelās representationssubscriptā1^^1^superscriptsubscript^wtop1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~weak modelās normalized error vector on \| _s 1 % n R_s( 1 n R_s % R_s+ _s I)^-1_a % transformation determined by the strong model's representations % ( 1 n y- 1 n % R_w 1 n R_w(% 1 n R_w R_w% + _w I)^-1 1 n y% )_weak model's normalized error vector on $ D$% \|.ā„ underā start_ARG square-root start_ARG Ī£ end_ARGs divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 end_ARGa transformation determined by the strong modelās representations underā start_ARG ( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ) end_ARGweak modelās normalized error vector on over start_ARG D end_ARG ā„ . (5) From the above, we see that PredGap can be broken into two parts: the weak modelās normalized error vector on ^ Dover start_ARG D end_ARG, and a transformation applied to this error vector which captures how the weak modelās errors propagate to the strong model. In Sections A.5 and A.6, we will analyze each part individually. A.5 The weak modelās error Lemma A.12 (The weak modelās error on ^ Dover start_ARG D end_ARG ). The weak modelās error vector on ^ Dover start_ARG D end_ARG can be approximated as follows ā(1n^ā¢^ā1n^ā¢^wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~)ā(āw)ā¢1n^ā¢^ā=oā¢(1),norm1^^1^superscriptsubscript^wtop1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~subscriptw1^^1 \| ( 1 n y- 1 % n R_w 1 n % R_w( 1 n R_w % R_w+ _w I)^-1 1 n% y )-( I- P_w) 1 n% y\|=o(1),ā„ ( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ) - ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ = o ( 1 ) , where w=1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^wā¢(1n~ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^w+(γ~w+βw)ā¢)ā1subscriptw1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsuperscript1~superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsubscript~wsubscriptw1 P_w= 1 n R_w U_% w U_w R_w% ( 1 n R_w U_w^% U_w R_w+( % γ_w+ _w) I )^-1italic_Pw = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1. Proof. By condition Boundedness and Lemma A.5, we have 1n^ā¢^wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~1^superscriptsubscript^wtop1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~ 1 n R_w 1% n R_w( 1 n R% _w R_w+ _w I)^-1% 1 n ydivide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG = == 1n^ā¢^wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(γ~w+βw)ā¢)ā1ā¢1n~ā¢~+oā¢(1)1^superscriptsubscript^wtop1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscript~wsubscriptw11~~1 1 n R_w 1% n R_w ( 1 n % R_w U_w U_w^% R_w+( γ_w+ _ % w) I )^-1 1 n y+o(1)divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG + o ( 1 ) = == (1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢1n~ā¢~w+1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢1n~ā¢~w)ā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(γ~w+βw)ā¢)ā1ā¢1n~ā¢~+oā¢(1)1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²top1~subscript~w1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²top1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscript~wsubscriptw11~~1 ( 1 n R_w % U_w U_w 1 % n R_w+ 1 n R_% w U_w U_w % 1 n R_w ) (% 1 n R_w U_w^% U_w R_w+( % γ_w+ _w) I )^-1 1 % n y+o(1)( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw + divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² ā² italic_UwⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ) ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG + o ( 1 ) By conditions Small cross-sample inner-product on āsuperscriptperpendicular-toV Vā and Boundedness, and noting that ā„(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(γ~w+βw)ā¢)ā1ā„opā¤1γ~w+βwsubscriptdelimited-ā„superscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscript~wsubscriptw1op1subscript~wsubscript ( 1 n R_w U_w% U_w R_w+( % γ_w+ _w) I)^-1 _opā¤% 1 γ_w+ _wā„ ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 ā„op ⤠divide start_ARG 1 end_ARG start_ARG over~ start_ARG γ end_ARGw + βitalic_w end_ARG, the preceding can be further bounded as 1n^ā¢^wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~1^superscriptsubscript^wtop1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~ 1 n R_w 1% n R_w( 1 n R% _w R_w+ _w I)^-1% 1 n ydivide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG = == 1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(γ~w+βw)ā¢)ā1ā¢1n~ā¢~+oā¢(1)1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²top1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscript~wsubscriptw11~~1 1 n R_w U_% w U_w 1 n% R_w ( 1 n R_w% U_w U_w % R_w+( γ_w+ _w) I % )^-1 1 n y+o(1)divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG + o ( 1 ) = == 1n^ā¢^wā¤ā¢wā²ā¢(1n~ā¢wā²ā£ā¤ā¢~wā¢~wā¤ā¢wā²+(γ~w+βw)ā¢)ā1ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢~+oā¢(1)by Lemma A.2.1^superscriptsubscript^wtopsuperscriptsubscriptwā²1~superscriptsubscriptwā²topsubscript~wsuperscriptsubscript~wtopsuperscriptsubscriptwā²subscript~wsubscriptw1superscriptsubscriptwā²top1~subscript~w~1by Lemma A.2. 1 n R_w U_% w ( 1 n U_w % R_w R_w U_w% +( γ_w+ _w) I )^-1% U_w 1 n R_w% y+o(1) Lemma lemma: pushthrough.divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw over~ start_ARG italic_R end_ARGw⤠italic_Uwā² + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw over~ start_ARG italic_y end_ARG + o ( 1 ) by Lemma . By Lemma A.6 and condition Boundedness, the above further leads to 1n^ā¢^wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~1^superscriptsubscript^wtop1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~ 1 n R_w 1% n R_w( 1 n R% _w R_w+ _w I)^-1% 1 n ydivide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG = == 1n^ā¢^wā¤ā¢wā²ā¢(wā²+(γ~w+βw)ā¢)ā1ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢~+oā¢(1).1^superscriptsubscript^wtopsuperscriptsubscriptwā²superscriptsubscriptwā²subscript~wsubscriptw1superscriptsubscriptwā²top1~subscript~w~1 1 n R_w U_% w ( _w +( γ_% w+ _w) I )^-1 U_w % 1 n R_w y+o(1).divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² ( Īwā² + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw over~ start_ARG italic_y end_ARG + o ( 1 ) . Condition Concentration on VV implies that ā„wā²ā£ā¤ā¢1n^ā¢^wā¢^āwā²ā£ā¤ā¢1n^ā¢^wā¢^ā„op=oā¢(Ī»minā¢(wā²)+γw+βw)subscriptdelimited-ā„superscriptsubscriptwā²top1^subscript^w^superscriptsubscriptwā²top1^subscript^w^opsubscriptsuperscriptsubscriptwā²subscriptwsubscriptw U_w 1 n R_w% y- U_w 1 n R% _w y _op=o( _ ( % _w )+ _w+ _w)ā„ italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw over start_ARG italic_y end_ARG - italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw over start_ARG italic_y end_ARG ā„op = o ( Ī»roman_min ( Īwā² ) + γw + βw ) via the triangle inequality. Then, by condition Boundedness and that ā„(wā²+(γ~w+βw)ā¢)ā1ā„op=1Ī»minā¢(wā²)+γ~w+βwsubscriptdelimited-ā„superscriptsuperscriptsubscriptwā²subscript~wsubscriptw1op1subscriptsuperscriptsubscriptwā²subscript~wsubscriptw ( _w +( γ_w+ _% w) I)^-1 _op= 1 _ ( % _w )+ γ_w+ _wā„ ( Īwā² + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 ā„op = divide start_ARG 1 end_ARG start_ARG Ī»roman_min ( Īwā² ) + over~ start_ARG γ end_ARGw + βw end_ARG , we further have 1n^ā¢^wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~1^superscriptsubscript^wtop1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~ 1 n R_w 1% n R_w( 1 n R% _w R_w+ _w I)^-1% 1 n ydivide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG = == 1n^ā¢^wā¤ā¢wā²ā¢(wā²+(γ~w+βw)ā¢)ā1ā¢wā²ā£ā¤ā¢1n^ā¢^wā¢^+oā¢(1)1^superscriptsubscript^wtopsuperscriptsubscriptwā²superscriptsubscriptwā²subscript~wsubscriptw1superscriptsubscriptwā²top1^subscript^w^1 1 n R_w U_% w ( _w +( γ_% w+ _w) I )^-1 U_w % 1 n R_w y+o(1)divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² ( Īwā² + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw over start_ARG italic_y end_ARG + o ( 1 ) = == 1n^ā¢^wā¤ā¢wā²ā¢(1n^ā¢wā²ā£ā¤ā¢^wā¢^wā¤ā¢wā²+(γ~w+βw)ā¢)ā1ā¢wā²ā£ā¤ā¢1n^ā¢^wā¢^+oā¢(1)by Lemma A.6 and condition Boundedness1^superscriptsubscript^wtopsuperscriptsubscriptwā²1^superscriptsubscriptwā²topsubscript^wsuperscriptsubscript^wtopsuperscriptsubscriptwā²subscript~wsubscriptw1superscriptsubscriptwā²top1^subscript^w^1by Lemma A.6 and condition Boundedness 1 n R_w U_% w ( 1 n U_w % R_w R_w U_w^% +( γ_w+ _w) I )^-1 U% _w 1 n R_w % y+o(1) Lemma lemma: concentration_inv and condition% Boundednessdivide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UwⲠ⤠over start_ARG italic_R end_ARGw over start_ARG italic_R end_ARGw⤠italic_Uwā² + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw over start_ARG italic_y end_ARG + o ( 1 ) by Lemma and condition Boundedness = == 1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^wā¢(1n~ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^w+(γ~w+βw)ā¢)ā1ā¢1n^ā¢^+oā¢(1)by Lemma A.2.1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsuperscript1~superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsubscript~wsubscriptw11^^1by Lemma A.2 1 n R_w U_% w U_w R_w (% 1 n R_w U_w % U_w R_w+( γ_% w+ _w) I )^-1 1 n % y+o(1) Lemma lemma: pushthrough.divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG + o ( 1 ) by Lemma . Let us define the shorthand w=1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^wā¢(1n~ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^w+(γ~w+βw)ā¢)ā1subscriptw1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsuperscript1~superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsubscript~wsubscriptw1 P_w= 1 n R_w U_% w U_w R_w% ( 1 n R_w U_w^% U_w R_w+( % γ_w+ _w) I )^-1italic_Pw = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw + ( over~ start_ARG γ end_ARGw + βw ) italic_I )- 1. Then, we conclude that 1n^ā¢^ā1n^ā¢^wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~=(āw)ā¢1n^ā¢^+oā¢(1).1^^1^superscriptsubscript^wtop1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~subscriptw1^^1 1 n y- 1 n% R_w 1 n R_% w( 1 n R_w R% _w+ _w I)^-1 1 n % y=( I- P_w) 1 n y+% o(1).divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG = ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG + o ( 1 ) . ā A.6 Propagation of the error to the strong model Lemma A.13. For any Ļitalic_Ļ with ā=Oā¢(1)norm1\| Ļ\|=O(1)ā„ italic_Ļ ā„ = O ( 1 ), we have āsā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢ā2=āsā¢ā2±oā¢(1)superscriptnormsubscripts1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts12plus-or-minussuperscriptnormsubscript21\| _s 1 n R_ % s( 1 n R_s R_s% + _s I)^-1 Ļ\|^2=\| P_s Ļ\|^% 2± o(1)ā„ square-root start_ARG Ī£s end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 italic_Ļ ā„2 = ā„ italic_Pitalic_s italic_Ļ ā„2 ± o ( 1 ), where s=1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢ā²ā£ā¤ā¢^s+(γs^+βs)ā¢)ā1.subscripts1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²topsubscript^s^subscriptssubscripts1 P_s= 1 n R_s U_% s U_s R_s(% 1 n R_s U_s % U R_s+( _s+ _% s) I)^-1.italic_Ps = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γs end_ARG + βs ) italic_I )- 1 . Proof. We first decompose sā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1subscripts1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts1 _s 1 n R_s% ( 1 n R_s R_s+% _s I)^-1square-root start_ARG Ī£s end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 as follows sā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1subscripts1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts1 _s 1 n % R_s( 1 n R_s R% _s+ _s I)^-1square-root start_ARG Ī£s end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 = == sā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γs^+βs)ā¢)ā1+oā¢(1)by Lemma A.5subscripts1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^s^subscriptssubscripts11by Lemma A.5 _s 1 n % R_s( 1 n R_s U_% s U_s R_s+(% _s+ _s) I)^-1+o(1) % Lemma lemma: isotropy_invsquare-root start_ARG Ī£s end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γs end_ARG + βs ) italic_I )- 1 + o ( 1 ) by Lemma = == (sā²ā¢sā²ā¢sā²ā£ā¤+sā²ā¢sā²ā¢sā²ā£ā¤)ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γs^+βs)ā¢)ā1+oā¢(1)superscriptsubscriptsā²ubscriptsā²ubscriptsā²topsuperscriptsubscriptsā²subscriptsā²subscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^s^subscriptssubscripts11 ( U_s _s^% U_s + U_s % _s U_s % ) 1 n R_s( 1 n% R_s U_s U_s% R_s+( _s+ _ % s) I)^-1+o(1)( italic_Usā² square-root start_ARG Īsā² end_ARG italic_UsⲠ⤠+ italic_Usā² ā² square-root start_ARG Īsā² ā² end_ARG italic_UsⲠⲠ⤠) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γs end_ARG + βs ) italic_I )- 1 + o ( 1 ) = == sā²ā¢sā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γs^+βs)ā¢)ā1superscriptsubscriptsā²ubscriptsā²ubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^s^subscriptssubscripts1 U_s _s^% U_s 1 n R% _s( 1 n R_s U_s% U_s R_s+( % _s+ _s) I)^-1italic_Usā² square-root start_ARG Īsā² end_ARG italic_UsⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γs end_ARG + βs ) italic_I )- 1 +sā²ā¢sā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γs^+βs)ā¢)ā1+oā¢(1)superscriptsubscriptsā²subscriptsā²subscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^s^subscriptssubscripts11 + U_s _s% U_s 1 n% R_s( 1 n R_s % U_s U_s R_% s+( _s+ _s) I)^-1+o(1)+ italic_Usā² ā² square-root start_ARG Īsā² ā² end_ARG italic_UsⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γs end_ARG + βs ) italic_I )- 1 + o ( 1 ) (6) The second term above can be bounded: ā„sā²ā¢sā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γ^s+βs)ā¢)ā1ā„opsubscriptdelimited-ā„superscriptsubscriptsā²subscriptsā²subscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^ssubscripts1op U_s _% s U_s 1 % n R_s( 1 n R_s^% U_s U_s R% _s+( γ_s+ _s) I)^-1 _% opā„ italic_Usā² ā² square-root start_ARG Īsā² ā² end_ARG italic_UsⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 ā„op ⤠⤠λmaxā¢(sā²)ā¢oā¢(γs2+Ī“s2)+γ^sγ^s+βs by Boundedness and Lemma A.11subscriptsuperscriptsubscriptsā²subscripts2superscriptsubscripts2subscript^ssubscript^ssubscripts by Boundedness and Lemma A.11 _ ( _s )% o( _s^2+ _s^2)+ γ_ % s γ_s+ _s by Boundedness% and Lemma lemma: scale_isotropy_kernel square-root start_ARG Ī»roman_max ( Īsā² ā² ) end_ARG divide start_ARG square-root start_ARG o ( γs2 + Ī“s2 ) + over start_ARG γ end_ARGs end_ARG end_ARG start_ARG over start_ARG γ end_ARGs + βs end_ARG by Boundedness and Lemma ⤠⤠ā„sā²ā„opā¢oā¢(γs2+Ī“2)+γ^sγ^s+Ī“ssubscriptdelimited-ā„superscriptsubscriptsā²opsuperscriptsubscripts2superscript2subscript^ssubscript^ssubscripts _s _% op o( _s^2+Ī“^2)+ γ_% s γ_s+ _ssquare-root start_ARG ℠Σsā² ā² ā„op end_ARG divide start_ARG square-root start_ARG o ( γs2 + Ī“2 ) + over start_ARG γ end_ARGs end_ARG end_ARG start_ARG over start_ARG γ end_ARGs + Ī“s end_ARG = == oā¢((γs+Ī“s)ā¢oā¢(γs2+Ī“s2)+γ^sā¢(γs+Ī“s)(γ^s+Ī“s)2)by Diminishing population covariance on āsubscriptssubscriptssuperscriptsubscripts2superscriptsubscripts2subscript^ssubscriptssubscriptssuperscriptsubscript^ssubscripts2by Diminishing population covariance on ā o ( ( _s+ _s)o(γ% _s^2+ _s^2)+ γ_s( _s% + _s)( γ_s+ _s)^2 % ) Diminishing population covariance on $ V $o ( square-root start_ARG divide start_ARG ( γs + Ī“s ) o ( γs2 + Ī“s2 ) + over start_ARG γ end_ARGs ( γs + Ī“s ) end_ARG start_ARG ( over start_ARG γ end_ARGs + Ī“s )2 end_ARG end_ARG ) by Diminishing population covariance on Vā ⤠⤠oā¢(oā¢(γs2+Ī“s2)γ^s+Ī“s+γ^sγ^s+Ī“s)=oā¢(1).superscriptsubscripts2superscriptsubscripts2subscript^ssubscriptssubscript^ssubscript^ssubscripts1 o ( o( _s^2+ _s^2% ) γ_s+ _s+ γ_s% γ_s+ _s )=o(1).o ( square-root start_ARG divide start_ARG o ( γs2 + Ī“s2 ) end_ARG start_ARG over start_ARG γ end_ARGs + Ī“s end_ARG + divide start_ARG over start_ARG γ end_ARGs end_ARG start_ARG over start_ARG γ end_ARGs + Ī“s end_ARG end_ARG ) = o ( 1 ) . (7) Combining Equations 6 and 7 yields sā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢=sā²ā¢sā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γs^+βs)ā¢)ā1ā¢+oā¢(1).subscripts1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts1superscriptsubscriptsā²ubscriptsā²ubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^s^subscriptssubscripts11 _s 1 n % R_s( 1 n R_s R% _s+ _s I)^-1 Ļ= U_s^% _s U_s % 1 n R_s( 1 n % R_s U_s U_s^% R_s+( _s+ _s% ) I)^-1 Ļ+o(1).square-root start_ARG Ī£s end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 italic_Ļ = italic_Usā² square-root start_ARG Īsā² end_ARG italic_UsⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γs end_ARG + βs ) italic_I )- 1 italic_Ļ + o ( 1 ) . Finally, we consider the squared norm: āsā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢ā2superscriptnormsubscripts1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts12 \| _s 1 n % R_s( 1 n R_s % R_s+ _s I)^-1 Ļ\|^2ā„ square-root start_ARG Ī£s end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 italic_Ļ ā„2 = == āsā²ā¢sā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γ^s+βs)ā¢)ā1ā¢ā2superscriptnormsuperscriptsubscriptsā²ubscriptsā²ubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^ssubscripts12 \| U_s _s^% U_s 1 n R% _s( 1 n R_s U_s% U_s R_s+( % γ_s+ _s) I)^-1 Ļ\|^2ā„ italic_Usā² square-root start_ARG Īsā² end_ARG italic_UsⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 italic_Ļ ā„2 ±oā¢(āsā²ā¢sā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γ^s+βs)ā¢)ā1ā¢ā)±oā¢(1)plus-or-minusplus-or-minusnormsuperscriptsubscriptsā²ubscriptsā²ubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^ssubscripts11 ± o (\| U_s _% s U_s 1 n% R_s( 1 n R_s % U_s U_s R_% s+( γ_s+ _s) I)^-1 Ļ% \| )± o(1)± o ( ā„ italic_Usā² square-root start_ARG Īsā² end_ARG italic_UsⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 italic_Ļ ā„ ) ± o ( 1 ) = == ā1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢ā²ā£ā¤ā¢^s+(γ^s+βs)ā¢)ā1ā¢ā2±oā¢(1)by Corollary A.10.plus-or-minussuperscriptnorm1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²topsubscript^ssubscript^ssubscripts121by Corollary A.10 \| 1 n R_s U_% s U_s R_s(% 1 n R_s U_s % U R_s+( γ_s+ _% s) I)^-1 Ļ\|^2± o(1) Corollary % coro: sqrt_lambda.ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 italic_Ļ ā„2 ± o ( 1 ) by Corollary . ā A.7 Proof of Theorem 3.8 Given that ā1n^ā¢^ā=Oā¢(1)norm1^^1\| 1 n y\|=O(1)ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ = O ( 1 ) by Boundedness, and that ā„āwā„op=βwĪ»minā¢(1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^w)+βwā¤1subscriptdelimited-ā„subscriptwopsubscriptwsubscript1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsubscriptw1 I- P_w _op= _w% _ ( 1 n R_w U_% w U_w R_w)+% _w⤠1ā„ italic_I - italic_Pw ā„op = divide start_ARG βw end_ARG start_ARG Ī»roman_min ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw ) + βw end_ARG ⤠1, we have ā(āw)ā¢1n^ā¢^ā=Oā¢(1)normsubscriptw1^^1\|( I- P_w) 1 n y\|=O(1)ā„ ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ = O ( 1 ). Then, by Lemma A.12, the weak modelās error on ^ Dover start_ARG D end_ARG can be bounded as ā(āw)ā¢1n^ā¢^ā+oā¢(1)=Oā¢(1)normsubscriptw1^^11 \|( I- P_w) 1 n y% \|+o(1)=O(1)ā„ ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ + o ( 1 ) = O ( 1 ). Recalling the expression of PredGap derived in Equation 5 and applying Lemmas A.12 and A.13, we obtain: PredGap=āsā¢(āw)ā¢1n^ā¢^ā2±oā¢(1).PredGapplus-or-minussuperscriptnormsubscriptssubscriptw1^^21 =\| P_s( I- P_w% ) 1 n y\|^2± o(1).PredGap = ā„ italic_Ps ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ) . Appendix B Additional Analysis B.1 Additional Lemmas Lemma B.1. By Diminishing population covariance on āsuperscriptperpendicular-toV Vā and Boundedness, we have ā¢[ā²ā¢ā²ā£ā¤ā¢y]=oā¢(γ+Ī“).delimited-[]superscriptā²top [ U U % ry]=o( γ+Ī“).blackboard_E [ italic_Uā² ā² italic_UⲠⲠ⤠italic_r y ] = o ( square-root start_ARG γ + Ī“ end_ARG ) . Proof. ā¢[ā²ā¢ā²ā£ā¤ā¢y]=delimited-[]superscriptā²topabsent [ U U % ry]=blackboard_E [ italic_Uā² ā² italic_UⲠⲠ⤠italic_r y ] = limnāā1nā¢āi=1nā²ā¢ā²ā£ā¤ā¢iā¢yi=limnāā1nā¢ā²ā¢ā²ā£ā¤ā¢1nā¢ā¤limnāāā„1nā¢ā²ā¢ā²ā£ā¤ā¢ā„opā¢ā1nā¢āsubscriptā1superscriptsubscript1superscriptā²topsubscriptsubscriptsubscriptā1superscriptā²top1subscriptāsubscriptdelimited-ā„1superscriptā²topopnorm1 _nāā 1n _i=1^n U^% U r_iy_i= _nā% ā 1 n U U % R 1 n y⤠_nāā 1% n U U R _% op\| 1 n y\|limitalic_n ā ā divide start_ARG 1 end_ARG start_ARG n end_ARG āi = 1n italic_Uā² ā² italic_UⲠⲠ⤠italic_ritalic_i yitalic_i = limitalic_n ā ā divide start_ARG 1 end_ARG start_ARG square-root start_ARG n end_ARG end_ARG italic_Uā² ā² italic_UⲠⲠ⤠italic_R divide start_ARG 1 end_ARG start_ARG square-root start_ARG n end_ARG end_ARG italic_y ⤠limitalic_n ā ā ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG n end_ARG end_ARG italic_Uā² ā² italic_UⲠⲠ⤠italic_R ā„op ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG n end_ARG end_ARG italic_y ā„ = == limnāāā„1nā¢ā²ā¢ā²ā£ā¤ā¢ā¤ā¢ā²ā¢ā²ā£ā¤ā„opā¢1nā¢āi=1nyi2=ā„ā²ā„opā¢[y2]=oā¢(γ+Ī“).subscriptāsubscriptdelimited-ā„1superscriptā²topsuperscripttopsuperscriptā²topop1superscriptsubscript1superscriptsubscript2subscriptdelimited-ā„superscriptā²opdelimited-[]superscript2 _nāā 1n U % U R R U % U _op 1n _% i=1^ny_i^2= _op% E[y^2]=o( γ+Ī“).limitalic_n ā ā square-root start_ARG ā„ divide start_ARG 1 end_ARG start_ARG n end_ARG italic_Uā² ā² italic_UⲠⲠ⤠italic_R italic_R⤠italic_Uā² ā² italic_UⲠⲠ⤠ā„op end_ARG square-root start_ARG divide start_ARG 1 end_ARG start_ARG n end_ARG āi = 1n yitalic_i2 end_ARG = square-root start_ARG ℠ΣⲠⲠā„op end_ARG square-root start_ARG blackboard_E [ y2 ] end_ARG = o ( square-root start_ARG γ + Ī“ end_ARG ) . ā Lemma B.2. By Boundedness, we have ā¢[ā²ā¢ā²ā£ā¤ā¢y]=Oā¢(1).delimited-[]superscriptā²op1 [ U U ry]=O(1).blackboard_E [ italic_Uā² italic_UⲠ⤠italic_r y ] = O ( 1 ) . Proof. The proof follows the same approach as that of Lemma B.1. This conclusion can also be derived by bounding ā¢[ā²ā¢ā²ā£ā¤ā¢y]delimited-[]superscriptā²opE[ U U ry]blackboard_E [ italic_Uā² italic_UⲠ⤠italic_r y ] in terms of its empirical counterpart using Concentration on VV, and then applying Boundedness ā B.2 When Errw2sāPredGap+ErrscsubscriptErrw2sPredGapsubscriptErrscErr_w2s +Err_scErrw2s ā PredGap + Errsc Theorem B.3. Suppose that, in addition to Assumption 3.7, the conditions βs+γ^s=oā¢(Ī»min, ā 0ā¢(ā¢(sā¢hs))=Īā¢(1))subscriptssubscript^ssubscriptmin, ā 0subscriptsubscriptssubscriptāsĪ1 _s+ γ_s=o( _min, $ā 0$( % ( _V_sh_s))= (1))βs + over start_ARG γ end_ARGs = o ( Ī»min, ā 0 ( Ī£ ( Ī caligraphic_V start_POSTSUBSCRIPT s end_POSTSUBSCRIPT hs ) ) = Ī ( 1 ) ) and Ī»min, ā 0((shs))=Ī(Ī»max((shs)) _min, $ā 0$( ( _V_% sh_s))= ( _ ( ( _V% _sh_s))Ī»min, ā 0 ( Ī£ ( Ī caligraphic_V start_POSTSUBSCRIPT s end_POSTSUBSCRIPT hs ) ) = Ī ( Ī»roman_max ( Ī£ ( Ī caligraphic_V start_POSTSUBSCRIPT s end_POSTSUBSCRIPT hs ) ) hold. Then, w.h.p., we have: Errw2s=PredGap+Errsc±oā¢(1).subscriptErrw2splus-or-minusPredGapsubscriptErrsc1 _w2s=PredGap+Err_sc% ± o(1).Errw2s = PredGap + Errsc ± o ( 1 ) . Proof. First, decompose Errw2ssubscriptErrw2sErr_w2sErrw2s as follows Errw2s=subscriptErrw2sabsent _w2s=Errw2s = ā¢[(sā¤ā¢w2sāy)2]delimited-[]superscriptsuperscriptsubscriptstopsubscriptw2s2 [( r_s w_w2s-y)^2]blackboard_E [ ( italic_rs⤠italic_w2s - y )2 ] = == ā¢[(sā¤ā¢w2sāsā¤ā¢sc+sā¤ā¢scāy)2]delimited-[]superscriptsuperscriptsubscriptstopsubscriptw2ssuperscriptsubscriptstopsubscriptscsuperscriptsubscriptstopsubscriptsc2 [( r_s w_w2s- % r_s w_sc+ r_s w_% sc-y)^2]blackboard_E [ ( italic_rs⤠italic_w2s - italic_rs⤠italic_wsc + italic_rs⤠italic_wsc - y )2 ] = == ā¢[(sā¤ā¢w2sāsā¤ā¢sc)2+(sā¤ā¢scāy)2+2ā¢(w2sā¤ā¢sāscā¤ā¢s)ā¢(sā¤ā¢scāy)]delimited-[]superscriptsuperscriptsubscriptstopsubscriptw2ssuperscriptsubscriptstopsubscriptsc2superscriptsuperscriptsubscriptstopsubscriptsc22superscriptsubscriptw2stopsubscriptssuperscriptsubscriptsctopsubscriptssuperscriptsubscriptstopsubscriptsc [( r_s w_w2s- % r_s w_sc)^2+( r_s % w_sc-y)^2+2( w_w2s r_s- % w_sc r_s)( r_s w% _sc-y)]blackboard_E [ ( italic_rs⤠italic_w2s - italic_rs⤠italic_wsc )2 + ( italic_rs⤠italic_wsc - y )2 + 2 ( italic_w2s⤠italic_rs - italic_wsc⤠italic_rs ) ( italic_rs⤠italic_wsc - y ) ] = == PredGap+Errsc+2ā¢[(w2sā¤ā¢sāscā¤ā¢s)ā¢(sā¤ā¢scāy)]PredGapsubscriptErrsc2delimited-[]superscriptsubscriptw2stopsubscriptssuperscriptsubscriptsctopsubscriptssuperscriptsubscriptstopsubscriptsc +Err_sc+2E[( w_% w2s r_s- w_sc r_% s)( r_s w_sc-y)]PredGap + Errsc + 2 blackboard_E [ ( italic_w2s⤠italic_rs - italic_wsc⤠italic_rs ) ( italic_rs⤠italic_wsc - y ) ] = == PredGap+Errsc+2ā¢(w2sāsc)ā¤ā¢(sā¢scāā¢[sā¢y]),PredGapsubscriptErrsc2superscriptsubscriptw2ssubscriptsctopsubscriptssubscriptscdelimited-[]subscripts +Err_sc+2( w_w2s% - w_sc) ( _s w_sc-% E[ r_sy]),PredGap + Errsc + 2 ( italic_w2s - italic_wsc )⤠( Ī£s italic_wsc - blackboard_E [ italic_rs y ] ) , (8) Thus, to prove the theorem, it suffices to show |(w2sāsc)ā¤ā¢(sā¢scāā¢[sā¢y])|=oā¢(1)superscriptsubscriptw2ssubscriptsctopsubscriptssubscriptscdelimited-[]subscripts1|( w_w2s- w_sc) ( _s% w_sc-E[ r_sy])|=o(1)| ( italic_w2s - italic_wsc )⤠( Ī£s italic_wsc - blackboard_E [ italic_rs y ] ) | = o ( 1 ). We decompose (w2sāsc)ā¤ā¢(sā¢scāā¢[sā¢y])superscriptsubscriptw2ssubscriptsctopsubscriptssubscriptscdelimited-[]subscripts( w_w2s- w_sc) ( _s% w_sc-E[ r_sy])( italic_w2s - italic_wsc )⤠( Ī£s italic_wsc - blackboard_E [ italic_rs y ] ): (w2sāsc)ā¤ā¢(sā¢scāā¢[sā¢y])superscriptsubscriptw2ssubscriptsctopsubscriptssubscriptscdelimited-[]subscripts ( w_w2s- w_sc) ( % _s w_sc-E[ r_sy])( italic_w2s - italic_wsc )⤠( Ī£s italic_wsc - blackboard_E [ italic_rs y ] ) = == (w2sāsc)ā¤ā¢(sā²ā¢sc+sā²ā¢scāsā²ā¢sā²ā£ā¤ā¢[sā¢y]āsā²ā¢sā²ā£ā¤ā¢[sā¢y])superscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²subscriptscsuperscriptsubscriptsā²subscriptscsuperscriptsubscriptsā²ubscriptsā²topdelimited-[]subscriptssuperscriptsubscriptsā²subscriptsā²topdelimited-[]subscripts ( w_w2s- w_sc) ( % _s w_sc+ _s % w_sc- U_s U_s^% E[ r_sy]- U_s % U_s E[ r_sy])( italic_w2s - italic_wsc )⤠( Ī£sā² italic_wsc + Ī£sā² ā² italic_wsc - italic_Usā² italic_UsⲠ⤠blackboard_E [ italic_rs y ] - italic_Usā² ā² italic_UsⲠⲠ⤠blackboard_E [ italic_rs y ] ) = == (w2sāsc)ā¤ā¢(sā²ā¢scāsā²ā¢sā²ā£ā¤ā¢[sā¢y])+(w2sāsc)ā¤ā¢sā²ā¢scā(w2sāsc)ā¤ā¢sā²ā¢sā²ā£ā¤ā¢[sā¢y]superscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²subscriptscsuperscriptsubscriptsā²ubscriptsā²topdelimited-[]subscriptssuperscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²subscriptscsuperscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²subscriptsā²topdelimited-[]subscripts ( w_w2s- w_sc) ( % _s w_sc- U_s U_% s E[ r_sy])+( w_w2s% - w_sc) _s w_% sc-( w_w2s- w_sc) U_ % s U_s E[ r_% sy]( italic_w2s - italic_wsc )⤠( Ī£sā² italic_wsc - italic_Usā² italic_UsⲠ⤠blackboard_E [ italic_rs y ] ) + ( italic_w2s - italic_wsc )⤠Σsā² ā² italic_wsc - ( italic_w2s - italic_wsc )⤠italic_Usā² ā² italic_UsⲠⲠ⤠blackboard_E [ italic_rs y ] (9) w2sāscsubscriptw2ssubscriptsc w_w2s- w_scitalic_w2s - italic_wsc can be approximated as: w2sāsc=subscriptw2ssubscriptscabsent w_w2s- w_sc=italic_w2s - italic_wsc = 1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢1n^ā¢(^wā¤ā¢w)ā1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢1n^ā¢^1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts11^superscriptsubscript^wtopsubscriptw1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts11^ 1 n R_s( 1 n% R_s R_s+ _s% I)^-1 1 n( R_w w% _w)- 1 n R_s( 1 n% R_s R_s+ _s% I)^-1 1 n ydivide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG ( over start_ARG italic_R end_ARGw⤠italic_w ) - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG = == 1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢(1n^ā¢^wā¤ā¢wā1n^ā¢^)1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts11^superscriptsubscript^wtopsubscriptw1^ 1 n R_s( 1 n% R_s R_s+ _s% I)^-1( 1 n R_w w% _w- 1 n y)divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 ( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_w - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ) = == 1n^ā¢^sā¢(1n^ā¢^sā²+(γ^s+βs)ā¢)ā1ā¢(1n^ā¢^wā¤ā¢wā1n^ā¢^)+oā¢(1)by Lemma A.5 and that other terms are Oā¢(1)1^subscript^ssuperscript1^superscriptsubscript^sā²subscript^ssubscripts11^superscriptsubscript^wtopsubscriptw1^^1by Lemma A.5 and that other terms are Oā¢(1) 1 n R_s ( 1% n K_s +( γ_s+ _% s) I )^-1( 1 n R_w% w_w- 1 n y)+o(1) % by Lemma lemma: isotropy_inv and that other terms are $O(1)$divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 ( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_w - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ) + o ( 1 ) by Lemma and that other terms are O ( 1 ) (10) where ^sā²=^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^ssuperscriptsubscript^sā²ubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^s K_s = R_s U_% s U_s R_sover start_ARG italic_K end_ARGsā² = over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs is shorthand for ^ā¢(sā¢hs)^subscriptsubscriptssubscriptās K( _V_sh_s)over start_ARG italic_K end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT s end_POSTSUBSCRIPT hs ). Then, by Lemma A.11 and Boundedness, we obtain: ā(w2sāsc)ā¤ā¢sā²ā=normsuperscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²absent \|( w_w2s- w_sc) U_% s \|=ā„ ( italic_w2s - italic_wsc )⤠italic_Usā² ā² ā„ = Oā¢(oā¢(γs2+Ī“s2)+γ^sγ^s+βs).superscriptsubscripts2superscriptsubscripts2subscript^ssubscript^ssubscripts O( o( _s^2+ _s^2)+% γ_s γ_s+ _s).O ( divide start_ARG square-root start_ARG o ( γs2 + Ī“s2 ) + over start_ARG γ end_ARGs end_ARG end_ARG start_ARG over start_ARG γ end_ARGs + βs end_ARG ) . (11) We also have the following bound: ā„sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢1n^ā¢^ā„opsubscriptdelimited-ā„superscriptsubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts11^^op U_s 1 n% R_s( 1 n R_s % R_s+ _s I)^-1 1 n% y _opā„ italic_UsⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„op = == ā„sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γ^s+βs)ā¢)ā1ā¢1n^ā¢^ā„op+oā¢(ā„sā²ā£ā¤ā¢1n^ā¢^sā„op)by Boundedness and Lemma A.5subscriptdelimited-ā„superscriptsubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^ssubscripts11^^opsubscriptdelimited-ā„superscriptsubscriptsā²top1^subscript^sopby Boundedness and Lemma A.5 U_s 1 n% R_s( 1 n R_s % U_s U_s R_% s+( γ_s+ _s) I)^-1 1% n y _op+o( U_s^% 1 n R_s _% op) Boundedness and Lemma lemma: isotropy_invā„ italic_UsⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„op + o ( ā„ italic_UsⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ā„op ) by Boundedness and Lemma = == Oā¢(oā¢(γs2+Ī“s2)+γ^sγ^s+βs)by Lemma A.11 and Boundednesssuperscriptsubscripts2superscriptsubscripts2subscript^ssubscript^ssubscriptsby Lemma A.11 and Boundedness O( o( _s^2+ _s^2)+% γ_s γ_s+ _s) % by Lemma lemma: scale_isotropy_kernel and BoundednessO ( divide start_ARG square-root start_ARG o ( γs2 + Ī“s2 ) + over start_ARG γ end_ARGs end_ARG end_ARG start_ARG over start_ARG γ end_ARGs + βs end_ARG ) by Lemma and Boundedness (12) Combining Diminishing population covariance on āsuperscriptperpendicular-toV Vā and Equations 11 and 12, the second term in Equation 9 can be bounded as: |(w2sāsc)ā¤ā¢sā²ā¢sc|=superscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²subscriptscabsent |( w_w2s- w_sc) % _s w_sc|=| ( italic_w2s - italic_wsc )⤠Σsā² ā² italic_wsc | = |(w2sāsc)ā¤ā¢sā²ā¢sā²ā¢sā²ā£ā¤ā¢sc|superscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²subscriptsā²subscriptsā²topsubscriptsc |( w_w2s- w_sc) U_% s _s U_% s w_sc|| ( italic_w2s - italic_wsc )⤠italic_Usā² ā² Īsā² ā² italic_UsⲠⲠ⤠italic_wsc | = == oā¢((oā¢(γs2+Ī“s2)+γ^s)ā¢(γs+Ī“s)(γ^s+βs)2)=oā¢(1).superscriptsubscripts2superscriptsubscripts2subscript^ssubscriptssubscriptssuperscriptsubscript^ssubscripts21 o ( (o( _s^2+ _s^2)+% γ_s)( _s+ _s)( γ_% s+ _s)^2 )=o(1).o ( divide start_ARG ( o ( γs2 + Ī“s2 ) + over start_ARG γ end_ARGs ) ( γs + Ī“s ) end_ARG start_ARG ( over start_ARG γ end_ARGs + βs )2 end_ARG ) = o ( 1 ) . (13) The third term in Equation 9 can be bounded as: |(w2sāsc)ā¤ā¢sā²ā¢sā²ā£ā¤ā¢[sā¢y]|ā¤superscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²subscriptsā²topdelimited-[]subscriptsabsent |( w_w2s- w_sc) U_% s U_s E[ % r_sy]|ā¤| ( italic_w2s - italic_wsc )⤠italic_Usā² ā² italic_UsⲠⲠ⤠blackboard_E [ italic_rs y ] | ⤠ā(w2sāsc)ā¤ā¢sā²āā¢āsā²ā£ā¤ā¢[sā¢y]ānormsuperscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²normsuperscriptsubscriptsā²topdelimited-[]subscripts \|( w_w2s- w_sc) U_% s \|\| U_s E[% r_sy]\|ā„ ( italic_w2s - italic_wsc )⤠italic_Usā² ā² ā„ ā„ italic_UsⲠⲠ⤠blackboard_E [ italic_rs y ] ā„ = == Oā¢(oā¢(γs2+Ī“s2)+γ^sγ^s+βs)ā¢oā¢(γs+Ī“s)by Equation 11 and Lemma B.1superscriptsubscripts2superscriptsubscripts2subscript^ssubscript^ssubscriptssubscriptssubscriptsby Equation 11 and Lemma B.1 O( o( _s^2+ _s^2)+% γ_s γ_s+ _s)o( % _s+ _s) Equation eq: wwu and % Lemma lemma: bound_ery_non_principalO ( divide start_ARG square-root start_ARG o ( γs2 + Ī“s2 ) + over start_ARG γ end_ARGs end_ARG end_ARG start_ARG over start_ARG γ end_ARGs + βs end_ARG ) o ( square-root start_ARG γs + Ī“s end_ARG ) by Equation and Lemma = == oā¢(1).1 o(1).o ( 1 ) . (14) Now, it remains to bound the first term in Equation 9. We start with approximating sā²ā¢scāsā²ā¢sā²ā£ā¤ā¢[sā¢y]superscriptsubscriptsā²subscriptscsuperscriptsubscriptsā²ubscriptsā²topdelimited-[]subscripts _s w_sc- U_s^% U_s E[ r_sy]Ī£sā² italic_wsc - italic_Usā² italic_UsⲠ⤠blackboard_E [ italic_rs y ]: sā²ā¢scāsā²ā¢sā²ā£ā¤ā¢[sā¢y]superscriptsubscriptsā²subscriptscsuperscriptsubscriptsā²ubscriptsā²topdelimited-[]subscripts _s w_sc- U_% s U_s E[ r_s% y]Ī£sā² italic_wsc - italic_Usā² italic_UsⲠ⤠blackboard_E [ italic_rs y ] = == sā²ā¢sā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢1n^ā¢^āsā²ā¢sā²ā£ā¤ā¢[sā¢y]superscriptsubscriptsā²ubscriptsā²ubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts11^^superscriptsubscriptsā²ubscriptsā²topdelimited-[]subscripts U_s _s % U_s 1 n R_s% ( 1 n R_s R_s+% _s I)^-1 1 n y- U_% s U_s E[ r_% sy]italic_Usā² Īsā² italic_UsⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG - italic_Usā² italic_UsⲠ⤠blackboard_E [ italic_rs y ] = == sā²ā¢ā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γ^s+βs)ā¢)ā1ā¢1n^ā¢^āsā²ā¢sā²ā£ā¤ā¢[sā¢y]+oā¢(1)superscriptsubscriptsā²uperscriptsubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^ssubscripts11^^superscriptsubscriptsā²ubscriptsā²topdelimited-[]subscripts1 U_s U_% s 1 n R_s (% 1 n R_s U_s % U_s R_s+( γ_% s+ _s) I )^-1 1 n y% - U_s U_s E[ % r_sy]+o(1)italic_Usā² Īā² italic_UsⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG - italic_Usā² italic_UsⲠ⤠blackboard_E [ italic_rs y ] + o ( 1 ) by Lemma A.5 and Boundedness = == sā¢sā²ā£ā¤ā¢^ā¢sā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γ^s+βs)ā¢)ā1ā¢1n^ā¢^āsā²ā¢sā²ā£ā¤ā¢[sā¢y]+oā¢(1)subscriptssuperscriptsubscriptsā²top^superscriptsubscriptsā²ubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^ssubscripts11^^superscriptsubscriptsā²ubscriptsā²topdelimited-[]subscripts1 U_s U_s % U_s U_s 1% n R_s ( 1 n R_% s U_s U_s % R_s+( γ_s+ _s) I% )^-1 1 n y- U_s % U_s E[ r_sy]+o(1)italic_Us italic_UsⲠ⤠over start_ARG Ī£ end_ARG italic_Usā² italic_UsⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG - italic_Usā² italic_UsⲠ⤠blackboard_E [ italic_rs y ] + o ( 1 ) by Concentration on VV and Boundedness = == sā¢sā²ā£ā¤ā¢^ā¢sā²ā¢sā²ā£ā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+(γ^s+βs)ā¢)ā1ā¢1n^ā¢^āsā¢sā²ā¢1n^ā¢^sā¢^+oā¢(1)by Concentration on .subscriptssuperscriptsubscriptsā²top^superscriptsubscriptsā²ubscriptsā²top1^subscript^ssuperscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^ssubscripts11^^subscriptssuperscriptsubscriptsā²1^subscript^s^1by Concentration on U_s U_s % U_s U_s 1% n R_s ( 1 n R_% s U_s U_s % R_s+( γ_s+ _s) I% )^-1 1 n y- U_s U% _s 1 n R_s y+o% (1) Concentration on $ V$.italic_Us italic_UsⲠ⤠over start_ARG Ī£ end_ARG italic_Usā² italic_UsⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG - italic_Us italic_Usā² divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs over start_ARG italic_y end_ARG + o ( 1 ) by Concentration on V . (15) Due to the two additional assumptions in the statement of the theorem, along with Concentration on VV and Boundedness, the RHSs of both equation 10 and equation 15 are Oā¢(1)1O(1)O ( 1 ). Combining equation 10 and equation 15, we obtain: (w2sāsc)ā¤ā¢(sā²ā¢scāsā¢sā²ā£ā¤ā¢[sā¢y])superscriptsubscriptw2ssubscriptsctopsuperscriptsubscriptsā²subscriptscsubscriptssuperscriptsubscriptsā²topdelimited-[]subscripts ( w_w2s- w_sc) ( % _s w_sc- U_s U_s% E[ r_sy])( italic_w2s - italic_wsc )⤠( Ī£sā² italic_wsc - italic_Us italic_UsⲠ⤠blackboard_E [ italic_rs y ] ) = == (1n^ā¢^wā¤ā¢wā1n^ā¢^)ā¤ā¢(1n^ā¢^sā²+(γ^s+βs)ā¢)ā1superscript1^superscriptsubscript^wtopsubscriptw1^^topsuperscript1^superscriptsubscript^sā²subscript^ssubscripts1 ( 1 n R_w w% _w- 1 n y) ( 1 % n K_s +( γ_s+ _s% ) I )^-1( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_w - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG )⤠( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 Ć1n^ā¢^sā¤ā¢(sā¢sā²ā£ā¤ā¢^ā¢sā²ā¢sā²ā£ā¤ā¢(sā¢sā²ā£ā¤ā¢^ā¢sā²ā¢sā²ā£ā¤+(γ^s+βs)ā¢)ā1āsā²ā¢sā²ā£ā¤)ā¢1n^ā¢^sā¢1n^ā¢^+oā¢(1)absent1^superscriptsubscript^stopsubscriptssuperscriptsubscriptsā²top^superscriptsubscriptsā²ubscriptsā²topsuperscriptsubscriptssuperscriptsubscriptsā²top^superscriptsubscriptsā²ubscriptsā²topsubscript^ssubscripts1superscriptsubscriptsā²ubscriptsā²top1^subscript^s1^^1 Ć 1 n R_s % ( U_s U_s % U_s U_s ( U_% s U_s U_s% U_s +( γ_s+ _% s) I )^-1- U_s U_s% ) 1 n R_s 1% n y+o(1)Ć divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs⤠( italic_Us italic_UsⲠ⤠over start_ARG Ī£ end_ARG italic_Usā² italic_UsⲠ⤠( italic_Us italic_UsⲠ⤠over start_ARG Ī£ end_ARG italic_Usā² italic_UsⲠ⤠+ ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 - italic_Usā² italic_UsⲠ⤠) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG + o ( 1 ) = == (1n^ā¢^wā¤ā¢wā1n^ā¢^)ā¤ā¢(1n^ā¢^sā²+(γ^s+βs)ā¢)ā1superscript1^superscriptsubscript^wtopsubscriptw1^^topsuperscript1^superscriptsubscript^sā²subscript^ssubscripts1 ( 1 n R_w w% _w- 1 n y) ( 1 % n K_s +( γ_s+ _s% ) I )^-1( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_w - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG )⤠( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 Ć(1n^^sā²(1n^^sā²+(γ^s+βs))ā11n^^sā²ā1n^^sā²)1n^^+o(1)by Lemma A.2 Ć ( 1 n K_s % ( 1 n K_s +( γ_ % s+ _s) I )^-1 1 n K_% s - 1 n K_s )% 1 n y+o(1) Lemma lemma: % pushthroughĆ ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² + ( over start_ARG γ end_ARGs + βs ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² - divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG + o ( 1 ) by Lemma = == (1n^ā¢^wā¤ā¢wā1n^ā¢^)ā¤ā¢(sā¢sās)ā¤ā¢1n^ā¢^+oā¢(1).superscript1^superscriptsubscript^wtopsubscriptw1^^topsuperscriptsubscriptssubscriptssubscriptstop1^^1 ( 1 n R_w w% _w- 1 n y) ( P_% s P_s- P_s ) 1 % n y+o(1).( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_w - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG )⤠( italic_Ps italic_Ps - italic_Ps )⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG + o ( 1 ) . (16) sā¢sāssubscriptssubscriptssubscripts P_s P_s- P_sitalic_Ps italic_Ps - italic_Psās eigenvalues are given by: (Ī»iā¢(1n^ā¢^sā²)Ī»iā¢(1n^ā¢^sā²)+(γ^s+βs))2āĪ»iā¢(1n^ā¢^sā²)Ī»iā¢(1n^ā¢^sā²)+(γ^s+βs)=ā(Ī»iā¢(1n^ā¢^sā²)Ī»iā¢(1n^ā¢^sā²)+(γ^s+βs))ā¢(γ^s+βsĪ»iā¢(1n^ā¢^sā²)+(γ^s+βs))superscriptsubscript1^superscriptsubscript^sā²subscript1^superscriptsubscript^sā²subscript^ssubscripts2subscript1^superscriptsubscript^sā²subscript1^superscriptsubscript^sā²subscript^ssubscriptssubscript1^superscriptsubscript^sā²subscript1^superscriptsubscript^sā²subscript^ssubscriptssubscript^ssubscriptssubscript1^superscriptsubscript^sā²subscript^ssubscripts( _i( 1 n K_s )% _i( 1 n K_s )+( γ% _s+ _s))^2- _i( 1 n % K_s ) _i( 1 n K_% s )+( γ_s+ _s)=-( % _i( 1 n K_s ) _i(% 1 n K_s )+( γ_s+% _s))( γ_s+ _s _i% ( 1 n K_s )+( γ_s% + _s))( divide start_ARG Ī»italic_i ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² ) end_ARG start_ARG Ī»italic_i ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² ) + ( over start_ARG γ end_ARGs + βs ) end_ARG )2 - divide start_ARG Ī»italic_i ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² ) end_ARG start_ARG Ī»italic_i ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² ) + ( over start_ARG γ end_ARGs + βs ) end_ARG = - ( divide start_ARG Ī»italic_i ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² ) end_ARG start_ARG Ī»italic_i ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² ) + ( over start_ARG γ end_ARGs + βs ) end_ARG ) ( divide start_ARG over start_ARG γ end_ARGs + βs end_ARG start_ARG Ī»italic_i ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² ) + ( over start_ARG γ end_ARGs + βs ) end_ARG ). since 1n^ā¢^sā²1^superscriptsubscript^sā² 1 n K_s divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGsā² and ^ssubscript^s _sover start_ARG Ī£ end_ARGs share non-zero eigenvalues, we analyze the relation between βs+γ^ssubscriptssubscript^s _s+ γ_sβs + over start_ARG γ end_ARGs and sā²^^superscriptsubscriptsā² _s over start_ARG Ī£sā² end_ARGās non-zero eigenvalues. By Concentration on VV and Weylās Theorem |Ī»min, ā 0ā¢(^sā²)āĪ»min, ā 0ā¢(sā²)|=oā¢(γs2+Ī“s2+Ī»min, ā 0ā¢(sā²))subscriptmin, ā 0superscriptsubscript^sā²subscriptmin, ā 0superscriptsubscriptsā²ubscripts2superscriptsubscripts2subscriptmin, ā 0superscriptsubscriptsā² | _min, $ā 0$( _s^% )- _min, $ā 0$( _s )|=o(% _s^2+ _s^2+ _min, $ā 0$(% _s ))| Ī»min, ā 0 ( over start_ARG Ī£ end_ARGsā² ) - Ī»min, ā 0 ( Ī£sā² ) | = o ( γs2 + Ī“s2 + Ī»min, ā 0 ( Ī£sā² ) ) Combining this with βs+γ^s=oā¢(Ī»min, ā 0ā¢(sā²))subscriptssubscript^ssubscriptmin, ā 0superscriptsubscriptsā² _s+ γ_s=o( _min, $ā 0$( % _s ))βs + over start_ARG γ end_ARGs = o ( Ī»min, ā 0 ( Ī£sā² ) ), we conclude: βs+γ^s=oā¢(Ī»min, ā 0ā¢(sā²^)).subscriptssubscript^ssubscriptmin, ā 0^superscriptsubscriptsā² _s+ γ_s=o( _min, $% ā 0$( _s )).βs + over start_ARG γ end_ARGs = o ( Ī»min, ā 0 ( over start_ARG Ī£sā² end_ARG ) ) . (17) Using Equation 17, we then obtain ā„sā¢sāsā„op=oā¢(1)subscriptdelimited-ā„subscriptssubscriptssubscriptsop1 P_s P_s- P_s _% op=o(1)ā„ italic_Ps italic_Ps - italic_Ps ā„op = o ( 1 ). By Lemma A.12, the term (1n^ā¢^wā¤ā¢wā1n^ā¢^)1^superscriptsubscript^wtopsubscriptw1^^( 1 n R_w w_w-% 1 n y)( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_w - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ) can be bounded by ā(āw)ā¢1n^ā¢^ā+oā¢(1)=Oā¢(1)normsubscriptw1^^11 \|( I- P_w) 1 n y% \|+o(1)=O(1)ā„ ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ + o ( 1 ) = O ( 1 ), and ā1n^ā¢^ā=Oā¢(1)norm1^^1\| 1 n y\|=O(1)ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ = O ( 1 ) by Boundedness. Combining all these results, the RHS of Equation 16 is oā¢(1)1o(1)o ( 1 ). Therefore, |(w2sāsc)ā¤ā¢(sā¢scāā¢[sā¢y])|=oā¢(1)superscriptsubscriptw2ssubscriptsctopsubscriptssubscriptscdelimited-[]subscripts1|( w_w2s- w_sc) ( _s% w_sc-E[ r_sy])|=o(1)| ( italic_w2s - italic_wsc )⤠( Ī£s italic_wsc - blackboard_E [ italic_rs y ] ) | = o ( 1 ), which completes the proof. ā B.3 Proof of results in Section 4 B.3.1 Proof of Theorem 4.1 First, we present the following lemma, which provides a sufficient condition under which any labeling can be fitted by the W2S model. Lemma B.4 (Condition for overfitting arbitrary labels). As long as Ī“s=oā¢(γs^)subscripts^subscripts _s=o( _s)Ī“s = o ( over start_ARG γs end_ARG ) and Ī“sā¤Ī²s=oā¢(γs^)subscriptsubscripts^subscripts _s⤠_s=o( _s)Ī“italic_s ⤠βs = o ( over start_ARG γs end_ARG ), given any fwāhwā¢s.t.1n^ā¢āi=1n^fwā¢(hwā¢(^i))2=Oā¢(1)formulae-sequencesubscriptwsubscriptāw1^superscriptsubscript1^subscriptwsuperscriptsubscriptāwsubscript^21f_w h_w~s.t.~ 1 n _i=1 nf% _w(h_w( x_i))^2=O(1)fw ā hw s . t . divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG fw ( hw ( over start_ARG italic_x end_ARGi ) )2 = O ( 1 ), the weak-to-strong model can almost exactly overfit it, as indicated by an almost zero training error: 1n^ā¢āi=1n^(fw2sā¢(hsā¢(^i))āfwā¢(hwā¢(^i)))2=oā¢(1)1^superscriptsubscript1^superscriptsubscriptw2ssubscriptāssubscript^subscriptwsubscriptāwsubscript^21 1 n _i=1 n (f_w2s(h_s( % x_i))-f_w(h_w( x_i)) )^2=o(1)divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG ( fw2s ( hs ( over start_ARG italic_x end_ARGi ) ) - fw ( hw ( over start_ARG italic_x end_ARGi ) ) )2 = o ( 1 ), with high probability 1āoā¢(1)111-o(1)1 - o ( 1 ). Proof. Let ^āān^^superscriptā TāR nover start_ARG italic_T end_ARG ā blackboard_Rover start_ARG n end_ARG denote the weak modelās predictions on ^ Dover start_ARG D end_ARG. The following holds for all ^ Tover start_ARG italic_T end_ARG such that 1n^ā¢|^|2=Oā¢(1)1^superscript^21 1 n| T|^2=O(1)divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG | over start_ARG italic_T end_ARG |2 = O ( 1 ). The training loss can be expressed as 1n^ā¢ā^sā¤ā¢w2sā^ā2=1^superscriptnormsuperscriptsubscript^stopsubscriptw2s^2absent 1 n\| R_s w_% w2s- T\|^2=divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ over start_ARG italic_R end_ARGs⤠italic_w2s - over start_ARG italic_T end_ARG ā„2 = ā1n^ā¢^sā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā¢1n^ā¢^ā1n^ā¢^ā2by Equation 3superscriptnorm1^superscriptsubscript^stop1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts11^^1^^2by Equation 3 \| 1 n R_s 1% n R_s( 1 n R_% s R_s+ _s I)^-1 % 1 n T- 1 n T\|^2% Equation eq: exp_wtosā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_T end_ARG - divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_T end_ARG ā„2 by Equation = == ā(1n^ā¢^sā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1ā)ā¢1n^ā¢^ā2superscriptnorm1^superscriptsubscript^stop1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts11^^2 \| ( 1 n R_s % 1 n R_s( 1 n R% _s R_s+ _s I)^-1-% I ) 1 n T\|^2ā„ ( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 - italic_I ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_T end_ARG ā„2 ⤠⤠ā„1n^ā¢^sā¤ā¢1n^ā¢^sā¢(1n^ā¢^sā¤ā¢^s+βsā¢)ā1āā„op2ā¢ā1n^ā¢^ā2superscriptsubscriptdelimited-ā„1^superscriptsubscript^stop1^subscript^ssuperscript1^superscriptsubscript^stopsubscript^ssubscripts1op2superscriptnorm1^^2 1 n R_s % 1 n R_s( 1 n R% _s R_s+ _s I)^-1-% I _op^2\| 1 n T\|^2ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGs ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs + βs italic_I )- 1 - italic_I ā„op2 ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_T end_ARG ā„2 = == (βsĪ»minā¢(1n^ā¢^sā¤ā¢^s)+βs)2ā¢ā1n^ā¢^ā2superscriptsubscriptssubscript1^superscriptsubscript^stopsubscript^ssubscripts2superscriptnorm1^^2 ( _s _ ( 1 n% R_s R_s)+ _s% )^2\| 1 n T\|^2( divide start_ARG βs end_ARG start_ARG Ī»roman_min ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs ) + βs end_ARG )2 ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_T end_ARG ā„2 = == Oā¢((βsĪ»minā¢(1n^ā¢^sā¤ā¢^s)+βs)2)because we assume 1n^ā¢ā^ā2=Oā¢(1).superscriptsubscriptssubscript1^superscriptsubscript^stopsubscript^ssubscripts2because we assume 1n^ā¢ā^ā2=Oā¢(1) O ( ( _s _ ( 1% n R_s R_s)+ _% s )^2 ) we assume $ 1 n% \| T\|^2=O(1)$.O ( ( divide start_ARG βs end_ARG start_ARG Ī»roman_min ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs ) + βs end_ARG )2 ) because we assume divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ over start_ARG italic_T end_ARG ā„2 = O ( 1 ) . (18) By Lemma A.4 and Weylās Theorem, we have |Ī»minā¢(1n^ā¢^sā¤ā¢^s)āĪ»minā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+γ^sā¢)|ā¤ā„1n^ā¢^sā¤ā¢^sā(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+γ^sā¢)ā„op=oā¢(γs2+Ī“s2)subscript1^superscriptsubscript^stopsubscript^ssubscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^ssubscriptdelimited-ā„1^superscriptsubscript^stopsubscript^s1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^sopsuperscriptsubscripts2superscriptsubscripts2 | _ ( 1 n R_s % R_s)- _ ( 1 n R_% s U_s U_s % R_s+ γ_s I)|⤠% 1 n R_s R_s-% ( 1 n R_s U_s^% U_s R_s+ γ_% s I ) _op=o( _s^2+% _s^2)| Ī»roman_min ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs ) - Ī»roman_min ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + over start_ARG γ end_ARGs italic_I ) | ⤠℠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs - ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + over start_ARG γ end_ARGs italic_I ) ā„op = o ( γs2 + Ī“s2 ) ā¹ ā¹ Ī»minā¢(1n~ā¢^sā¤ā¢^s)ā„Ī»minā¢(1n^ā¢^sā¤ā¢sā²ā¢sā²ā£ā¤ā¢^s+γ^sā¢)āoā¢(γs2+Ī“s2)ā„γ^sāoā¢(γs2+Ī“s2).subscript1~superscriptsubscript^stopsubscript^ssubscript1^superscriptsubscript^stopsuperscriptsubscriptsā²ubscriptsā²topsubscript^ssubscript^ssuperscriptsubscripts2superscriptsubscripts2subscript^ssuperscriptsubscripts2superscriptsubscripts2 _ ( 1 n R_s % R_s)ā„ _ ( 1 n R_% s U_s U_s % R_s+ γ_s I)-o( _s% ^2+ _s^2)℠γ_s-o( _s^2% + _s^2).Ī»roman_min ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠over start_ARG italic_R end_ARGs ) ā„ Ī»roman_min ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGs⤠italic_Usā² italic_UsⲠ⤠over start_ARG italic_R end_ARGs + over start_ARG γ end_ARGs italic_I ) - o ( γs2 + Ī“s2 ) ā„ over start_ARG γ end_ARGs - o ( γs2 + Ī“s2 ) . (19) Substituding Equation 19 into Equation 18 yields 1n^ā¢ā^sā¤ā¢w2sā^ā2=Oā¢((βsγ^sāoā¢(γs2+Ī“s2)+βs)2)=oā¢(1)because we assume βs=oā¢(γs^) and Ī“s=oā¢(γs^),formulae-sequence1^superscriptnormsuperscriptsubscript^stopsubscriptw2s^2superscriptsubscriptssubscript^ssuperscriptsubscripts2superscriptsubscripts2subscripts21because we assume βs=oā¢(γs^) and Ī“s=oā¢(γs^) 1 n\| R_s w_% w2s- T\|^2=O ( ( _s % γ_s-o( _s^2+ _s^2)+ _ % s )^2 )=o(1) we assume $ _ s% =o( _s)$ and $ _s=o( _s% )$,divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ over start_ARG italic_R end_ARGs⤠italic_w2s - over start_ARG italic_T end_ARG ā„2 = O ( ( divide start_ARG βs end_ARG start_ARG over start_ARG γ end_ARGs - o ( γs2 + Ī“s2 ) + βs end_ARG )2 ) = o ( 1 ) because we assume βs = o ( over start_ARG γs end_ARG ) and Ī“s = o ( over start_ARG γs end_ARG ) , which completes the proof. ā The first statement in Theorem 4.1 can now be readily proved by invoking the above lemma. For the second statement in Theorem 4.1, we first apply the triangle inequality, which gives Errw2sā¤PredGap+ErrscsubscriptErrw2sPredGapsubscriptErrsc Err_w2s⤠PredGap+ Err_% scsquare-root start_ARG Errw2s end_ARG ⤠square-root start_ARG PredGap end_ARG + square-root start_ARG Errsc end_ARG. Given the assumption Errsc=oā¢(1)subscriptErrsc1Err_sc=o(1)Errsc = o ( 1 ) and the fact that Theorem 3.8 implies PredGap=Oā¢(1)PredGap1PredGap=O(1)PredGap = O ( 1 ), we obtain Errw2sā¤PredGap+oā¢(1)subscriptErrw2sPredGap1Err_w2s +o(1)Errw2s ⤠PredGap + o ( 1 ). Furthermore, by our assumption combined with Theorem 3.8, we know PredGap=ErrwāĪ+oā¢(1)PredGapsubscriptErrwĪ1PredGap=Err_w- +o(1)PredGap = Errw - Ī + o ( 1 ). Substituting this into the previous inequality yields Errw2sā¤ErrwāĪ+oā¢(1)subscriptErrw2ssubscriptErrwĪ1Err_w2s _w- +o(1)Errw2s ⤠Errw - Ī + o ( 1 ). B.3.2 Proof of Corollary 4.3 We begin by presenting the following general result regarding the test errors of the weak model and the strong ceiling model. Lemma B.5 (The weak modelās error on the population). If |ā¢[y2]ā1n^ā¢āi=1n^y^i2|=oā¢(1)delimited-[]superscript21^superscriptsubscript1^superscriptsubscript^21|E[y^2]- 1 n _i=1 n y_i^2|=o(1)| blackboard_E [ y2 ] - divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG over start_ARG y end_ARGi2 | = o ( 1 ) w.h.p., then the weak modelās error on the population, ErrwsubscriptErrwErr_wErrw , can be approximated as follows, Errw=ā(āw)ā¢1n^ā¢^ā2±oā¢(1).subscriptErrwplus-or-minussuperscriptnormsubscriptw1^^21 _w=\|( I- P_w) 1% n y\|^2± o(1).Errw = ā„ ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ) . A similar conclusion holds for the strong ceilingās error ErrscsubscriptErrscErr_scErrsc as well: Errsc=ā(ās)ā¢1n^ā¢^ā2±oā¢(1)subscriptErrscplus-or-minussuperscriptnormsubscripts1^^21Err_sc=\|( I- P_s) 1 n% y\|^2± o(1)Errsc = ā„ ( italic_I - italic_Ps ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ). Proof. We decompose the error as follows Errw=subscriptErrwabsent _w=Errw = ā¢[(wā¤ā¢wāy)2]delimited-[]superscriptsuperscriptsubscriptwtopsubscriptw2 [( r_w w_w-y)^2]blackboard_E [ ( italic_rw⤠italic_w - y )2 ] = == wā¤ā¢wā¢wā2ā¢wā¤ā¢[wā¢y]+ā¢[y2].superscriptsubscriptwtopsubscriptwsubscriptw2superscriptsubscriptwtopdelimited-[]subscriptwdelimited-[]superscript2 w_w _w w_ % w-2 w_w E[ r_wy]+E[y^% 2].italic_w⤠Σw italic_w - 2 italic_w⤠blackboard_E [ italic_rw y ] + blackboard_E [ y2 ] . (20) The first term can further be decomposed as: wā¤ā¢wā¢w=superscriptsubscriptwtopsubscriptwsubscriptwabsent w_w _w w_ % w=italic_w⤠Σw italic_w = āwā¢wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~ā2superscriptnormsubscriptwsuperscriptsubscriptwtop1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~2 \| _w U_w % 1 n R_w( 1 n % R_w R_w+ _w I% )^-1 1 n y\|^2ā„ square-root start_ARG Īw end_ARG italic_Uw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 = == āwā¢wā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(βw+γ~w)ā¢)ā1ā¢1n~ā¢~ā2±oā¢(1)by Lemma A.4 and Boundednessplus-or-minussuperscriptnormsubscriptwsuperscriptsubscriptwtop1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscriptwsubscript~w11~~21by Lemma A.4 and Boundedness \| _w U_w % 1 n R_w( 1 n % R_w U_w U_w^% R_w+( _w+ γ_ % w) I)^-1 1 n y\|^2± o(1)% Lemma lemma: isotropy_eff_reg_kernel and Boundednessā„ square-root start_ARG Īw end_ARG italic_Uw⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 ± o ( 1 ) by Lemma and Boundedness = == ā[wā²ā¢wā²ā£ā¤wā²ā¢wā²ā£ā¤]ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(βw+γ~w)ā¢)ā1ā¢1n~ā¢~ā2±oā¢(1)plus-or-minussuperscriptnormmatrixsuperscriptsubscriptwā²subscriptwā²topsuperscriptsubscriptwā²subscriptwā²top1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscriptwsubscript~w11~~21 \| bmatrix _w U% _w \\ _w U_w % bmatrix 1 n R_w(% 1 n R_w U_w^% U_w R_w+( _% w+ γ_w) I)^-1 1 n% y\|^2± o(1)ā„ [ start_ARG start_ROW start_CELL square-root start_ARG Īwā² end_ARG italic_UwⲠ⤠end_CELL end_ROW start_ROW start_CELL square-root start_ARG Īwā² ā² end_ARG italic_UwⲠⲠ⤠end_CELL end_ROW end_ARG ] divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 ± o ( 1 ) = == āwā²ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(βw+γ~w)ā¢)ā1ā¢1n~ā¢~ā2superscriptnormsuperscriptsubscriptwā²subscriptwā²top1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscriptwsubscript~w11~~2 \| _w U_w^% 1 n R_w( 1% n R_w U_w U% _w R_w+( _w+ % γ_w) I)^-1 1 n y\|% ^2ā„ square-root start_ARG Īwā² end_ARG italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 +āwā²ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(βw+γ~w)ā¢)ā1ā¢1n~ā¢~ā2±oā¢(1)plus-or-minussuperscriptnormsuperscriptsubscriptwā²subscriptwā²top1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscriptwsubscript~w11~~21 +\| _w U_ % w 1 n R_w(% 1 n R_w U_w^% U_w R_w+( _% w+ γ_w) I)^-1 1 n% y\|^2± o(1)+ ā„ square-root start_ARG Īwā² ā² end_ARG italic_UwⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 ± o ( 1 ) (21) We bound the second term in Equation 21: āwā²ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(βw+γ~w)ā¢)ā1ā¢1n~ā¢~ā2superscriptnormsuperscriptsubscriptwā²subscriptwā²top1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscriptwsubscript~w11~~2 \| _w U_% w 1 n R_w(% 1 n R_w U_w^% U_w R_w+( _% w+ γ_w) I)^-1 1 n% y\|^2ā„ square-root start_ARG Īwā² ā² end_ARG italic_UwⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 ⤠⤠ā„wā²ā„opā¢ā„wā²ā£ā¤ā¢1n~ā¢~wā„op2ā¢ā„(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(βw+γ~w)ā¢)ā1ā„op2ā¢ā1n~ā¢~ā2subscriptdelimited-ā„superscriptsubscriptwā²opsuperscriptsubscriptdelimited-ā„superscriptsubscriptwā²top1~subscript~wop2superscriptsubscriptdelimited-ā„superscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscriptwsubscript~w1op2superscriptnorm1~~2 _w _op% U_w 1 n % R_w _op^2 ( 1 n % R_w U_w U_w^% R_w+( _w+ γ_ % w) I)^-1 _op^2\| 1 n % y\|^2ā„ Īwā² ā² ā„op ā„ italic_UwⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ā„op2 ā„ ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 ā„op2 ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 ⤠⤠oā¢(γw+Ī“w)ā¢(oā¢(γw2+Ī“w2)+γ~w)(βw+γ~w)2by Diminishing population covariance on ā, Lemma A.11 and Boundednesssubscriptwsubscriptwsuperscriptsubscriptw2superscriptsubscriptw2subscript~wsuperscriptsubscriptwsubscript~w2by Diminishing population covariance on ā, Lemma A.11 and Boundedness o( _w+ _w)(o( _w^% 2+ _w^2)+ γ_w)( _w+% γ_w)^2 Diminishing population % covariance on $ V $, Lemma lemma: scale_isotropy_% kernel and Boundednessdivide start_ARG o ( γw + Ī“w ) ( o ( γw2 + Ī“w2 ) + over~ start_ARG γ end_ARGw ) end_ARG start_ARG ( βw + over~ start_ARG γ end_ARGw )2 end_ARG by Diminishing population covariance on Vā , Lemma and Boundedness = == oā¢(1).1 o(1).o ( 1 ) . (22) Then, we approximate the first term in Equation 21: āwā²ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(βw+γ~w)ā¢)ā1ā¢1n~ā¢~ā2superscriptnormsuperscriptsubscriptwā²subscriptwā²top1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscriptwsubscript~w11~~2 \| _w U_w^% 1 n R_w( 1% n R_w U_w U% _w R_w+( _w+ % γ_w) I)^-1 1 n y\|% ^2ā„ square-root start_ARG Īwā² end_ARG italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 = == āwā²ā¢(1n~ā¢wā²ā£ā¤ā¢~wā¢~wā¤ā¢wā²+(βw+γ~w)ā¢)ā1ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢1n~ā¢~ā2by Lemma A.2superscriptnormsuperscriptsubscriptwā²1~superscriptsubscriptwā²topsubscript~wsuperscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwsubscript~w1superscriptsubscriptwā²top1~subscript~w1~~2by Lemma A.2 \| _w ( 1 n% U_w R_w R_% w U_w +( _w+ γ_% w) I)^-1 U_w 1 % n R_w 1 n y\|^% 2 Lemma lemma: pushthroughā„ square-root start_ARG Īwā² end_ARG ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw over~ start_ARG italic_R end_ARGw⤠italic_Uwā² + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 by Lemma = == āwā²ā¢(wā²+(βw+γ~w)ā¢)ā1ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢1n~ā¢~ā2±oā¢(1)by Lemma A.6 and Boundednessplus-or-minussuperscriptnormsuperscriptsubscriptwā²superscriptsubscriptwā²subscriptwsubscript~w1superscriptsubscriptwā²top1~subscript~w1~~21by Lemma A.6 and Boundedness \| _w ( _ % w +( _w+ γ_w) I)^-1 U% _w 1 n R_w% 1 n y\|^2± o(1) Lemma % lemma: concentration_inv and Boundednessā„ square-root start_ARG Īwā² end_ARG ( Īwā² + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 ± o ( 1 ) by Lemma and Boundedness = == āwā²ā¢(1n^ā¢wā²ā£ā¤ā¢^wā¢^wā¤ā¢wā²+(βw+γ~w)ā¢)ā1ā¢wā²ā£ā¤ā¢1n~ā¢~wā¢1n~ā¢~ā2±oā¢(1)by Lemma A.6 and Boundednessplus-or-minussuperscriptnormsuperscriptsubscriptwā²1^superscriptsubscriptwā²topsubscript^wsuperscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwsubscript~w1superscriptsubscriptwā²top1~subscript~w1~~21by Lemma A.6 and Boundedness \| _w ( 1 n % U_w R_w R_w% U_w +( _w+ γ_w% ) I)^-1 U_w 1 n% R_w 1 n y\|^2± o% (1) Lemma lemma: concentration_inv and Boundednessā„ square-root start_ARG Īwā² end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UwⲠ⤠over start_ARG italic_R end_ARGw over start_ARG italic_R end_ARGw⤠italic_Uwā² + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG ā„2 ± o ( 1 ) by Lemma and Boundedness = == āwā²ā¢(1n^ā¢wā²ā£ā¤ā¢^wā¢^wā¤ā¢wā²+(βw+γ~w)ā¢)ā1ā¢wā²ā£ā¤ā¢1n^ā¢^wā¢1n^ā¢^ā2±oā¢(1)by Concentration on and Boundednessplus-or-minussuperscriptnormsuperscriptsubscriptwā²1^superscriptsubscriptwā²topsubscript^wsuperscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwsubscript~w1superscriptsubscriptwā²top1^subscript^w1^^21by Concentration on and Boundedness \| _w ( 1 n % U_w R_w R_w% U_w +( _w+ γ_w% ) I)^-1 U_w 1 n % R_w 1 n y\|^2± o(1) % by Concentration on $ V$ and Boundednessā„ square-root start_ARG Īwā² end_ARG ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UwⲠ⤠over start_ARG italic_R end_ARGw over start_ARG italic_R end_ARGw⤠italic_Uwā² + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ) by Concentration on V and Boundedness = == āwā²ā¢wā²ā£ā¤ā¢1n^ā¢^wā¢(1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^w+(βw+γ~w)ā¢)ā1ā¢1n^ā¢^ā2±oā¢(1)by Lemma A.2plus-or-minussuperscriptnormsuperscriptsubscriptwā²subscriptwā²top1^subscript^wsuperscript1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsubscriptwsubscript~w11^^21by Lemma A.2 \| _w U_w^% 1 n R_w( 1 n% R_w U_w U_w% R_w+( _w+ γ_% w) I)^-1 1 n y\|^2± o(1)% Lemma lemma: pushthroughā„ square-root start_ARG Īwā² end_ARG italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ) by Lemma = == ā1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^wā¢(1n^ā¢^wā¤ā¢wā²ā¢wā²ā£ā¤ā¢^w+(βw+γ~w)ā¢)ā1ā¢1n^ā¢^ā2±oā¢(1)by Corollary A.10 and Boundednessplus-or-minussuperscriptnorm1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsuperscript1^superscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwā²topsubscript^wsubscriptwsubscript~w11^^21by Corollary A.10 and Boundedness \| 1 n R_w U_% w U_w R_w(% 1 n R_w U_w % U_w R_w+( _w+% γ_w) I)^-1 1 n y% \|^2± o(1) Corollary coro: sqrt_lambda and Boundedness% ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ) by Corollary and Boundedness = == āwā¢1n^ā¢^ā2±oā¢(1).plus-or-minussuperscriptnormsubscriptw1^^21 \| P_w 1 n y\|^2% ± o(1).ā„ italic_Pw divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ) . (23) Now, we approximate the second term in Equation 20: wā¤ā¢[wā¢y]superscriptsubscriptwtopdelimited-[]subscriptw w_w E[ r_wy]italic_w⤠blackboard_E [ italic_rw y ] = == (1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~)ā¤ā¢[wā¢y]superscript1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~topdelimited-[]subscriptw ( 1 n R_w( 1% n R_w R_w+ _% w I)^-1 1 n y) % E[ r_wy]( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG )⤠blackboard_E [ italic_rw y ] = == (1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~)ā¤ā¢wā²ā¢wā²ā£ā¤ā¢[wā¢y]+(1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~)ā¤ā¢wā²ā¢wā²ā£ā¤ā¢[wā¢y]superscript1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~topsuperscriptsubscriptwā²subscriptwā²topdelimited-[]subscriptwsuperscript1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~topsuperscriptsubscriptwā²subscriptwā²topdelimited-[]subscriptw ( 1 n R_w( 1% n R_w R_w+ _% w I)^-1 1 n y) % U_w U_w E[ r_% wy]+( 1 n R_w( 1% n R_w R_w+ _% w I)^-1 1 n y) % U_w U_w E% [ r_wy]( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG )⤠italic_Uwā² italic_UwⲠ⤠blackboard_E [ italic_rw y ] + ( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG )⤠italic_Uwā² ā² italic_UwⲠⲠ⤠blackboard_E [ italic_rw y ] = == (1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~)ā¤ā¢wā²ā¢wā²ā£ā¤ā¢[wā¢y]±oā¢(oā¢(γw2+Ī“w2)+γ~wγ~w+βwā¢Ī³w+Ī“w)plus-or-minussuperscript1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~topsuperscriptsubscriptwā²subscriptwā²topdelimited-[]subscriptwsuperscriptsubscriptw2superscriptsubscriptw2subscript~wsubscript~wsubscriptwsubscriptwsubscriptw ( 1 n R_w( 1% n R_w R_w+ _% w I)^-1 1 n y) % U_w U_w E[ r_% wy]± o( o( _w^2+ _w^2)+% γ_w γ_w+ _w % _w+ _w)( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG )⤠italic_Uwā² italic_UwⲠ⤠blackboard_E [ italic_rw y ] ± o ( divide start_ARG square-root start_ARG o ( γw2 + Ī“w2 ) + over~ start_ARG γ end_ARGw end_ARG end_ARG start_ARG over~ start_ARG γ end_ARGw + βw end_ARG square-root start_ARG γw + Ī“w end_ARG ) by Boundedness, Lemmas A.5, A.11 and B.1 = == (1n~ā¢~wā¢(1n~ā¢~wā¤ā¢~w+βwā¢)ā1ā¢1n~ā¢~)ā¤ā¢wā²ā¢wā²ā£ā¤ā¢[wā¢y]±oā¢(1)plus-or-minussuperscript1~subscript~wsuperscript1~superscriptsubscript~wtopsubscript~wsubscriptw11~~topsuperscriptsubscriptwā²subscriptwā²topdelimited-[]subscriptw1 ( 1 n R_w( 1% n R_w R_w+ _% w I)^-1 1 n y) % U_w U_w E[ r_% wy]± o(1)( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠over~ start_ARG italic_R end_ARGw + βw italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG )⤠italic_Uwā² italic_UwⲠ⤠blackboard_E [ italic_rw y ] ± o ( 1 ) = == (1n~ā¢~wā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(βw+γ~w)ā¢)ā1ā¢1n~ā¢~)ā¤ā¢wā²ā¢wā²ā£ā¤ā¢[wā¢y]±oā¢(1)plus-or-minussuperscript1~subscript~wsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscriptwsubscript~w11~~topsuperscriptsubscriptwā²subscriptwā²topdelimited-[]subscriptw1 ( 1 n R_w( 1% n R_w U_w U% _w R_w+( _w+ % γ_w) I)^-1 1 n y)^% U_w U_w E[% r_wy]± o(1)( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG )⤠italic_Uwā² italic_UwⲠ⤠blackboard_E [ italic_rw y ] ± o ( 1 ) by Lemma A.5, Boundedness, and Lemma B.2 = == 1n~ā¢~ā¤ā¢(1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢~w+(βw+γ~w)ā¢)ā1ā¢1n~ā¢~wā¤ā¢wā²ā¢wā²ā£ā¤ā¢[wā¢y]±oā¢(1)plus-or-minus1~superscript~topsuperscript1~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topsubscript~wsubscriptwsubscript~w11~superscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwā²topdelimited-[]subscriptw1 1 n y ( 1 % n R_w U_w U_% w R_w+( _w+ % γ_w) I)^-1 1 n R_% w U_w U_w % E[ r_wy]± o(1)divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG⤠( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² italic_UwⲠ⤠blackboard_E [ italic_rw y ] ± o ( 1 ) = == 1n~ā¢~ā¤ā¢1n~ā¢~wā¤ā¢wā²ā¢(1n~ā¢wā²ā£ā¤ā¢~wā¢~wā¤ā¢wā²+(βw+γ~w)ā¢)ā1ā¢wā²ā£ā¤ā¢[wā¢y]±oā¢(1)by Lemma A.2plus-or-minus1~superscript~top1~superscriptsubscript~wtopsuperscriptsubscriptwā²1~superscriptsubscriptwā²topsubscript~wsuperscriptsubscript~wtopsuperscriptsubscriptwā²subscriptwsubscript~w1superscriptsubscriptwā²topdelimited-[]subscriptw1by Lemma A.2 1 n y 1 % n R_w U_w (% 1 n U_w R_w% R_w U_w +( _w% + γ_w) I)^-1 U_w % E[ r_wy]± o(1) Lemma lemma: % pushthroughdivide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG italic_UwⲠ⤠over~ start_ARG italic_R end_ARGw over~ start_ARG italic_R end_ARGw⤠italic_Uwā² + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 italic_UwⲠ⤠blackboard_E [ italic_rw y ] ± o ( 1 ) by Lemma = == 1n~ā¢~ā¤ā¢1n~ā¢~wā¤ā¢wā²ā¢(1n~ā¢wā²ā£ā¤ā¢^wā¢^wā¤ā¢wā²+(βw+γ~w)ā¢)ā1ā¢wā²ā£ā¤ā¢[wā¢y]±oā¢(1)plus-or-minus1~superscript~top1~superscriptsubscript~wtopsuperscriptsubscriptwā²1~superscriptsubscriptwā²topsubscript^wsuperscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwsubscript~w1superscriptsubscriptwā²topdelimited-[]subscriptw1 1 n y 1 % n R_w U_w (% 1 n U_w R_w% R_w U_w +( _w% + γ_w) I)^-1 U_w % E[ r_wy]± o(1)divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_y end_ARG⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARGw⤠italic_Uwā² ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG italic_UwⲠ⤠over start_ARG italic_R end_ARGw over start_ARG italic_R end_ARGw⤠italic_Uwā² + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 italic_UwⲠ⤠blackboard_E [ italic_rw y ] ± o ( 1 ) by Lemma A.6, Lemma B.2, and Boundedness = == 1n^ā¢^ā¤ā¢^wā¤ā¢wā²ā¢(1n~ā¢wā²ā£ā¤ā¢^wā¢^wā¤ā¢wā²+(βw+γ~w)ā¢)ā1ā¢wā²ā£ā¤ā¢1n^ā¢^wā¢^±oā¢(1)plus-or-minus1^superscript^topsuperscriptsubscript^wtopsuperscriptsubscriptwā²1~superscriptsubscriptwā²topsubscript^wsuperscriptsubscript^wtopsuperscriptsubscriptwā²subscriptwsubscript~w1superscriptsubscriptwā²top1^subscript^w^1 1 n y R_w^% U_w ( 1 n U_w^% R_w R_w U_% w +( _w+ γ_w) I)^-1% U_w 1 n R_w % y± o(1)divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_y end_ARG⤠over start_ARG italic_R end_ARGw⤠italic_Uwā² ( divide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG italic_UwⲠ⤠over start_ARG italic_R end_ARGw over start_ARG italic_R end_ARGw⤠italic_Uwā² + ( βw + over~ start_ARG γ end_ARGw ) italic_I )- 1 italic_UwⲠ⤠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARGw over start_ARG italic_y end_ARG ± o ( 1 ) by Concentration on VV, Boundedness and Lemma B.2 = == 1n^ā¢^ā¤ā¢wā¢1n^ā¢^±oā¢(1)by Lemma A.2.plus-or-minus1^superscript^topsubscriptw1^^1by Lemma A.2 1 n y P_w% 1 n y± o(1) Lemma lemma: % pushthrough.divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG⤠italic_Pw divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ± o ( 1 ) by Lemma . (24) Combining Equations 20, 21, 22, 23, 24, and the assumption about ā¢[y2]delimited-[]superscript2E[y^2]blackboard_E [ y2 ] yields Errw=ā(āw)ā¢1n^ā¢^ā2±oā¢(1).subscriptErrwplus-or-minussuperscriptnormsubscriptw1^^21 _w=\|( I- P_w) 1% n y\|^2± o(1).Errw = ā„ ( italic_I - italic_Pw ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ) . The proof of the result concerning ErrscsubscriptErrscErr_scErrsc is similar. ā We show that the condition regarding ā¢[y2]delimited-[]superscript2E[y^2]blackboard_E [ y2 ] is satisfied in Example 4.2. Specifically, āi=1n^y^i2superscriptsubscript1^superscriptsubscript^2 _i=1 n y_i^2āi = 1over start_ARG n end_ARG over start_ARG y end_ARGi2 follows a Ļ2ā¢(n^)superscript2^Ļ^2( n)Ļ2 ( over start_ARG n end_ARG ) distribution, with a mean of n^ā¢[y2]^delimited-[]superscript2 nE[y^2]over start_ARG n end_ARG blackboard_E [ y2 ] and a variance of 2ā¢n^2^2 n2 over start_ARG n end_ARG. For simplicity, we demonstrate the following result using Chebyshevās inequality, while noting that tighter bounds could be achieved with tail bounds for Ļ2superscript2Ļ^2Ļ2 variables or Lemma C.3. For any k>00k>0k > 0, we have: Prā”(|āi=1n^y^i2ān^ā¢[y2]|ā„kā¢2ā¢n^)ā¤1k2Prsuperscriptsubscript1^superscriptsubscript^2^delimited-[]superscript22^1superscript2 (| _i=1 n y_i^2- nE[y^2]|ā„ k% 2 n )⤠1k^2Pr ( | āi = 1over start_ARG n end_ARG over start_ARG y end_ARGi2 - over start_ARG n end_ARG blackboard_E [ y2 ] | ā„ k square-root start_ARG 2 over start_ARG n end_ARG end_ARG ) ⤠divide start_ARG 1 end_ARG start_ARG k2 end_ARG. Letting k=n^1/4superscript^14k= n^1/4k = over start_ARG n end_ARG1 / 4, we find that with probability 1āOā¢(1n^)11^1-O ( 1 n )1 - O ( divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG ), |1n^ā¢āi=1n^y^i2āā¢[y2]|=Oā¢(1n^1/4)1^superscriptsubscript1^superscriptsubscript^2delimited-[]superscript21superscript^14 | 1 n _i=1 n y_i^2-E[y^2]% |=O ( 1 n^1/4 )| divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG over start_ARG y end_ARGi2 - blackboard_E [ y2 ] | = O ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG1 / 4 end_ARG ). Thus, Lemma B.5 applies to Example 4.2. Now, based on Lemmas A.12, B.5, and Theorem 3.8, the key to computing the errors of all these models boils down to simply computing wsubscriptw P_witalic_Pw and ssubscripts P_sitalic_Ps. We first compute the kernels. For convenience, we use the shorthand notations ^wsubscript^w K_wover start_ARG italic_K end_ARGw and ^ssubscript^s K_sover start_ARG italic_K end_ARGs to represent ^ā¢(wā¢hw)^subscriptsubscriptwsubscriptāw K( _V_wh_w)over start_ARG italic_K end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT w end_POSTSUBSCRIPT hw ) and ^ā¢(sā¢hs)^subscriptsubscriptssubscriptās K( _V_sh_s)over start_ARG italic_K end_ARG ( Ī caligraphic_V start_POSTSUBSCRIPT s end_POSTSUBSCRIPT hs ), respectively. Since the representations in Example 4.2 are decomposable with respect to the subspace corresponding to the first coordinate, for both the weak and strong models, the principal kernels are rank one and can be expressed as ^w=ā¢ā¤subscript^wsuperscripttop K_w= q q over start_ARG italic_K end_ARGw = italic_q italic_q⤠and ^s=^ā¢^ā¤subscript^s^superscript^top K_s= y y over start_ARG italic_K end_ARGs = over start_ARG italic_y end_ARG over start_ARG italic_y end_ARGā¤, where ^āĪ·ā¢^+1āĪ·ā¢^ā^^1 q Ī· y+ 1-Ī· ζover start_ARG italic_q end_ARG ā square-root start_ARG Ī· end_ARG over start_ARG italic_y end_ARG + square-root start_ARG 1 - Ī· end_ARG over start_ARG italic_ζ end_ARG. Then, for 1n^ā¢^w1^subscript^w 1 n K_wdivide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGw, it has a single nonzero eigenvalue ā1n^ā¢^ā2superscriptnorm1^^2\| 1 n q\|^2ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_q end_ARG ā„2, with the corresponding eigenvector 1ā1n^ā¢^āā¢1n^ā¢^1norm1^^1^ 1\| 1 n q\| 1 n% qdivide start_ARG 1 end_ARG start_ARG ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_q end_ARG ā„ end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_q end_ARG. Similarly, 1n^ā¢^s1^subscript^s 1 n K_sdivide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARGs has a single eigenvalue ā1n^ā¢^ā2superscriptnorm1^^2\| 1 n y\|^2ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2, with the corresponding eigenvector 1ā1n^ā¢^āā¢1n^ā¢^1norm1^^1^ 1\| 1 n y\| 1 n% ydivide start_ARG 1 end_ARG start_ARG ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ end_ARG divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG. Next, we present the following Lemma. Lemma B.6. We have the following: ā1n^ā¢^ā2=1±oā¢(1),ā1n^ā¢^ā2=1±oā¢(1),|1n^ā¢^ā¤ā¢1n^ā¢^|=oā¢(1),ā1n^ā¢^ā2=1±oā¢(1)formulae-sequencesuperscriptnorm1^^2plus-or-minus11formulae-sequencesuperscriptnorm1^^2plus-or-minus11formulae-sequence1^superscript^top1^^1superscriptnorm1^^2plus-or-minus11 \| 1 n y\|^2=1± o(1),~~\|% 1 n ζ\|^2=1± o(1),~~| 1% n ζ 1 n y% |=o(1),~~\| 1 n q\|^2=1± o(1)ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 = 1 ± o ( 1 ) , ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_ζ end_ARG ā„2 = 1 ± o ( 1 ) , | divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_ζ end_ARG⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG | = o ( 1 ) , ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_q end_ARG ā„2 = 1 ± o ( 1 ) Proof. The first two statements can be proved by leveraging classical results on the concentration of Gaussian matrices (see Lemma C.3 for details). The third statement follows as a special case of Lemma C.4. The last statement is implied by the previous three. ā Recall that both the weak and strong modelsā representations in Example 4.2 are special cases of Example 3.5. Given that Ļ2=oā¢(n^)superscript2^Ļ^2=o( n)Ļ2 = o ( over start_ARG n end_ARG ) and n~=Īā¢(n^)~Ī n= ( n)over~ start_ARG n end_ARG = Ī ( over start_ARG n end_ARG ), we have γ^wsubscript^w γ_wover start_ARG γ end_ARGw, γ~wsubscript~w γ_wover~ start_ARG γ end_ARGw, γ^ssubscript^s γ_sover start_ARG γ end_ARGs, and γ~ssubscript~s γ_sover~ start_ARG γ end_ARGs all being oā¢(1)1o(1)o ( 1 ), Ī“w=Ī“s=0subscriptwsubscripts0 _w= _s=0Ī“w = Ī“s = 0, and βw=oā¢(1),βs=oā¢(1)formulae-sequencesubscriptw1subscripts1 _w=o(1), _s=o(1)βw = o ( 1 ) , βs = o ( 1 ). Combining these with Lemma B.6, we derive: ā„wā1n^ā¢^ā¢^ā¤ā„op=oā¢(1),ā„sā1n^ā¢^ā¢^ā¤ā„op=oā¢(1).formulae-sequencesubscriptdelimited-ā„subscriptw1^^superscript^topop1subscriptdelimited-ā„subscripts1^^superscript^topop1 P_w- 1 n q % q _op=o(1), P_s- 1% n y y _op=o(1).ā„ italic_Pw - divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_q end_ARG over start_ARG italic_q end_ARG⤠ā„op = o ( 1 ) , ā„ italic_Ps - divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_y end_ARG over start_ARG italic_y end_ARG⤠ā„op = o ( 1 ) . Now, leveraging Lemma B.6, we can derive all the errors using the expressions provided in Lemmas A.12, B.5, and Theorem 3.8. B.4 Proof of Corollary 5.2 Following Theorem 3.8, we bound the RHS as follows PredGap=PredGapabsent =PredGap = āsā¢(āw)ā¢sā¢1n^ā¢^+sā¢(āw)ā¢(ās)ā¢1n^ā¢^ā2±oā¢(1)plus-or-minussuperscriptnormsubscriptssubscriptwsubscripts1^^subscriptssubscriptwsubscripts1^^21 \| P_s( I- P_w) P_% s 1 n y+ P_s( I-% P_w)( I- P_s) 1 n % y\|^2± o(1)ā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG + italic_Ps ( italic_I - italic_Pw ) ( italic_I - italic_Ps ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„2 ± o ( 1 ) ⤠⤠(ā„sā¢(āw)ā¢sā„opā¢ā1n^ā¢^ā+ā„sā¢(āw)ā„opā¢ā(ās)ā¢1n^ā¢^ā)2+oā¢(1)superscriptsubscriptdelimited-ā„subscriptssubscriptwsubscriptsopnorm1^^subscriptdelimited-ā„subscriptssubscriptwopnormsubscripts1^^21 ( P_s( I- P_w) % P_s _op\| 1 n y\|+% P_s( I- P_w) _op\|(% I- P_s) 1 n y\| )^% 2+o(1)( ā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ + ā„ italic_Ps ( italic_I - italic_Pw ) ā„op ā„ ( italic_I - italic_Ps ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ )2 + o ( 1 ) (25) ⤠⤠(ā„sā¢(āw)ā¢sā„opā¢C+ā(ās)ā¢1n^ā¢^ā)2+oā¢(1)superscriptsubscriptdelimited-ā„subscriptssubscriptwsubscriptsopnormsubscripts1^^21 ( P_s( I- P_w) % P_s _op C+\|( I- P_s)% 1 n y\| )^2+o(1)( ā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op square-root start_ARG C end_ARG + ā„ ( italic_I - italic_Ps ) divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_y end_ARG ā„ )2 + o ( 1 ) = == (ā„sā¢(āw)ā¢sā„opā¢C+Errsc+oā¢(1))2+oā¢(1)by Lemma B.5superscriptsubscriptdelimited-ā„subscriptssubscriptwsubscriptsopsubscriptErrsc121by Lemma B.5 ( P_s( I- P_w) % P_s _op C+ Err_sc+o(1)% )^2+o(1) Lemma lemma: weak_error_population( ā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op square-root start_ARG C end_ARG + square-root start_ARG Errsc + o ( 1 ) end_ARG )2 + o ( 1 ) by Lemma = == (ā„sā¢(āw)ā¢sā„opā¢C+Errsc)2+oā¢(1)superscriptsubscriptdelimited-ā„subscriptssubscriptwsubscriptsopsubscriptErrsc21 ( P_s( I- P_w) % P_s _op C+ Err_sc% )^2+o(1) ( ā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op square-root start_ARG C end_ARG + square-root start_ARG Errsc end_ARG )2 + o ( 1 ) Appendix C Proof of Examples in Section 3.3 C.1 Example 3.4 For convenience, let q=intdimā¢()intdimq=intdim( )q = intdim ( Ī£ ) and Ļ=ā„opsubscriptdelimited-ā„opĻ= _opĻ = ℠Σ ā„op. Firstly, we note that the conditions in the example imply a low intrinsic dimension. Hereās why: since Trā”()=ā¢||2ā¤BTrsuperscript2Tr( )=E| r|^2⤠BTr ( Ī£ ) = blackboard_E | italic_r |2 ⤠B, it follows that intdimā¢()=Trā”()ā„opā¤BĻ=Oā¢(B),intdimTrsubscriptdelimited-ā„op ( )= Tr( % ) _op⤠BĻ=O(B),intdim ( Ī£ ) = divide start_ARG Tr ( Ī£ ) end_ARG start_ARG ℠Σ ā„op end_ARG ⤠divide start_ARG B end_ARG start_ARG Ļ end_ARG = O ( B ) , (26) where the last step holds because Ļ=ā„op=Īā¢(1)subscriptdelimited-ā„opĪ1Ļ= _op= (1)Ļ = ℠Σ ā„op = Ī ( 1 ). Given that n1āc=Ļā¢(Bā¢logā”(q))superscript1n^1-c=Ļ(B (q))n1 - c = Ļ ( B log ( q ) ), we then have n1āc=Ļā¢(qā¢logā”(q))superscript1n^1-c=Ļ(q (q))n1 - c = Ļ ( q log ( q ) ), as mentioned in the remark. Additionally, since intdimā¢()ā„1intdim1intdim( )ā„ 1intdim ( Ī£ ) ā„ 1, Equation 26 also implies Bā„ĻandB=Ī©ā¢(1),formulae-sequenceandĪ©1 Bā„Ļ B= (1),B ā„ Ļ and B = Ī© ( 1 ) , (27) which we will use later. Next, we introduce the following two lemmas, both of which rely on the matrix Bernstein inequality with intrinsic dimension, as stated in Theorem 7.3.1 of (Tropp et al., 2015). Lemma C.1. With a probability of at least 1ā8ā¢qā¢expā”(ā0.5ā¢n^1ācBā¢Ļ+(B+Ļ)/3)=1āoā¢(1)180.5superscript^13111-8q ( -0.5 n^1-cBĻ+(B+Ļ)/3)=1-o(1)1 - 8 q exp ( divide start_ARG - 0.5 over start_ARG n end_ARG1 - c end_ARG start_ARG B Ļ + ( B + Ļ ) / 3 end_ARG ) = 1 - o ( 1 ), the following holds ā„^āā„opā¤n^ā0.5ā¢c.subscriptdelimited-ā„^opsuperscript^0.5 - _opā¤% n^-0.5c.ā„ over start_ARG Ī£ end_ARG - Ī£ ā„op ⤠over start_ARG n end_ARG- 0.5 c . The same conclusion applies to ~~ over~ start_ARG Ī£ end_ARG as well. Proof. We prove the result for ^ over start_ARG Ī£ end_ARG; the result for ~~ over~ start_ARG Ī£ end_ARG can be proved in the same way. Define i=1n^ā¢(^iā¢^iā¤ā)subscript1^subscript^superscriptsubscript^top S_i= 1 n( r_i r_i -% )italic_Sitalic_i = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ( over start_ARG italic_r end_ARGi over start_ARG italic_r end_ARGi⤠- Ī£ ). The random matrices isubscript S_iitalic_Sitalic_i are independent, identically distributed, and centered. Their norms are bounded as follows ā„iā„opā¤1n^ā¢(ā„^iā¢^iā¤ā„op+ā„op)ā¤B+Ļn^āL.subscriptdelimited-ā„subscriptop1^subscriptdelimited-ā„subscript^superscriptsubscript^topopsubscriptdelimited-ā„op^ā S_i _op⤠1 n(% r_i r_i _op+ % _op)⤠B+Ļ n L.ā„ italic_Sitalic_i ā„op ⤠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ( ā„ over start_ARG italic_r end_ARGi over start_ARG italic_r end_ARGi⤠ā„op + ℠Σ ā„op ) ⤠divide start_ARG B + Ļ end_ARG start_ARG over start_ARG n end_ARG end_ARG ā L . Then, ā¢i2=1n^2ā¢(^iā¢^iā¤ā)2=1n^2ā¢(ā^iā2ā¢^iā¢^iā¤ā2ā¢2+2)ā¼1n^2ā¢(Bā¢^iā¢^iā¤ā2)ā¼Bn^2ā¢superscriptsubscript21superscript^2superscriptsubscript^superscriptsubscript^top21superscript^2superscriptnormsubscript^2subscript^superscriptsubscript^top2superscript2superscript2precedes-or-equals1superscript^2subscript^superscriptsubscript^topsuperscript2precedes-or-equalssuperscript^2 S_i^2= 1 n^2E( % r_i r_i - )^2= 1 n^2% E(\| r_i\|^2 r_i r_i^% -2 ^2+ ^2) 1 n^2% E(B r_i r_i - ^2)% B n^2 blackboard_E italic_Sitalic_i2 = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG2 end_ARG blackboard_E ( over start_ARG italic_r end_ARGi over start_ARG italic_r end_ARGi⤠- Ī£ )2 = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG2 end_ARG blackboard_E ( ā„ over start_ARG italic_r end_ARGi ā„2 over start_ARG italic_r end_ARGi over start_ARG italic_r end_ARGi⤠- 2 Ī£2 + Ī£2 ) ā¼ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG2 end_ARG blackboard_E ( B over start_ARG italic_r end_ARGi over start_ARG italic_r end_ARGi⤠- Ī£2 ) ā¼ divide start_ARG B end_ARG start_ARG over start_ARG n end_ARG2 end_ARG Ī£ Define =āi=1n^isuperscriptsubscript1^subscript Z= _i=1 n S_iitalic_Z = āi = 1over start_ARG n end_ARG italic_Sitalic_i. We have ā¼ā¢2=āi=1n^ā¢i2ā¼Bn^ā¢āprecedes-or-equals0superscript2superscriptsubscript1^superscriptsubscript2precedes-or-equals^ā 0 Z^2= _i=1 n% E S_i^2 B n % V0 ā¼ blackboard_E italic_Z2 = āi = 1over start_ARG n end_ARG blackboard_E italic_Sitalic_i2 ā¼ divide start_ARG B end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ ā italic_V Vitalic_Vās norm can be expressed as follows: ā„op=Bā¢ā„opn^=Bā¢Ļn^āvsubscriptdelimited-ā„opsubscriptdelimited-ā„op^^ā V _op= B % _op n= BĻ n vā„ italic_V ā„op = divide start_ARG B ℠Σ ā„op end_ARG start_ARG over start_ARG n end_ARG end_ARG = divide start_ARG B Ļ end_ARG start_ARG over start_ARG n end_ARG end_ARG ā v Define d=intdimā¢([00])intdimmatrix00d=intdim( bmatrix V&0\\ 0& V bmatrix)d = intdim ( [ start_ARG start_ROW start_CELL italic_V end_CELL start_CELL 0 end_CELL end_ROW start_ROW start_CELL 0 end_CELL start_CELL italic_V end_CELL end_ROW end_ARG ] ), which can be simplified as: d=2ā¢Trā”(Bn^ā¢)ā„Bn^ā¢ā„op=2ā¢intdimā¢(Bn^ā¢)=2ā¢intdimā¢()=2ā¢q.2Tr^subscriptdelimited-ā„^op2intdim^2intdim2 d=2 Tr( B n )% B n _op=2intdim(% B n )=2intdim( )=2q.d = 2 divide start_ARG Tr ( divide start_ARG B end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ ) end_ARG start_ARG ā„ divide start_ARG B end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ ā„op end_ARG = 2 intdim ( divide start_ARG B end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ ) = 2 intdim ( Ī£ ) = 2 q . Now we are ready to apply Theorem 7.3.1 of (Tropp et al., 2015). It leads to the conclusion that, for any tā„v+L/33tā„ v+L/3t ā„ square-root start_ARG v end_ARG + L / 3, āā¢ā„opā„tā¤āsubscriptdelimited-ā„opabsent \ Z _opā„ t\ _P ā„ italic_Z ā„op ā„ t ⤠4ā¢dā¢expā”(āt2/2v+Lā¢t/3)4superscript223 4d ( -t^2/2v+Lt/3)4 d exp ( divide start_ARG - t2 / 2 end_ARG start_ARG v + L t / 3 end_ARG ) = == 8ā¢qā¢expā”(āt2/2Bā¢Ļn^+B+Ļn^ā¢t/3)8superscript22^^3 8q ( -t^2/2 BĻ n+ B+Ļ % nt/3)8 q exp ( divide start_ARG - t2 / 2 end_ARG start_ARG divide start_ARG B Ļ end_ARG start_ARG over start_ARG n end_ARG end_ARG + divide start_ARG B + Ļ end_ARG start_ARG over start_ARG n end_ARG end_ARG t / 3 end_ARG ) = == 8ā¢qā¢expā”(ān^ā¢t2/2Bā¢Ļ+(B+Ļ)ā¢t/3)8^superscript223 8q ( - nt^2/2BĻ+(B+Ļ)t/3)8 q exp ( divide start_ARG - over start_ARG n end_ARG t2 / 2 end_ARG start_ARG B Ļ + ( B + Ļ ) t / 3 end_ARG ) (28) By assumption: n1āc=Ļā¢(Bā¢logā”q)superscript1 n^1-c=Ļ(B q)n1 - c = Ļ ( B log q ) ā¹ ā¹ n1āc=Ļā¢(((Ļ+1/3)ā¢B+Ļ/3)ā¢logā”q)because Ļ=Oā¢(1)superscript1133because Ļ=Oā¢(1) n^1-c=Ļ(((Ļ+1/3)B+Ļ/3) q) % because $Ļ=O(1)$n1 - c = Ļ ( ( ( Ļ + 1 / 3 ) B + Ļ / 3 ) log q ) because Ļ = O ( 1 ) ā¹ ā¹ n^1āc(Ļ+1/3)ā¢B+Ļ/3=Ļā¢(logā”q)superscript^1133 n^1-c(Ļ+1/3)B+Ļ/3=Ļ( q)divide start_ARG over start_ARG n end_ARG1 - c end_ARG start_ARG ( Ļ + 1 / 3 ) B + Ļ / 3 end_ARG = Ļ ( log q ) ā¹ ā¹ 0.5ā¢n^1āc(Ļ+1/3)ā¢B+Ļ/3=Ļā¢(logā”q)0.5superscript^1133 0.5 n^1-c(Ļ+1/3)B+Ļ/3=Ļ( q)0.5 divide start_ARG over start_ARG n end_ARG1 - c end_ARG start_ARG ( Ļ + 1 / 3 ) B + Ļ / 3 end_ARG = Ļ ( log q ) ā¹ ā¹ expā”(0.5ā¢n^1āc(Ļ+1/3)ā¢B+Ļ/3)=Ļā¢(q)0.5superscript^1133 ( 0.5 n^1-c(Ļ+1/3)B+Ļ/3 )=% Ļ(q)exp ( divide start_ARG 0.5 over start_ARG n end_ARG1 - c end_ARG start_ARG ( Ļ + 1 / 3 ) B + Ļ / 3 end_ARG ) = Ļ ( q ) ā¹ ā¹ qā¢expā”(ā0.5ā¢n^1āc(Ļ+1/3)ā¢B+Ļ/3)=oā¢(1)0.5superscript^11331 q ( -0.5 n^1-c(Ļ+1/3)B+Ļ/3 )=o% (1)q exp ( divide start_ARG - 0.5 over start_ARG n end_ARG1 - c end_ARG start_ARG ( Ļ + 1 / 3 ) B + Ļ / 3 end_ARG ) = o ( 1 ) (29) Therefore, we set the value of t to n^ā0.5ā¢c=oā¢(1)superscript^0.51 n^-0.5c=o(1)over start_ARG n end_ARG- 0.5 c = o ( 1 ) in Equation 28. It is easy to verify that n^ā0.5ā¢cā„v+L/3superscript^0.53 n^-0.5cā„ v+L/3over start_ARG n end_ARG- 0.5 c ā„ square-root start_ARG v end_ARG + L / 3. Substituting, we get: āā¢ā„opā„n^ā0.5ā¢cā¤āsubscriptdelimited-ā„opsuperscript^0.5absent \ Z _opā„ n^-0.5c\ _P ā„ italic_Z ā„op ā„ over start_ARG n end_ARG- 0.5 c ⤠4ā¢dā¢expā”(āt2/2v+Lā¢t/3)ā¤8ā¢qā¢expā”(ān^ā¢t2/2Bā¢Ļ+(B+Ļ)ā¢t/3)=4superscript2238^superscript223absent 4d ( -t^2/2v+Lt/3)⤠8q ( - nt^2% /2BĻ+(B+Ļ)t/3)=4 d exp ( divide start_ARG - t2 / 2 end_ARG start_ARG v + L t / 3 end_ARG ) ⤠8 q exp ( divide start_ARG - over start_ARG n end_ARG t2 / 2 end_ARG start_ARG B Ļ + ( B + Ļ ) t / 3 end_ARG ) = 8ā¢qā¢expā”(ā0.5ā¢n^1ācBā¢Ļ+(B+Ļ)ā¢n^ā0.5ā¢c/3)80.5superscript^1superscript^0.53 8q ( -0.5 n^1-cBĻ+(B+Ļ) n^-0.5c/3)8 q exp ( divide start_ARG - 0.5 over start_ARG n end_ARG1 - c end_ARG start_ARG B Ļ + ( B + Ļ ) over start_ARG n end_ARG- 0.5 c / 3 end_ARG ) ⤠⤠8ā¢qā¢expā”(ā0.5ā¢n^1ācBā¢Ļ+(B+Ļ)/3)because n^ā0.5ā¢cā¤180.5superscript^13because n^ā0.5ā¢cā¤1 8q ( -0.5 n^1-cBĻ+(B+Ļ)/3) % because $ n^-0.5c⤠1$8 q exp ( divide start_ARG - 0.5 over start_ARG n end_ARG1 - c end_ARG start_ARG B Ļ + ( B + Ļ ) / 3 end_ARG ) because over start_ARG n end_ARG- 0.5 c ⤠1 = == oā¢(1)by Equation 29.1by Equation 29 o(1) Equation eq: qexp.o ( 1 ) by Equation . Since =^ā Z= - italic_Z = over start_ARG Ī£ end_ARG - Ī£, restating the above, we have that with a probability of at least 1ā8ā¢qā¢expā”(ā0.5ā¢n^1ācBā¢Ļ+(B+Ļ)/3)180.5superscript^131-8q ( -0.5 n^1-cBĻ+(B+Ļ)/3)1 - 8 q exp ( divide start_ARG - 0.5 over start_ARG n end_ARG1 - c end_ARG start_ARG B Ļ + ( B + Ļ ) / 3 end_ARG ), the following holds ā„^āā„opā¤n^ā0.5ā¢c.subscriptdelimited-ā„^opsuperscript^0.5 - _opā¤% n^-0.5c.ā„ over start_ARG Ī£ end_ARG - Ī£ ā„op ⤠over start_ARG n end_ARG- 0.5 c . ā Lemma C.2. With a probability of at least 1ā(q+4)ā¢expā”(ā0.5ā¢n^1āc4ā¢Bā¢C+23ā¢Bā¢C)=1āoā¢(1)140.5superscript^1423111-(q+4) ( -0.5 n^1-c4BC+ 23 BC)=1-o(1)1 - ( q + 4 ) exp ( divide start_ARG - 0.5 over start_ARG n end_ARG1 - c end_ARG start_ARG 4 B C + divide start_ARG 2 end_ARG start_ARG 3 end_ARG square-root start_ARG B C end_ARG end_ARG ) = 1 - o ( 1 ), the following holds ā1n^ā¢āi=1n^^iā¢yiāā¢[ā¢y]āā¤n^ā0.5ā¢c.norm1^superscriptsubscript1^subscript^subscriptdelimited-[]superscript^0.5 \| 1 n _i=1 n r_iy_i-% E[ ry]\|⤠n^-0.5c.ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG over start_ARG italic_r end_ARGi yitalic_i - blackboard_E [ italic_r y ] ℠⤠over start_ARG n end_ARG- 0.5 c . The same conclusion applies to 1n~ā¢āi=1n~~iā¢yi1~superscriptsubscript1~subscript~subscript 1 n _i=1 n r_iy_idivide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG āi = 1over~ start_ARG n end_ARG over~ start_ARG italic_r end_ARGi yitalic_i as well. Proof. We prove the result for 1n^ā¢āi=1n^^iā¢yi1^superscriptsubscript1^subscript^subscript 1 n _i=1 n r_iy_idivide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG over start_ARG italic_r end_ARGi yitalic_i; the result for 1n~ā¢āi=1n~~iā¢yi1~superscriptsubscript1~subscript~subscript 1 n _i=1 n r_iy_idivide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG āi = 1over~ start_ARG n end_ARG over~ start_ARG italic_r end_ARGi yitalic_i can be proved in the same way. Define i=1n^ā¢(^iā¢yāā¢[ā¢y])subscript1^subscript^delimited-[] S_i= 1 n( r_iy-E[ ry])italic_Sitalic_i = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ( over start_ARG italic_r end_ARGi y - blackboard_E [ italic_r y ] ). The random matrices (vectors) isubscript S_iitalic_Sitalic_i are independent, identically distributed, and centered. Their norms are bounded as follows āiāā¤1n^ā¢(ā^iā¢yā+āā¢[ā¢y]ā)ā¤1n^ā¢(ā^iāā¢|y|+ā¢[āā¢|y|])ā¤2n^ā¢Bā¢CāL.normsubscript1^normsubscript^normdelimited-[]1^normsubscript^delimited-[]norm2^ā \| S_i\|⤠1 n(\| r_iy\|+\|% E[ ry]\|)⤠1 n(\| r_i\||y|+% E[\| r\||y|])⤠2 n BC L.ā„ italic_Sitalic_i ℠⤠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ( ā„ over start_ARG italic_r end_ARGi y ā„ + ā„ blackboard_E [ italic_r y ] ā„ ) ⤠divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ( ā„ over start_ARG italic_r end_ARGi ā„ | y | + blackboard_E [ ā„ italic_r ā„ | y | ] ) ⤠divide start_ARG 2 end_ARG start_ARG over start_ARG n end_ARG end_ARG square-root start_ARG B C end_ARG ā L . (30) Define =āi=1n^isuperscriptsubscript1^subscript Z= _i=1 n S_iitalic_Z = āi = 1over start_ARG n end_ARG italic_Sitalic_i. We analyze the semidefinite upper bounds for the variances ā¢ā¤superscripttopE Z Z blackboard_E italic_Z italic_Z⤠and ā¢ā¤ā¢superscripttopE Z Zblackboard_E italic_Z⤠italic_Z: ā¢ā¤=superscripttopabsent Z Z =blackboard_E italic_Z italic_Z⤠= āi=1n^ā¢iā¢iā¤superscriptsubscript1^subscriptsuperscriptsubscripttop _i=1 nE S_i S_i āi = 1over start_ARG n end_ARG blackboard_E italic_Sitalic_i italic_Sitalic_i⤠= == 1n^2ā¢(ā¢yi2ā¢^iā¢^iā¤āā¢[ā¢y]ā¢[ā¢y]ā¤)1superscript^2superscriptsubscript2subscript^superscriptsubscript^topdelimited-[]superscriptdelimited-[]top 1 n^2(Ey_i^2 r_i % r_i -E[ ry]E[ ry] )divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG2 end_ARG ( blackboard_E yitalic_i2 over start_ARG italic_r end_ARGi over start_ARG italic_r end_ARGi⤠- blackboard_E [ italic_r y ] blackboard_E [ italic_r y ]⤠) ā¼precedes-or-equals ā¼ 1n^2ā¢yi2ā¢^iā¢^iā¤1superscript^2superscriptsubscript2subscript^superscriptsubscript^top 1 n^2Ey_i^2 r_i % r_i divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG2 end_ARG blackboard_E yitalic_i2 over start_ARG italic_r end_ARGi over start_ARG italic_r end_ARGi⤠ā¼precedes-or-equals ā¼ Cn^2ā¢ā1.āsuperscript^2subscript1 C n^2 V_1.divide start_ARG C end_ARG start_ARG over start_ARG n end_ARG2 end_ARG Ī£ ā italic_V1 . ā¢ā¤ā¢=superscripttopabsent Z Z=blackboard_E italic_Z⤠italic_Z = āi=1n^ā¢iā¤ā¢isuperscriptsubscript1^superscriptsubscripttopsubscript _i=1 nE S_i S_iāi = 1over start_ARG n end_ARG blackboard_E italic_Sitalic_i⤠italic_Sitalic_i = == n^ā¢āiā2^superscriptnormsubscript2 nE\| S_i\|^2over start_ARG n end_ARG blackboard_E ā„ italic_Sitalic_i ā„2 ⤠⤠4n^ā¢Bā¢Cā2by Equation 30.ā4^subscript2by Equation 30 4 nBC V_2 % Equation eq: bound_S_L.divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C ā italic_V2 by Equation . Define v=maxā”(ā„1ā„op,ā„2ā„op)subscriptdelimited-ā„subscript1opsubscriptdelimited-ā„subscript2opv= ( V_1 _op, V_2 _% op)v = max ( ā„ italic_V1 ā„op , ā„ italic_V2 ā„op ). It can be simplified as follows v=absent v=v = maxā”(ā„Cn^ā¢ā„op,4n^ā¢Bā¢C)subscriptdelimited-ā„^op4 ( C n _op,% 4 nBC)max ( ā„ divide start_ARG C end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ ā„op , divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C ) = == 4n^ā¢Bā¢Cbecause Bā„ā„op as in Equation 27.4^because Bā„ā„op as in Equation 27 4 nBC $Bā„ % _op$ as in Equation eq: B_tau_relation.divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C because B ℠℠Σ ā„op as in Equation . Define d=intdimā¢([1002])intdimmatrixsubscript100subscript2d=intdim( bmatrix V_1&0\\ 0& V_2 bmatrix)d = intdim ( [ start_ARG start_ROW start_CELL italic_V1 end_CELL start_CELL 0 end_CELL end_ROW start_ROW start_CELL 0 end_CELL start_CELL italic_V2 end_CELL end_ROW end_ARG ] ), which can be simplified as d=absent d=d = intdimā¢([Cn^ā¢004n^ā¢Bā¢C])intdimmatrix^004 ( bmatrix C n &0\\ 0& 4 nBC bmatrix)intdim ( [ start_ARG start_ROW start_CELL divide start_ARG C end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ end_CELL start_CELL 0 end_CELL end_ROW start_ROW start_CELL 0 end_CELL start_CELL divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C end_CELL end_ROW end_ARG ] ) = == Trā”(Cn^ā¢)+4n^ā¢Bā¢Cmaxā”(ā„Cn^ā¢ā„op,4n^ā¢Bā¢C)Tr^4^subscriptdelimited-ā„^op4 Tr( C n )+ 4% nBC ( C n _op,% 4 nBC)divide start_ARG Tr ( divide start_ARG C end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ ) + divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C end_ARG start_ARG max ( ā„ divide start_ARG C end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ ā„op , divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C ) end_ARG = == Trā”(Cn^ā¢)+4n^ā¢Bā¢C4n^ā¢Bā¢CTr^4^4 Tr( C n )+ 4% nBC 4 nBCdivide start_ARG Tr ( divide start_ARG C end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ ) + divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C end_ARG start_ARG divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C end_ARG = == Trā”(Cn^ā¢)4n^ā¢Bā¢C+1Tr^4^1 Tr( C n ) 4% nBC+1divide start_ARG Tr ( divide start_ARG C end_ARG start_ARG over start_ARG n end_ARG end_ARG Ī£ ) end_ARG start_ARG divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C end_ARG + 1 ⤠⤠q/4+1because Bā„Ļ as in Equation 27 and Trā”()Ļ=q .41because Bā„Ļ as in Equation 27 and Trā”()Ļ=q q/4+1 $Bā„Ļ$ as in Equation eq:% B_tau_relation and $ Tr( )Ļ=q$ .q / 4 + 1 because B ā„ Ļ as in Equation and divide start_ARG Tr ( Ī£ ) end_ARG start_ARG Ļ end_ARG = q . Applying Theorem 7.3.1 of (Tropp et al., 2015), we have that for any tā„v+L/33tā„ v+L/3t ā„ square-root start_ARG v end_ARG + L / 3, āā¢āā„tā¤ānormabsent \\| Z\|ā„ t\ _P ā„ italic_Z ā„ ā„ t ⤠4ā¢dā¢expā”(āt2/2v+Lā¢t/3)4superscript223 4d ( -t^2/2v+Lt/3)4 d exp ( divide start_ARG - t2 / 2 end_ARG start_ARG v + L t / 3 end_ARG ) ⤠⤠(q+4)ā¢expā”(āt2/24n^ā¢Bā¢C+2ā¢Bā¢Cn^ā¢t/3).4superscript224^2^3 (q+4) ( -t^2/2 4 nBC+ 2 BC% nt/3).( q + 4 ) exp ( divide start_ARG - t2 / 2 end_ARG start_ARG divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C + divide start_ARG 2 square-root start_ARG B C end_ARG end_ARG start_ARG over start_ARG n end_ARG end_ARG t / 3 end_ARG ) . (31) By assumption: n1āc=Ļā¢(Bā¢logā”q)superscript1 n^1-c=Ļ(B q)n1 - c = Ļ ( B log q ) ā¹ ā¹ n1āc=Ļā¢(Bā¢logā”(q+4))superscript14 n^1-c=Ļ(B (q+4))n1 - c = Ļ ( B log ( q + 4 ) ) ā¹ ā¹ n1āc=Ļā¢((4ā¢Bā¢C+2ā¢Bā¢C3)ā¢logā”(q+4))because C=Īā¢(1), and B=Ī©ā¢(1) as in Equation 27superscript14234because C=Īā¢(1), and B=Ī©ā¢(1) as in Equation 27 n^1-c=Ļ((4BC+ 2 BC3) (q+4)) % because $C= (1)$, and $B= (1)$ as in Equation eq: B_tau_% relation n1 - c = Ļ ( ( 4 B C + divide start_ARG 2 square-root start_ARG B C end_ARG end_ARG start_ARG 3 end_ARG ) log ( q + 4 ) ) because C = Ī ( 1 ) , and B = Ī© ( 1 ) as in Equation ā¹ ā¹ 0.5ā¢n1āc(4ā¢Bā¢C+2ā¢Bā¢C3)=Ļā¢(logā”(q+4))0.5superscript14234 0.5n^1-c(4BC+ 2 BC3)=Ļ( (q+4))divide start_ARG 0.5 n1 - c end_ARG start_ARG ( 4 B C + divide start_ARG 2 square-root start_ARG B C end_ARG end_ARG start_ARG 3 end_ARG ) end_ARG = Ļ ( log ( q + 4 ) ) ā¹ ā¹ (q+4)ā¢expā”(ā0.5ā¢n1āc4ā¢Bā¢C+2ā¢Bā¢C3)=oā¢(1).40.5superscript14231 (q+4) ( -0.5n^1-c4BC+ 2 BC3 % )=o(1).( q + 4 ) exp ( divide start_ARG - 0.5 n1 - c end_ARG start_ARG 4 B C + divide start_ARG 2 square-root start_ARG B C end_ARG end_ARG start_ARG 3 end_ARG end_ARG ) = o ( 1 ) . Therefore, we set the value of t to n^ā0.5ā¢c=oā¢(1)superscript^0.51 n^-0.5c=o(1)over start_ARG n end_ARG- 0.5 c = o ( 1 ) in Equation 31. It is easy to verify that n^ā0.5ā¢cā„v+L/3superscript^0.53 n^-0.5cā„ v+L/3over start_ARG n end_ARG- 0.5 c ā„ square-root start_ARG v end_ARG + L / 3. Substituting, we get: āā¢ā„opā„n^ā0.5ā¢cā¤āsubscriptdelimited-ā„opsuperscript^0.5absent \ Z _opā„ n^-0.5c\ _P ā„ italic_Z ā„op ā„ over start_ARG n end_ARG- 0.5 c ⤠(q+4)ā¢expā”(ā0.5ā¢nāc4n^ā¢Bā¢C+2ā¢Bā¢Cn^ā¢n^ā0.5ā¢c/3)40.5superscript4^2^superscript^0.53 (q+4) ( -0.5n^-c 4 nBC+ 2 BC% n n^-0.5c/3)( q + 4 ) exp ( divide start_ARG - 0.5 n- c end_ARG start_ARG divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C + divide start_ARG 2 square-root start_ARG B C end_ARG end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG n end_ARG- 0.5 c / 3 end_ARG ) ⤠⤠(q+4)ā¢expā”(ā0.5ā¢nāc4n^ā¢Bā¢C+2ā¢Bā¢Cn^/3)because n^ā0.5ā¢cā¤140.5superscript4^2^3because n^ā0.5ā¢cā¤1 (q+4) ( -0.5n^-c 4 nBC+ 2 BC% n/3) $ n^-0.5c⤠1$( q + 4 ) exp ( divide start_ARG - 0.5 n- c end_ARG start_ARG divide start_ARG 4 end_ARG start_ARG over start_ARG n end_ARG end_ARG B C + divide start_ARG 2 square-root start_ARG B C end_ARG end_ARG start_ARG over start_ARG n end_ARG end_ARG / 3 end_ARG ) because over start_ARG n end_ARG- 0.5 c ⤠1 = == (q+4)ā¢expā”(ā0.5ā¢n1āc4ā¢Bā¢C+2ā¢Bā¢C/3)40.5superscript1423 (q+4) ( -0.5n^1-c4BC+2 BC/3)( q + 4 ) exp ( divide start_ARG - 0.5 n1 - c end_ARG start_ARG 4 B C + 2 square-root start_ARG B C end_ARG / 3 end_ARG ) = == oā¢(1).1 o(1).o ( 1 ) . ā Now, we are ready to show that Example 3.4 satisfies Definition 3.3. We let VV be the entire representation space. Then, āsuperscriptperpendicular-toV Vā is the zero space 000. In this case, the conditions Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā , Small cross-sample inner-product on āsuperscriptperpendicular-toV Vā, and Diminishing population covariance on āsuperscriptperpendicular-toV Vā trivially hold. Thus, we only need to prove that Boundedness and Concentration on VV hold. We let Ī“=nā0.1ā¢csuperscript0.1Ī“=n^-0.1cĪ“ = n- 0.1 c and γ=00γ=0γ = 0. First, note that Ī“2=nā0.2ā¢cā„n^ā0.2ā¢csuperscript2superscript0.2superscript^0.2Ī“^2=n^-0.2cā„ n^-0.2cĪ“2 = n- 0.2 c ā„ over start_ARG n end_ARG- 0.2 c. Then, by Lemma C.1, we obtain that ā„^āā„opā¤n^ā0.5ā¢c=oā¢(n^ā0.2ā¢c)=oā¢(Ī“2)=oā¢(γ2+Ī“2+Ļ)subscriptdelimited-ā„^opsuperscript^0.5superscript^0.2superscript2superscript2superscript2 - _op⤠n^-0.5c% =o( n^-0.2c)=o(Ī“^2)=o(γ^2+Ī“^2+Ļ)ā„ over start_ARG Ī£ end_ARG - Ī£ ā„op ⤠over start_ARG n end_ARG- 0.5 c = o ( over start_ARG n end_ARG- 0.2 c ) = o ( Ī“2 ) = o ( γ2 + Ī“2 + Ļ ) with probability 1āoā¢(1)111-o(1)1 - o ( 1 ). Similarly, we can show that ā„~āā„op=oā¢(γ2+Ī“2+Ļ)subscriptdelimited-ā„~opsuperscript2superscript2 - _op=o(γ^2+% Ī“^2+Ļ)ā„ over~ start_ARG Ī£ end_ARG - Ī£ ā„op = o ( γ2 + Ī“2 + Ļ ) with probability 1āoā¢(1)111-o(1)1 - o ( 1 ). Next, since Ī“=nā0.1ā¢cā„n^ā0.1ā¢csuperscript0.1superscript^0.1Ī“=n^-0.1cā„ n^-0.1cĪ“ = n- 0.1 c ā„ over start_ARG n end_ARG- 0.1 c, applying Lemma C.2 gives us |1n^ā¢āi=1n^^iā¢yiāā¢[ā¢y]|ā¤n^ā0.5ā¢c=oā¢(n^ā0.1ā¢c)=oā¢(Ī“)=oā¢(γ+Ī“+Ļ)1^superscriptsubscript1^subscript^subscriptdelimited-[]superscript^0.5superscript^0.1 | 1 n _i=1 n r_iy_i-E[% ry] |⤠n^-0.5c=o( n^-0.1c)=o(Ī“)=o(γ+% Ī“+Ļ)| divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG over start_ARG italic_r end_ARGi yitalic_i - blackboard_E [ italic_r y ] | ⤠over start_ARG n end_ARG- 0.5 c = o ( over start_ARG n end_ARG- 0.1 c ) = o ( Ī“ ) = o ( γ + Ī“ + Ļ ) with probability 1āoā¢(1)111-o(1)1 - o ( 1 ). Similarly, the same conclusion can be shown for 1n~ā¢~iā¢yi1~subscript~subscript 1 n r_iy_idivide start_ARG 1 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG over~ start_ARG italic_r end_ARGi yitalic_i. Note that there are only four events above, so the probability that all of them occur remains 1āoā¢(1)111-o(1)1 - o ( 1 ). To now, we have proved Concentration on VV. Finally, regarding Boundedness, ā„op=Īā¢(1)subscriptdelimited-ā„opĪ1 _op= (1)℠Σ ā„op = Ī ( 1 ) is directly given in the assumption. Keeping in mind that VV is the entire space, the conditions regarding covariance matrices are readily satisfied through the triangle inequality. For example: ā„^ā„opā¤ā„^āā„op+ā„op=oā¢(1)+Īā¢(1)=Oā¢(1)subscriptdelimited-ā„^opsubscriptdelimited-ā„^opsubscriptdelimited-ā„op1Ī11 _op⤠-% _op+ _op=o(1)+% (1)=O(1)ā„ over start_ARG Ī£ end_ARG ā„op ⤠℠over start_ARG Ī£ end_ARG - Ī£ ā„op + ℠Σ ā„op = o ( 1 ) + Ī ( 1 ) = O ( 1 ). The other two conditions are directly implied by the boundedness of each y. C.2 Example 3.5 Originating from PCA (Johnstone, 2001), the spiked covariance model has been widely adopted in recent works to theoretically characterize key aspects across various topics (Ji et al., 2023; Nakada et al., 2023; Muthukumar et al., 2021; Pezeshki et al., 2022; Wu & Sahai, 2024). Furthermore, Example 3.5 also subsumes the sparse coding model as a special case, which has its roots in computer vision (Olshausen & Field, 1997; Foldiak, 2003; Olshausen & Field, 2004; Yang et al., 2009; Mairal et al., 2014; Papyan et al., 2017), has been used to model language data (Arora et al., 2018), and has been extensively employed in recent theoretical studies (Kalimeris et al., 2019; Allen-Zhu & Li, 2020; Wen & Li, 2021; Zou et al., 2021; Shen et al., 2022; Xue et al., 2023). In the following proof, we start with a simple case where the data are Gaussian. We then extend the result to sub-Gaussian data by replacing the technical lemmas for Gaussian data with appropriate alternatives. C.2.1 Over-Parameterized Gaussian Data Suppose that we have ^āādĆn^,~āādĆn~formulae-sequence^superscriptā^~superscriptā~ R ^dĆ n, R ^d% Ć nover start_ARG italic_R end_ARG ā blackboard_Rd Ć over start_ARG n end_ARG , over~ start_ARG italic_R end_ARG ā blackboard_Rd Ć over~ start_ARG n end_ARG with n^=Īā¢(n~)^Ī~ n= ( n)over start_ARG n end_ARG = Ī ( over~ start_ARG n end_ARG ) and d=Ļā¢(n^2)superscript^2d=Ļ( n^2)d = Ļ ( over start_ARG n end_ARG2 ) drawn from a high-dimensional Ī£-Gaussian ensemble with zero mean, where =[kĻ2dākā¢dāk]=[k=ā²]āā²+[Ļ2dākā¢dāk=ā²]āā²,with ā¢Ļ2=Oā¢(n^),n^=Ļā¢(k2).formulae-sequencematrixsubscript00superscript2subscriptsubscriptāmatrixsubscriptsuperscriptā²000superscriptā²subscriptāmatrix000superscript2subscriptsuperscriptā²formulae-sequencewith superscript2^^superscript2 = bmatrix I_k&0\\ 0& Ļ^2d-k I_d-k bmatrix= % bmatrix I_k= &0\\ 0&0 bmatrix_ + % bmatrix0&0\\ 0& Ļ^2d-k I_d-k= % bmatrix_ , Ļ^2=O(% n), n=Ļ(k^2).Ī£ = [ start_ARG start_ROW start_CELL italic_Iitalic_k end_CELL start_CELL 0 end_CELL end_ROW start_ROW start_CELL 0 end_CELL start_CELL divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG italic_Iitalic_d - k end_CELL end_ROW end_ARG ] = underā start_ARG [ start_ARG start_ROW start_CELL italic_Iitalic_k = Īā² end_CELL start_CELL 0 end_CELL end_ROW start_ROW start_CELL 0 end_CELL start_CELL 0 end_CELL end_ROW end_ARG ] end_ARGΣⲠ+ underā start_ARG [ start_ARG start_ROW start_CELL 0 end_CELL start_CELL 0 end_CELL end_ROW start_ROW start_CELL 0 end_CELL start_CELL divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG italic_Iitalic_d - k = Īā² ā² end_CELL end_ROW end_ARG ] end_ARGΣⲠⲠ, with Ļ2 = O ( over start_ARG n end_ARG ) , over start_ARG n end_ARG = Ļ ( k2 ) . (32) Here the two data splits have comparable sizes, and the model is heavily over-parameterized. By splitting the matrix ^=[^^]^matrix^ R= bmatrix F\\ A bmatrixover start_ARG italic_R end_ARG = [ start_ARG start_ROW start_CELL over start_ARG italic_F end_ARG end_CELL end_ROW start_ROW start_CELL over start_ARG italic_A end_ARG end_CELL end_ROW end_ARG ], where ^āākĆn^^superscriptā F ^kĆ nover start_ARG italic_F end_ARG ā blackboard_Rk Ć over start_ARG n end_ARG corresponds to the k principal features (which form the space VV) and ^āā(dāk)Ćn^^superscriptā A ^(d-k)Ć nover start_ARG italic_A end_ARG ā blackboard_R( d - k ) Ć over start_ARG n end_ARG corresponds to the rest (which form the space āsuperscriptperpendicular-toV Vā), we can write the sample covariance matrix as ^=1n^ā¢^ā¢^ā¤=1n^ā¢[^ā¢^ā¤^ā¢^ā¤^ā¢^ā¤^ā¢^ā¤].^1^^superscript^top1^matrix^superscript^top^superscript^top^superscript^top^superscript^top = 1 n R R = % 1 n bmatrix F F & F% A \\ A F & A A % bmatrix.over start_ARG Ī£ end_ARG = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG over start_ARG italic_R end_ARG⤠= divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG [ start_ARG start_ROW start_CELL over start_ARG italic_F end_ARG over start_ARG italic_F end_ARG⤠end_CELL start_CELL over start_ARG italic_F end_ARG over start_ARG italic_A end_ARG⤠end_CELL end_ROW start_ROW start_CELL over start_ARG italic_A end_ARG over start_ARG italic_F end_ARG⤠end_CELL start_CELL over start_ARG italic_A end_ARG over start_ARG italic_A end_ARG⤠end_CELL end_ROW end_ARG ] . We note that dāk=Ļā¢(n^2)superscript^2d-k=Ļ( n^2)d - k = Ļ ( over start_ARG n end_ARG2 ), and the corresponding labels have bounded mean and variance. The same decomposition applies to ~~ Rover~ start_ARG italic_R end_ARG. Note that here ā²=[k(dāk)Ćk]superscriptā²matrixsubscriptsubscript0 U = bmatrix I_k\\ 0_(d-k)Ć k bmatrixitalic_Uā² = [ start_ARG start_ROW start_CELL italic_Iitalic_k end_CELL end_ROW start_ROW start_CELL 0( d - k ) Ć k end_CELL end_ROW end_ARG ] and ā²=[kĆ(dāk)dāk]superscriptā²matrixsubscript0subscript U = bmatrix0_kĆ(d-k)\\ I_d-k bmatrixitalic_Uā² ā² = [ start_ARG start_ROW start_CELL 0italic_k Ć ( d - k ) end_CELL end_ROW start_ROW start_CELL italic_Iitalic_d - k end_CELL end_ROW end_ARG ] allow us to define the projection matrices ā²ā¢ā²ā£ā¤superscriptā²op U U italic_Uā² italic_UⲠ⤠and ā²ā¢ā²ā£ā¤superscriptā²top U U italic_Uā² ā² italic_UⲠⲠ⤠on VV and āsuperscriptperpendicular-toV Vā respectively. In this section, we show that our assumptions hold in the above setting with Ī“=00Ī“=0Ī“ = 0 and γ^=Ļ2/n^,γ~=Ļ2/n~formulae-sequence^superscript2^~superscript2~ γ=Ļ^2/ n, γ=Ļ^2/ nover start_ARG γ end_ARG = Ļ2 / over start_ARG n end_ARG , over~ start_ARG γ end_ARG = Ļ2 / over~ start_ARG n end_ARG. We only prove for ^ Rover start_ARG italic_R end_ARG whenever the same proof can be easily applied to ~~ Rover~ start_ARG italic_R end_ARG. First, let us introduce the following Lemmas: Lemma C.3 (Restatement of Example 6.2 in (Wainwright, 2019)). Let āādĆnsuperscriptāX ^dĆ nX ā blackboard_Rd Ć n be a random matrix with i.i.d. entries drawn from ā¢(0,1)01N(0,1)N ( 0 , 1 ) (that is a Ī£-Gaussian ensemble with =dsubscript = I_dĪ£ = italic_Iitalic_d). Then with probability at least 1ā2ā¢eānā¢Ī“2/212superscriptsuperscript221-2e^-nĪ“^2/21 - 2 e- n Ī“ start_POSTSUPERSCRIPT 2 / 2 end_POSTSUPERSCRIPT for some Ī“>00Ī“>0Ī“ > 0, the following inequality holds: ā„1nā¢Tādā„opā¤2ā¢(dn+Ī“)+(dn+Ī“)2.subscriptdelimited-ā„1superscriptsubscriptop2superscript2 1n X X^T- I_d _op⤠2% ( dn+Ī“ )+ ( dn+Ī“ )^% 2.ā„ divide start_ARG 1 end_ARG start_ARG n end_ARG italic_X italic_Xitalic_T - italic_Iitalic_d ā„op ⤠2 ( square-root start_ARG divide start_ARG d end_ARG start_ARG n end_ARG end_ARG + Ī“ ) + ( square-root start_ARG divide start_ARG d end_ARG start_ARG n end_ARG end_ARG + Ī“ )2 . Lemma C.4. Consider two independently sampled Gaussian matrices where āād1Ćnsuperscriptāsubscript1A ^d_1Ć nA ā blackboard_Rd1 Ć n has columns iā¼ā¢(0,Ļ12ā¢d1)similar-tosubscript0superscriptsubscript12subscriptsubscript1 a_i (0, _1^2 I_d_1)italic_aitalic_i ā¼ N ( 0 , Ļ12 italic_Iitalic_d start_POSTSUBSCRIPT 1 end_POSTSUBSCRIPT ) and āād2Ćnsuperscriptāsubscript2B ^d_2Ć nB ā blackboard_Rd2 Ć n has columns iā¼ā¢(0,Ļ22ā¢d2)similar-tosubscript0superscriptsubscript22subscriptsubscript2 b_i (0, _2^2 I_d_2)italic_bitalic_i ā¼ N ( 0 , Ļ22 italic_Iitalic_d start_POSTSUBSCRIPT 2 end_POSTSUBSCRIPT ) . Then for some 1d1ā¢d2>Ī“>01subscript1subscript20 1d_1d_2>Ī“>0divide start_ARG 1 end_ARG start_ARG d1 d2 end_ARG > Ī“ > 0 and constant C, with probability at least 1ād1ā¢d2ā¢Ī“1subscript1subscript21-d_1d_2 1 - d1 d2 Ī“, we have 1nā¢ā„ā¢ā¤ā„opā¤Ļ1ā¢Ļ2nā¢Cā¢d1ā¢d2ā¢nā¢logā”(2Ī“).1subscriptdelimited-ā„superscripttopopsubscript1subscript2subscript1subscript22 1n A B _op⤠_% 1 _2n Cd_1d_2n ( 2Ī“).divide start_ARG 1 end_ARG start_ARG n end_ARG ā„ italic_A italic_B⤠ā„op ⤠divide start_ARG Ļ1 Ļ2 end_ARG start_ARG n end_ARG square-root start_ARG C d1 d2 n log ( divide start_ARG 2 end_ARG start_ARG Ī“ end_ARG ) end_ARG . Proof. Let =ā¢Tsuperscript Q= A B^Titalic_Q = italic_A italic_Bitalic_T. Then each entry of Qitalic_Q is an inner product iā¢j=iā jsubscriptā subscriptsubscript Q_ij= a_iĀ· b_jitalic_Qitalic_i j = italic_aitalic_i ā italic_bitalic_j, where iāānsubscriptsuperscriptā a_i ^nitalic_aitalic_i ā blackboard_Rn is the i-th row of Aitalic_A and jāānsubscriptsuperscriptā b_j ^nitalic_bitalic_j ā blackboard_Rn is the j-th row of Bitalic_B. Since each entry of isubscript a_iitalic_aitalic_i is ā¢(0,Ļ12)0superscriptsubscript12N(0, _1^2)N ( 0 , Ļ12 ) and each entry of jsubscript b_jitalic_bitalic_j is ā¢(0,Ļ22)0superscriptsubscript22N(0, _2^2)N ( 0 , Ļ22 ), by Lemma 4 from (Shen et al., 2022), with probability at least 1āĪ“11- 1 - Ī“ (taking 1d1ā¢d2>Ī“>01subscript1subscript20 1d_1d_2>Ī“>0divide start_ARG 1 end_ARG start_ARG d1 d2 end_ARG > Ī“ > 0), for some constant Ciā¢jsubscriptC_ijCitalic_i j, iā¢j2=(iā j)2ā¤Ciā¢jā¢Ļ12ā¢Ļ22ā¢nā¢logā”(2/Ī“ā²).superscriptsubscript2superscriptā subscriptsubscript2subscriptsuperscriptsubscript12superscriptsubscript222superscriptā² Q_ij^2=( a_iĀ· b_j)^2⤠C_ij _1^2% _2^2n (2/Ī“ ).italic_Qitalic_i j2 = ( italic_aitalic_i ā italic_bitalic_j )2 ⤠Citalic_i j Ļ12 Ļ22 n log ( 2 / ΓⲠ) . We define C=maxā”Ciā¢j:1ā¤iā¤d1,1ā¤jā¤d2:subscript1subscript11subscript2C= \C_ij:1⤠i⤠d_1,1⤠j⤠d_2 \C = max Citalic_i j : 1 ⤠i ⤠d1 , 1 ⤠j ⤠d2 . Now we bound the operator norm with 1nā¢ā„ā¢ā¤ā„opā¤1nā¢āā¢ā¤āF1subscriptdelimited-ā„superscripttopop1subscriptnormsuperscripttop 1n A B _opā¤% 1n\| A B \|_Fdivide start_ARG 1 end_ARG start_ARG n end_ARG ā„ italic_A italic_B⤠ā„op ⤠divide start_ARG 1 end_ARG start_ARG n end_ARG ā„ italic_A italic_B⤠ā„F =1nā¢āFabsent1subscriptnorm = 1n\| Q\|_F= divide start_ARG 1 end_ARG start_ARG n end_ARG ā„ italic_Q ā„F =1nā¢ā1ā¤iā¤d1,1ā¤jā¤d2iā¢j2absent1subscriptformulae-sequence1subscript11subscript2superscriptsubscript2 = 1n _1⤠i⤠d_1,1⤠j⤠d_2 % Q_ij^2= divide start_ARG 1 end_ARG start_ARG n end_ARG square-root start_ARG ā1 ⤠i ⤠d start_POSTSUBSCRIPT 1 , 1 ⤠j ⤠d2 end_POSTSUBSCRIPT italic_Qitalic_i j2 end_ARG ā¤1nā¢ā1ā¤iā¤d1,1ā¤jā¤d2Ciā¢jā¢Ļ12ā¢Ļ22ā¢nā¢logā”(2/Ī“)absent1subscriptformulae-sequence1subscript11subscript2subscriptsuperscriptsubscript12superscriptsubscript222 ⤠1n _1⤠i⤠d_1,1⤠j⤠d_2C% _ij _1^2 _2^2n (2/Ī“)⤠divide start_ARG 1 end_ARG start_ARG n end_ARG square-root start_ARG ā1 ⤠i ⤠d start_POSTSUBSCRIPT 1 , 1 ⤠j ⤠d2 end_POSTSUBSCRIPT Citalic_i j Ļ12 Ļ22 n log ( 2 / Ī“ ) end_ARG ā¤1nā¢Cā¢d1ā¢d2ā¢Ļ12ā¢Ļ22ā¢nā¢logā”(2/Ī“)=Ļ1ā¢Ļ2nā¢Cā¢d1ā¢d2ā¢nā¢logā”(2/Ī“)absent1subscript1subscript2superscriptsubscript12superscriptsubscript222subscript1subscript2subscript1subscript22 ⤠1n Cd_1d_2 _1^2 _2^2n % (2/Ī“)= _1 _2n Cd_1d_2n (2/Ī“)⤠divide start_ARG 1 end_ARG start_ARG n end_ARG square-root start_ARG C d1 d2 Ļ12 Ļ22 n log ( 2 / Ī“ ) end_ARG = divide start_ARG Ļ1 Ļ2 end_ARG start_ARG n end_ARG square-root start_ARG C d1 d2 n log ( 2 / Ī“ ) end_ARG with probability at least 1ād1ā¢d2ā¢Ī“1subscript1subscript21-d_1d_2 1 - d1 d2 Ī“ since the inequality has to hold for each entry. ā We now prove that the example satisfies the five aspects of the definition: 1. Boundedness: First, we have ā„op=1=Oā¢(1)subscriptdelimited-ā„op11 _op=1=O(1)℠Σ ā„op = 1 = O ( 1 ) from its definition, and ā„^āā„opā¤ā[1n^ā¢^ā¢^ā¤āk1n^ā¢^ā¢^ā¤āĻ2dākā¢dāk]āop+1n^ā¢ā[^ā¢^ā¤^ā¢^ā¤]āop.subscriptdelimited-ā„^opsubscriptnormmatrix1^^superscript^topsubscript001^^superscript^topsuperscript2subscriptop1^subscriptnormmatrix0^superscript^top^superscript^top0op - _opā¤% \| bmatrix 1 n F F -% I_k&0\\ 0& 1 n A A - Ļ^% 2d-k I_d-k bmatrix \|_op+ 1 n % \| bmatrix0& F A \\ A F &0 bmatrix \|_op.ā„ over start_ARG Ī£ end_ARG - Ī£ ā„op ⤠℠[ start_ARG start_ROW start_CELL divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_F end_ARG over start_ARG italic_F end_ARG⤠- italic_Iitalic_k end_CELL start_CELL 0 end_CELL end_ROW start_ROW start_CELL 0 end_CELL start_CELL divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_A end_ARG over start_ARG italic_A end_ARG⤠- divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG italic_Iitalic_d - k end_CELL end_ROW end_ARG ] ā„op + divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ [ start_ARG start_ROW start_CELL 0 end_CELL start_CELL over start_ARG italic_F end_ARG over start_ARG italic_A end_ARG⤠end_CELL end_ROW start_ROW start_CELL over start_ARG italic_A end_ARG over start_ARG italic_F end_ARG⤠end_CELL start_CELL 0 end_CELL end_ROW end_ARG ] ā„op . (33) By Lemma C.3, we take Ī“1=n^ā1/4subscript1superscript^14 _1= n^-1/4Ī“1 = over start_ARG n end_ARG- 1 / 4 and have that with probability at least 1ā2ā¢eān^ā¢Ī“12/2=1ā2ā¢eān^/2=1āoā¢(1)12superscript^superscriptsubscript12212superscript^2111-2e^- n _1^2/2=1-2e^- n/2=1-o(1)1 - 2 e- over start_ARG n end_ARG Ī“1 start_POSTSUPERSCRIPT 2 / 2 end_POSTSUPERSCRIPT = 1 - 2 e- square-root start_ARG over start_ARG n end_ARG end_ARG / 2 = 1 - o ( 1 ), ā„1n^ā¢^ā¢^ā¤ākā„opā¤2ā¢kn^+2n^1/4+(kn^+1n^1/4)2=oā¢(1)since n^ā«k.formulae-sequencesubscriptdelimited-ā„1^^superscript^topsubscriptop2^2superscript^14superscript^1superscript^1421since n^ā«k 1 n F F - I% _k _op⤠2 k n+ 2 n^1/4% + ( k n+ 1 n^1/4 )^2=o(1) % since $ n k$.ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_F end_ARG over start_ARG italic_F end_ARG⤠- italic_Iitalic_k ā„op ⤠2 square-root start_ARG divide start_ARG k end_ARG start_ARG over start_ARG n end_ARG end_ARG end_ARG + divide start_ARG 2 end_ARG start_ARG over start_ARG n end_ARG1 / 4 end_ARG + ( square-root start_ARG divide start_ARG k end_ARG start_ARG over start_ARG n end_ARG end_ARG end_ARG + divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG1 / 4 end_ARG )2 = o ( 1 ) since over start_ARG n end_ARG ā« k . As ^āā(dāk)Ćn^^superscriptā A ^(d-k)Ć nover start_ARG italic_A end_ARG ā blackboard_R( d - k ) Ć over start_ARG n end_ARG is sampled from Ļ2dākā¢dāksuperscript2subscript Ļ^2d-k I_d-kdivide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG italic_Iitalic_d - k, dākĻā¢^ d-kĻ Adivide start_ARG square-root start_ARG d - k end_ARG end_ARG start_ARG Ļ end_ARG over start_ARG italic_A end_ARG is sampled from dāksubscript I_d-kitalic_Iitalic_d - k. With this scaling, similarly, Lemma C.3 implies that ā1n^ā¢(dākĻā¢^)ā¢(dākĻā¢^)ā¤ādākāopsubscriptnorm1^^superscript^topsubscriptop \| 1 n ( d-kĻ % A ) ( d-kĻ A ) - I% _d-k \|_opā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ( divide start_ARG square-root start_ARG d - k end_ARG end_ARG start_ARG Ļ end_ARG over start_ARG italic_A end_ARG ) ( divide start_ARG square-root start_ARG d - k end_ARG end_ARG start_ARG Ļ end_ARG over start_ARG italic_A end_ARG )⤠- italic_Iitalic_d - k ā„op =ādākn^ā¢Ļ2ā¢^ā¢^ā¤ādākāopabsentsubscriptnorm^superscript2^superscript^topsubscriptop = \| d-k nĻ^2 A A% - I_d-k \|_op= ā„ divide start_ARG d - k end_ARG start_ARG over start_ARG n end_ARG Ļ2 end_ARG over start_ARG italic_A end_ARG over start_ARG italic_A end_ARG⤠- italic_Iitalic_d - k ā„op ā¤2ā¢dākn^+2n^1/4+(dākn^+1n^1/4)2absent2^2superscript^14superscript^1superscript^142 ⤠2 d-k n+ 2 n^1/4+ (% d-k n+ 1 n^1/4 )^2⤠2 square-root start_ARG divide start_ARG d - k end_ARG start_ARG over start_ARG n end_ARG end_ARG end_ARG + divide start_ARG 2 end_ARG start_ARG over start_ARG n end_ARG1 / 4 end_ARG + ( square-root start_ARG divide start_ARG d - k end_ARG start_ARG over start_ARG n end_ARG end_ARG end_ARG + divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG1 / 4 end_ARG )2 āā„1n^^^ā¤āĻ2dākdākā„opā¤Ļ2dāk[2dākn^+2n^1/4+(dākn^+1n^1/4)2]=O(1)as Ļ2=Oā¢(n^). \| 1 n A A -% Ļ^2d-k I_d-k \|_op⤠Ļ^2% d-k [2 d-k n+ 2 n^1/4+ ( % d-k n+ 1 n^1/4 )^2 ]=O(1) % as $Ļ^2=O( n)$.ā ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_A end_ARG over start_ARG italic_A end_ARG⤠- divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG italic_Iitalic_d - k ā„op ⤠divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG [ 2 square-root start_ARG divide start_ARG d - k end_ARG start_ARG over start_ARG n end_ARG end_ARG end_ARG + divide start_ARG 2 end_ARG start_ARG over start_ARG n end_ARG1 / 4 end_ARG + ( square-root start_ARG divide start_ARG d - k end_ARG start_ARG over start_ARG n end_ARG end_ARG end_ARG + divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG1 / 4 end_ARG )2 ] = O ( 1 ) as Ļ2 = O ( over start_ARG n end_ARG ) . We have bounded the first term on the right side of Eq. 33 and have that ā„1n^ā¢^ā„opsubscriptdelimited-ā„1^^op 1 n F _opā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_F end_ARG ā„op and ā„1n^ā¢^ā„opsubscriptdelimited-ā„1^^op 1 n A _opā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_A end_ARG ā„op are Oā¢(1)1O(1)O ( 1 ). It follows that 1n^ā¢ā[^ā¢^ā¤^ā¢^ā¤]āop=1n^ā¢ā„^ā¢^ā¤ā„op=Oā¢(1)ā¹ā„^āā„op=Oā¢(1).1^subscriptnormmatrix0^superscript^top^superscript^top0op1^subscriptdelimited-ā„^superscript^topop1ā¹subscriptdelimited-ā„^op1 1 n \| bmatrix0& F A% \\ A F &0 bmatrix \|_op% = 1 n F A _op% =O(1) - _% op=O(1).divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ [ start_ARG start_ROW start_CELL 0 end_CELL start_CELL over start_ARG italic_F end_ARG over start_ARG italic_A end_ARG⤠end_CELL end_ROW start_ROW start_CELL over start_ARG italic_A end_ARG over start_ARG italic_F end_ARG⤠end_CELL start_CELL 0 end_CELL end_ROW end_ARG ] ā„op = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ over start_ARG italic_F end_ARG over start_ARG italic_A end_ARG⤠ā„op = O ( 1 ) ā¹ ā„ over start_ARG Ī£ end_ARG - Ī£ ā„op = O ( 1 ) . Hence, ā„^ā„op=Oā¢(1)subscriptdelimited-ā„^op1 _op=O(1)ā„ over start_ARG Ī£ end_ARG ā„op = O ( 1 ) directly follows from ā„op=Oā¢(1)subscriptdelimited-ā„op1 _op=O(1)℠Σ ā„op = O ( 1 ). Now we consider 1n^ā¢ā^ā2=1n^ā¢āi=0n^^i21^superscriptnorm^21^superscriptsubscript0^superscriptsubscript^2 1 n\| y\|^2= 1 n _i=0 n% y_i^2divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ over start_ARG italic_y end_ARG ā„2 = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 0over start_ARG n end_ARG over start_ARG italic_y end_ARGi2, where ^isubscript y_iover start_ARG italic_y end_ARGi represents the i-th entry of the vector. Since the label has bounded population variance Oā¢(1)1O(1)O ( 1 ), the i.i.d assumption implies Varā¢(1n^ā¢āi=0n^^i2)=1n^2ā¢āi=0n^Varā¢(^i2)=1n^2ā¢āi=0n^Oā¢(1)=Oā¢(1n^).Var1^superscriptsubscript0^superscriptsubscript^21superscript^2superscriptsubscript0^Varsuperscriptsubscript^21superscript^2superscriptsubscript0^11^Var( 1 n _i=0 n y_i^2)=% 1 n^2 _i=0 nVar( y_i^2)=% 1 n^2 _i=0 nO(1)=O( 1 n).Var ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 0over start_ARG n end_ARG over start_ARG italic_y end_ARGi2 ) = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG2 end_ARG āi = 0over start_ARG n end_ARG Var ( over start_ARG italic_y end_ARGi2 ) = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG2 end_ARG āi = 0over start_ARG n end_ARG O ( 1 ) = O ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ) . Then by Chebyshevās inequality, for any ϵ>0italic-ϵ0ε>0ϵ > 0 and some constant C1subscript1C_1C1, we let z=1n^ā¢ā^ā21^superscriptnorm^2z= 1 n\| y\|^2z = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ over start_ARG italic_y end_ARG ā„2 for simplicity and then have Pā¢(|zāā¢[z]|>ϵ)ā¤Varā¢(z)ϵ2ā¤C1n^ā¢Ļµ2.delimited-[]italic-ϵVarsuperscriptitalic-ϵ2subscript1^superscriptitalic-ϵ2P (|z-E[z]|>ε )⤠Var(z)ε^2% ⤠C_1 nε^2.P ( | z - blackboard_E [ z ] | > ϵ ) ⤠divide start_ARG Var ( z ) end_ARG start_ARG ϵ2 end_ARG ⤠divide start_ARG C1 end_ARG start_ARG over start_ARG n end_ARG ϵ2 end_ARG . We take ϵ=n^ā1/4italic-ϵsuperscript^14ε= n^-1/4ϵ = over start_ARG n end_ARG- 1 / 4. Then with probability at least 1āC1n^=1āoā¢(1)1subscript1^111- C_1 n=1-o(1)1 - divide start_ARG C1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG = 1 - o ( 1 ), |1n^ā¢ā^ā2āVarā¢(i)|=oā¢(1)ā¹1n^ā¢ā^ā2=Oā¢(1)since the variance of the label is bounded.formulae-sequence1^superscriptnorm^2Varsubscript1ā¹1^superscriptnorm^21since the variance of the label is bounded.| 1 n\| y\|^2-Var( y_i)|=o(1)% 1 n\| y\|^2=O(1) % the variance of the label is bounded.| divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ over start_ARG italic_y end_ARG ā„2 - Var ( italic_yitalic_i ) | = o ( 1 ) ā¹ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ over start_ARG italic_y end_ARG ā„2 = O ( 1 ) since the variance of the label is bounded. 2. Concentration on VV: With ā²=[k(dāk)Ćk]superscriptā²matrixsubscriptsubscript0 U = bmatrix I_k\\ 0_(d-k)Ć k bmatrixitalic_Uā² = [ start_ARG start_ROW start_CELL italic_Iitalic_k end_CELL end_ROW start_ROW start_CELL 0( d - k ) Ć k end_CELL end_ROW end_ARG ] preserving only the first k components, we have from above that with probability at least 1āoā¢(1)111-o(1)1 - o ( 1 ), ā„ā²ā£ā¤ā¢^ā¢ā²āā²ā„op=ā„1n^ā¢^ā¢^ā¤ākā„op=oā¢(1).subscriptdelimited-ā„superscriptā²top^superscriptā²opsubscriptdelimited-ā„1^^superscript^topsubscriptop1 U U - % _op= 1 n F F% - I_k _op=o(1).ā„ italic_UⲠ⤠over start_ARG Ī£ end_ARG italic_Uā² - Īā² ā„op = ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_F end_ARG over start_ARG italic_F end_ARG⤠- italic_Iitalic_k ā„op = o ( 1 ) . Now we consider ā1n^ā¢ā²ā£ā¤ā¢^ā¢^āā¢[ā²ā£ā¤ā¢y]ā=ā1n^ā¢^ā¢^āā¢[ā¢y]ā,norm1^superscriptā²top^^delimited-[]superscriptā²topnorm1^^^delimited-[]\| 1 n U R y-E% [ U ry]\|=\| 1 n F % y-E[ fy]\|,ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UⲠ⤠over start_ARG italic_R end_ARG over start_ARG italic_y end_ARG - blackboard_E [ italic_UⲠ⤠italic_r y ] ā„ = ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_F end_ARG over start_ARG italic_y end_ARG - blackboard_E [ italic_f y ] ā„ , where =ā²ā¢superscriptā² f= U ritalic_f = italic_Uā² italic_r. We define a new random variable =ā¢y z= fyitalic_z = italic_f y and its sample mean ^=1n^ā¢^ā¢^āāk^1^^^superscriptā Z= 1 n F y ^kover start_ARG italic_Z end_ARG = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_F end_ARG over start_ARG italic_y end_ARG ā blackboard_Rk. We first show that the variance of each entry of ^ Zover start_ARG italic_Z end_ARG is of magnitude ā¼1n^similar-toabsent1 1 nā¼ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG: Varā¢(^i)=Varā¢(āj=1n^1n^ā¢^iā¢jā¢^j)=1n^2ā¢Varā¢(āj=1n^^iā¢jā¢^j)āi=1,āÆ,k.formulae-sequenceVarsubscript^Varsuperscriptsubscript1^1^subscript^subscript^1superscript^2Varsuperscriptsubscript1^subscript^subscript^for-all1āÆVar( Z_i)=Var ( _j=1 n 1% n F_ij y_j )= 1 n^2% Var ( _j=1 n F_ij y_j% ) ā i=1,Ā·s,k.Var ( over start_ARG italic_Z end_ARGi ) = Var ( āj = 1over start_ARG n end_ARG divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_F end_ARGi j over start_ARG italic_y end_ARGj ) = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG2 end_ARG Var ( āj = 1over start_ARG n end_ARG over start_ARG italic_F end_ARGi j over start_ARG italic_y end_ARGj ) ā i = 1 , ⯠, k . For each term in the summation, Varā¢(^iā¢jā¢^j)=ā¢[(^iā¢jā¢^j)2]āā¢[^iā¢jā¢^j]2=Oā¢(1)Varsubscript^subscript^delimited-[]superscriptsubscript^subscript^2superscriptdelimited-[]subscript^subscript^21 ( F_ij y_j)=E[(% F_ij y_j)^2]-E[ F_ij % y_j]^2=O(1)Var ( over start_ARG italic_F end_ARGi j over start_ARG italic_y end_ARGj ) = blackboard_E [ ( over start_ARG italic_F end_ARGi j over start_ARG italic_y end_ARGj )2 ] - blackboard_E [ over start_ARG italic_F end_ARGi j over start_ARG italic_y end_ARGj ]2 = O ( 1 ) since ^iā¢jsubscript F_ijover start_ARG italic_F end_ARGi j and ^jsubscript y_jover start_ARG italic_y end_ARGj are both bounded. By the i.i.d assumption, Varā¢(^i)=1n^2ā¢āj=1n^Oā¢(1)=Oā¢(1n^).Varsubscript^1superscript^2superscriptsubscript1^11^Var( Z_i)= 1 n^2 _j=1 nO(1)% =O ( 1 n ).Var ( over start_ARG italic_Z end_ARGi ) = divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG2 end_ARG āj = 1over start_ARG n end_ARG O ( 1 ) = O ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG ) . By Chebyshevās inequality, for any ϵ>0italic-ϵ0ε>0ϵ > 0 and some constant C2subscript2C_2C2, Pā¢(ā^iāā¢[i]ā>ϵ)ā¤Varā¢(^i)ϵ2ā¤C2n^ā¢Ļµ2normsubscript^delimited-[]subscriptitalic-ϵVarsubscript^superscriptitalic-ϵ2subscript2^superscriptitalic-ϵ2P (\| Z_i-E[ z_i]\|>ε )ā¤% Var( Z_i)ε^2⤠C_2 n% ε^2P ( ā„ over start_ARG italic_Z end_ARGi - blackboard_E [ italic_zitalic_i ] ā„ > ϵ ) ⤠divide start_ARG Var ( over start_ARG italic_Z end_ARGi ) end_ARG start_ARG ϵ2 end_ARG ⤠divide start_ARG C2 end_ARG start_ARG over start_ARG n end_ARG ϵ2 end_ARG Pā¢(ā^iāā¢[i]ā>ϵāi=1,āÆ,k)ā¤kā¢C2n^ā¢Ļµ2formulae-sequencenormsubscript^delimited-[]subscriptitalic-ϵfor-all1āÆsubscript2^superscriptitalic-ϵ2P (\| Z_i-E[ z_i]\|>ε ā i=% 1,Ā·s,k )⤠kC_2 nε^2P ( ā„ over start_ARG italic_Z end_ARGi - blackboard_E [ italic_zitalic_i ] ā„ > ϵ ā i = 1 , ⯠, k ) ⤠divide start_ARG k C2 end_ARG start_ARG over start_ARG n end_ARG ϵ2 end_ARG Similarly, by choosing ϵ=n^ā1/4italic-ϵsuperscript^14ε= n^-1/4ϵ = over start_ARG n end_ARG- 1 / 4, the probability of large deviation decays rapidly as: Pā¢(ā^iāā¢[i]ā>1n^1/4āi=1,āÆ,k)ā¤kā¢C2n^=oā¢(1)since ā¢n^=Ļā¢(k2).formulae-sequenceformulae-sequencenormsubscript^delimited-[]subscript1superscript^14for-all1āÆsubscript2^1since ^superscript2P (\| Z_i-E[ z_i]\|> 1 n^1/4% ā i=1,Ā·s,k )⤠kC_2 n=o(1) % since n=Ļ(k^2).P ( ā„ over start_ARG italic_Z end_ARGi - blackboard_E [ italic_zitalic_i ] ā„ > divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG1 / 4 end_ARG ā i = 1 , ⯠, k ) ⤠divide start_ARG k C2 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG = o ( 1 ) since over start_ARG n end_ARG = Ļ ( k2 ) . This statement implies that with probability at least 1āoā¢(1)111-o(1)1 - o ( 1 ), ā^āā¢[]ā=ā1n^ā¢ā²ā£ā¤ā¢^ā¢^āā¢[ā²ā£ā¤ā¢y]āā¤kn^=oā¢(1)=oā¢(γ+Ī“+Ī»minā¢(ā²))norm^delimited-[]norm1^superscriptā²top^^delimited-[]superscriptā²top^1subscriptsuperscriptā²\| Z-E[ z]\|=\| 1 n U % R y-E[ U ry]\|% ⤠k n=o(1)=o(γ+Ī“+ _ ( % ))ā„ over start_ARG italic_Z end_ARG - blackboard_E [ italic_z ] ā„ = ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_UⲠ⤠over start_ARG italic_R end_ARG over start_ARG italic_y end_ARG - blackboard_E [ italic_UⲠ⤠italic_r y ] ℠⤠square-root start_ARG divide start_ARG k end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG end_ARG = o ( 1 ) = o ( γ + Ī“ + Ī»roman_min ( Īā² ) ) as we sum up the k terms. This shows that our setting satisfies the second part of the definition. 3. Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā : We define =dākĻā¢^āā(dāk)Ćn^^superscriptā Z= d-kĻ A ^(d-k)Ć % nitalic_Z = divide start_ARG square-root start_ARG d - k end_ARG end_ARG start_ARG Ļ end_ARG over start_ARG italic_A end_ARG ā blackboard_R( d - k ) Ć over start_ARG n end_ARG, which has standard normal entries. With the scaling, we plug in ā² U italic_Uā² ā², γ^=Ļ2/n^^superscript2 γ=Ļ^2/ nover start_ARG γ end_ARG = Ļ2 / over start_ARG n end_ARG and have ā„1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢^āγ^ā¢ā„op=ā„1n^ā¢^ā¤ā¢^āĻ2n^ā¢ā„op=Ļ2n^ā¢ā„1dākā¢ā¤ā¢āā„op.subscriptdelimited-ā„1^superscript^topsuperscriptā²top^^opsubscriptdelimited-ā„1^superscript^top^superscript2^opsuperscript2^subscriptdelimited-ā„1superscripttopop 1 n R U % U R- γ I _% op= 1 n A A- % Ļ^2 n I _op= Ļ^2 n% 1d-k Z Z- I _op.ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² ā² italic_UⲠⲠ⤠over start_ARG italic_R end_ARG - over start_ARG γ end_ARG italic_I ā„op = ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_A end_ARG⤠over start_ARG italic_A end_ARG - divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_I ā„op = divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ divide start_ARG 1 end_ARG start_ARG d - k end_ARG italic_Z⤠italic_Z - italic_I ā„op . (34) Now we apply Lemma C.3 and have that with probability at least 1ā2ā¢eān^ā¢Ī“22/212superscript^superscriptsubscript2221-2e^- n _2^2/21 - 2 e- over start_ARG n end_ARG Ī“2 start_POSTSUPERSCRIPT 2 / 2 end_POSTSUPERSCRIPT for some Ī“2>0subscript20 _2>0Ī“2 > 0, Ļ2n^ā¢ā„1dākā¢ā¤ā¢āā„opā¤Ļ2n^ā¢[2ā¢(n^dāk+Ī“2)+(n^dāk+Ī“2)2].superscript2^subscriptdelimited-ā„1superscripttopopsuperscript2^delimited-[]2^subscript2superscript^subscript22 Ļ^2 n 1d-k Z Z- I% _op⤠Ļ^2 n [2 ( % nd-k+ _2 )+ ( nd-k+ _2% )^2 ].divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG ā„ divide start_ARG 1 end_ARG start_ARG d - k end_ARG italic_Z⤠italic_Z - italic_I ā„op ⤠divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG [ 2 ( square-root start_ARG divide start_ARG over start_ARG n end_ARG end_ARG start_ARG d - k end_ARG end_ARG + Ī“2 ) + ( square-root start_ARG divide start_ARG over start_ARG n end_ARG end_ARG start_ARG d - k end_ARG end_ARG + Ī“2 )2 ] . The rest follows similarly by taking Ī“2=n^ā1/4subscript2superscript^14 _2= n^-1/4Ī“2 = over start_ARG n end_ARG- 1 / 4. 4. Small cross-sample inner-product on āsuperscriptperpendicular-toV Vā: By ā²=[kĆ(dāk)dāk]superscriptā²matrixsubscript0subscript U = bmatrix0_kĆ(d-k)\\ I_d-k bmatrixitalic_Uā² ā² = [ start_ARG start_ROW start_CELL 0italic_k Ć ( d - k ) end_CELL end_ROW start_ROW start_CELL italic_Iitalic_d - k end_CELL end_ROW end_ARG ] and Lemma C.4 with ^ā¤āān^Ć(dāk)superscript^topsuperscriptā A nĆ(d-k)over start_ARG italic_A end_ARG⤠ā blackboard_Rover start_ARG n end_ARG Ć ( d - k ) and ~ā¤āān~Ć(dāk)superscript~topsuperscriptā~ A nĆ(d-k)over~ start_ARG italic_A end_ARG⤠ā blackboard_Rover~ start_ARG n end_ARG Ć ( d - k ), each having ā¢(0,Ļ2dāk)0superscript2N(0, Ļ^2d-k)N ( 0 , divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG ) entries, the target expression becomes ā„1n^ā¢^ā¤ā¢ā²ā¢ā²ā£ā¤ā¢1n~ā¢~ā„opsubscriptdelimited-ā„1^superscript^topsuperscriptā²top1~~op 1 n R U^% U 1 n % R _opā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_R end_ARG⤠italic_Uā² ā² italic_UⲠⲠ⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over~ start_ARG n end_ARG end_ARG end_ARG over~ start_ARG italic_R end_ARG ā„op =1n^ā¢n~ā¢ā„^ā¤ā¢~ā„opabsent1^~subscriptdelimited-ā„superscript^top~op = 1 n n A % A _op= divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG over~ start_ARG n end_ARG end_ARG end_ARG ā„ over start_ARG italic_A end_ARG⤠over~ start_ARG italic_A end_ARG ā„op (35) ā¤1n^ā¢n~ā¢C4ā¢n^ā¢n~ā¢Ļ4(dāk)2ā¢(dāk)ā¢logā”(2/Ī“3)absent1^~subscript4^~superscript4superscript22subscript3 ⤠1 n n C_4 n n% Ļ^4(d-k)^2(d-k) (2/ _3)⤠divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG over~ start_ARG n end_ARG end_ARG end_ARG square-root start_ARG C4 over start_ARG n end_ARG over~ start_ARG n end_ARG divide start_ARG Ļ4 end_ARG start_ARG ( d - k )2 end_ARG ( d - k ) log ( 2 / Ī“3 ) end_ARG =C4ā¢Ļ4dākā¢logā”(2/Ī“3)absentsubscript4superscript42subscript3 = C_4 Ļ^4d-k (2/ _3)= square-root start_ARG C4 divide start_ARG Ļ4 end_ARG start_ARG d - k end_ARG log ( 2 / Ī“3 ) end_ARG =Ļ2ā¢C4ā¢logā”(2/Ī“3)ā¢1dākabsentsuperscript2subscript42subscript31 =Ļ^2 C_4 (2/ _3) 1d-k= Ļ2 square-root start_ARG C4 log ( 2 / Ī“3 ) end_ARG square-root start_ARG divide start_ARG 1 end_ARG start_ARG d - k end_ARG end_ARG for some constant C4subscript4C_4C4 and with probability at least 1ān^ā¢n~ā¢Ī“31^~subscript31- n n _31 - over start_ARG n end_ARG over~ start_ARG n end_ARG Ī“3 for some 0<Ī“3<1n^ā¢n~0subscript31^~0< _3< 1 n n0 < Ī“3 < divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG over~ start_ARG n end_ARG end_ARG. We choose some Ī“3=oā¢(1n^ā¢n~)subscript31^~ _3=o( 1 n n)Ī“3 = o ( divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG over~ start_ARG n end_ARG end_ARG ) in this range and then have that with probability at least 1āoā¢(1)111-o(1)1 - o ( 1 ), the previous bound can be expressed as: Ļ2ā¢C4ā¢logā”(2/Ī“3)ā¢1dāk=Īā¢(Ļ2ā¢C4ā¢logā”(n^ā¢n~)dāk)=oā¢(Ļ2maxā”n^,n~)=oā¢(γ+Ī“)superscript2subscript42subscript31Īsuperscript2subscript4^~superscript2^~Ļ^2 C_4 (2/ _3) 1d-k= (% Ļ^2 C_4 ( n n)d-k )=o( Ļ% ^2 \ n, n\)=o(γ+Ī“)Ļ2 square-root start_ARG C4 log ( 2 / Ī“3 ) end_ARG square-root start_ARG divide start_ARG 1 end_ARG start_ARG d - k end_ARG end_ARG = Ī ( Ļ2 square-root start_ARG C4 divide start_ARG log ( over start_ARG n end_ARG over~ start_ARG n end_ARG ) end_ARG start_ARG d - k end_ARG end_ARG ) = o ( divide start_ARG Ļ2 end_ARG start_ARG max over start_ARG n end_ARG , over~ start_ARG n end_ARG end_ARG ) = o ( γ + Ī“ ) since dāk=Ļā¢(n^)=Ļā¢(n~)^~d-k=Ļ( n)=Ļ( n)d - k = Ļ ( over start_ARG n end_ARG ) = Ļ ( over~ start_ARG n end_ARG ). 5. Diminishing population covariance on āsuperscriptperpendicular-toV Vā: By definition, it is trivial to see that Ī»mā¢aā¢xā¢(ā²)=Ļ2dāk=oā¢(Ļ2maxā”n^,n~)=oā¢(γ+Ī“)subscriptsuperscriptā²2superscript2^~ _max( )= Ļ^2d-k=o( % Ļ^2 \ n, n\)=o(γ+Ī“)Ī»italic_m a x ( Īā² ā² ) = divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG = o ( divide start_ARG Ļ2 end_ARG start_ARG max over start_ARG n end_ARG , over~ start_ARG n end_ARG end_ARG ) = o ( γ + Ī“ ) since dāk=Ļā¢(n^)=Ļā¢(n~)^~d-k=Ļ( n)=Ļ( n)d - k = Ļ ( over start_ARG n end_ARG ) = Ļ ( over~ start_ARG n end_ARG ). C.2.2 Further Relaxation to Sub-Gaussian Data Now, we consider the more general sub-Gaussian setting outlined in Example 3.5. The population covariance is: =[kĻ2dākā¢dāk],matrixsubscript00superscript2subscript = bmatrix I_k&0\\ 0& Ļ^2d-k I_d-k bmatrix,Ī£ = [ start_ARG start_ROW start_CELL italic_Iitalic_k end_CELL start_CELL 0 end_CELL end_ROW start_ROW start_CELL 0 end_CELL start_CELL divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG italic_Iitalic_d - k end_CELL end_ROW end_ARG ] , where the top left block has a corresponding sub-Gaussian parameter of Īā¢(1)Ī1 (1)Ī ( 1 ) and the rest has a parameter of Īā¢(Ļ2dāk)Īsuperscript2 ( Ļ^2d-k)Ī ( divide start_ARG Ļ2 end_ARG start_ARG d - k end_ARG ). We adopt the following definitions from Chapter 2 of (Vershynin, 2018) for reference. Definition C.5. A zero-mean random variable X is sub-Gaussian if there is a positive parameter KgsubscriptK_gKitalic_g such that ā¢[eX2/Kg2]ā¤2.delimited-[]superscriptsuperscript2superscriptsubscript22E[e^X^2/K_g^2]⤠2.blackboard_E [ eitalic_X start_POSTSUPERSCRIPT 2 / Kitalic_g2 end_POSTSUPERSCRIPT ] ⤠2 . Definition C.6. A zero-mean random variable X is sub-exponential if there is a positive parameter KesubscriptK_eKitalic_e such that ā¢[e|X|/Ke]ā¤2.delimited-[]superscriptsubscript2E[e^|X|/K_e]⤠2.blackboard_E [ e| X | / Kitalic_e ] ⤠2 . We can also define the following norms that give the sub-Gaussian or sub-exponential parameter: āXāĻ2=inft>0:ā¢[eX2/t2]ā¤2=Kgsubscriptnormsubscript2infimumconditional-set0delimited-[]superscriptsuperscript2superscript22subscript\|X\|_ _2= \t>0:E[e^X^2/t^2]⤠2\=K_gā„ X ā„Ļ start_POSTSUBSCRIPT 2 end_POSTSUBSCRIPT = inf t > 0 : blackboard_E [ eitalic_X start_POSTSUPERSCRIPT 2 / t2 end_POSTSUPERSCRIPT ] ⤠2 = Kitalic_g āXāĻ1=inft>0:ā¢[e|X|/t]ā¤2=Kesubscriptnormsubscript1infimumconditional-set0delimited-[]superscript2subscript\|X\|_ _1= \t>0:E[e^|X|/t]⤠2\=K_eā„ X ā„Ļ start_POSTSUBSCRIPT 1 end_POSTSUBSCRIPT = inf t > 0 : blackboard_E [ e| X | / t ] ⤠2 = Kitalic_e Remark. There are many different characterizations for these two definitions, each with a different sub-Gaussian/sub-exponential parameter. A detailed summary can be found in Chapter 2 of (Vershynin, 2018). Notably, these parameters differ from each other only by at most a constant factor. Lemma C.7. (Extension of Lemma 4 (Shen et al., 2022) to sub-Gaussian) Consider high-dimensional independent sub-Gaussian vectors 1subscript1 z_1italic_z1, 2āādsubscript2superscriptā z_2 ^ditalic_z2 ā blackboard_Rd, whose i.i.d. entries have variances Ļ12superscriptsubscript12 _1^2Ļ12, Ļ22superscriptsubscript22 _2^2Ļ22 and sub-Gaussian parameters Īā¢(Ļ1)Īsubscript1 ( _1)Ī ( Ļ1 ), Īā¢(Ļ2)Īsubscript2 ( _2)Ī ( Ļ2 ) respectively. Then for Ī“>00Ī“>0Ī“ > 0 such that logā”(2/Ī“)>cā¢d2 (2/Ī“)> cdsquare-root start_ARG log ( 2 / Ī“ ) end_ARG > square-root start_ARG c d end_ARG for some constant c, there exists a constant C such that with probability at least 1āĪ“11- 1 - Ī“, |1ā 2|ā¤Cā¢Ļ1ā¢Ļ2ā¢dā¢logā”(2/Ī“).ā subscript1subscript2subscript1subscript22| z_1Ā· z_2|⤠C _1 _2 d (2/Ī“).| italic_z1 ā italic_z2 | ⤠C Ļ1 Ļ2 square-root start_ARG d log ( 2 / Ī“ ) end_ARG . Proof. We consider the product 1ā 2=āi=1d1ā¢iā¢2ā¢i=āi=1daiā subscript1subscript2superscriptsubscript1subscript1subscript2superscriptsubscript1subscript z_1Ā· z_2= _i=1^d z_1i z_2i= _i% =1^da_iitalic_z1 ā italic_z2 = āi = 1d italic_z1 i italic_z2 i = āi = 1d aitalic_i, where we define aisubscripta_iaitalic_i for simplicity. It is a well-known result that the product of two sub-Gaussian random variables is sub-exponential. More precisely, āaiāĻ1ā¤ā1ā¢iāĻ2ā¢ā2ā¢iāĻ2=Cā¢Ļ1ā¢Ļ2.subscriptnormsubscriptsubscript1subscriptnormsubscript1subscript2subscriptnormsubscript2subscript2subscript1subscript2\|a_i\|_ _1ā¤\| z_1i\|_ _2\| z_2i\|_ _2% =C _1 _2.ā„ aitalic_i ā„Ļ start_POSTSUBSCRIPT 1 end_POSTSUBSCRIPT ⤠℠italic_z1 i ā„Ļ start_POSTSUBSCRIPT 2 end_POSTSUBSCRIPT ā„ italic_z2 i ā„Ļ start_POSTSUBSCRIPT 2 end_POSTSUBSCRIPT = C Ļ1 Ļ2 . By Bernsteinās inequality for sub-exponential functions (see Theorem 3.8.1 (Vershynin, 2018)), this summation can be bounded as: for some constant c>00c>0c > 0, Pā¢(|āi=1dai|ā„t)superscriptsubscript1subscript P ( | _i=1^da_i |ā„ t )P ( | āi = 1d aitalic_i | ā„ t ) ā¤2ā¢expā”[ācā¢minā”t2āi=1dāaiāĻ12,tmaxiā”āaiāĻ1]absent2superscript2superscriptsubscript1superscriptsubscriptnormsubscriptsubscript12subscriptsubscriptnormsubscriptsubscript1 ⤠2 [-c \ t^2 _i=1^d\|a_i\|% _ _1^2, t _i\|a_i\|_ _1 \ ]⤠2 exp [ - c min divide start_ARG t2 end_ARG start_ARG āi = 1d ā„ aitalic_i ā„Ļ start_POSTSUBSCRIPT 1 end_POSTSUBSCRIPT2 end_ARG , divide start_ARG t end_ARG start_ARG maxitalic_i ā„ aitalic_i ā„Ļ start_POSTSUBSCRIPT 1 end_POSTSUBSCRIPT end_ARG ] ā¤2ā¢expā”[ācā¢minā”t2dā¢C2ā¢Ļ12ā¢Ļ22,tCā¢Ļ1ā¢Ļ2]absent2superscript2superscript2superscriptsubscript12superscriptsubscript22subscript1subscript2 ⤠2 [-c \ t^2dC^2 _1^2% _2^2, tC _1 _2 \ ]⤠2 exp [ - c min divide start_ARG t2 end_ARG start_ARG d C2 Ļ12 Ļ22 end_ARG , divide start_ARG t end_ARG start_ARG C Ļ1 Ļ2 end_ARG ] Let t=Ccā¢Ļ1ā¢Ļ2ā¢dā¢logā”(2/Ī“)subscript1subscript22t= C c _1 _2 d (2/Ī“)t = divide start_ARG C end_ARG start_ARG square-root start_ARG c end_ARG end_ARG Ļ1 Ļ2 square-root start_ARG d log ( 2 / Ī“ ) end_ARG for some Ī“ that satisfies the condition logā”(2/Ī“)>cā¢d2 (2/Ī“)> cdsquare-root start_ARG log ( 2 / Ī“ ) end_ARG > square-root start_ARG c d end_ARG (e.g. Ī“=1/d21superscript2Ī“=1/d^2Ī“ = 1 / d2). The probability statement becomes: Pā¢(|āi=1dai|ā„Ccā¢Ļ1ā¢Ļ2ā¢dā¢logā”(2/Ī“))superscriptsubscript1subscriptsubscript1subscript22 P ( | _i=1^da_i |ā„ C c% _1 _2 d (2/Ī“) )P ( | āi = 1d aitalic_i | ā„ divide start_ARG C end_ARG start_ARG square-root start_ARG c end_ARG end_ARG Ļ1 Ļ2 square-root start_ARG d log ( 2 / Ī“ ) end_ARG ) ā¤2ā¢expā”[ācā¢minā”logā”(2/Ī“)c,dā¢logā”(2/Ī“)c]absent222 ⤠2 [-c \ (2/Ī“)c, % d (2/Ī“)c \ ]⤠2 exp [ - c min divide start_ARG log ( 2 / Ī“ ) end_ARG start_ARG c end_ARG , square-root start_ARG divide start_ARG d log ( 2 / Ī“ ) end_ARG start_ARG c end_ARG end_ARG ] =2ā¢expā”[āminā”logā”(2/Ī“),cā¢dā¢logā”(2/Ī“)].absent222 =2 [- \ (2/Ī“), cd (2/Ī“)% \ ].= 2 exp [ - min log ( 2 / Ī“ ) , square-root start_ARG c d log ( 2 / Ī“ ) end_ARG ] . Since our choice of Ī“ ensures that the first quantity is smaller, Pā¢(|āi=1dai|ā„Ccā¢Ļ1ā¢Ļ2ā¢dā¢logā”(2/Ī“))ā¤Ī“superscriptsubscript1subscriptsubscript1subscript22P ( | _i=1^da_i |ā„ C c _1 _% 2 d (2/Ī“) )⤠( | āi = 1d aitalic_i | ā„ divide start_ARG C end_ARG start_ARG square-root start_ARG c end_ARG end_ARG Ļ1 Ļ2 square-root start_ARG d log ( 2 / Ī“ ) end_ARG ) ⤠Γ In other words, letting Cā²=C/csuperscriptā²C =C/ cCā² = C / square-root start_ARG c end_ARG, we have that with probability at least 1āĪ“11- 1 - Ī“, |1ā 2|ā¤Cā²ā¢Ļ1ā¢Ļ2ā¢dā¢logā”(2/Ī“).ā subscript1subscript2superscriptā²subscript1subscript22| z_1Ā· z_2|⤠C _1 _2 d (% 2/Ī“).| italic_z1 ā italic_z2 | ⤠Cā² Ļ1 Ļ2 square-root start_ARG d log ( 2 / Ī“ ) end_ARG . ā Now we are ready to show that our assumptions capture the setting in Section C.2.1 but with sub-Gaussian data. That is, we now allow the data to have possibly even lighter tail than that of Gaussian. The proof can be easily replicated, as Chebyshevās inequality still applies here and Lemmas C.3, C.4 find the following āsub-Gaussianā alternatives, namely Lemmas C.8, C.9: Lemma C.8. (Restatement of Theorem 6.5 in (Wainwright, 2019)) Let āādĆnsuperscriptāX ^dĆ nX ā blackboard_Rd Ć n be a random sub-Gaussian matrix with parameter KgsubscriptK_gKitalic_g and population covariance dsubscript I_ditalic_Iitalic_d. Then for all Ī“ā„00Γ℠0Ī“ ā„ 0, there are universal constants C1,C2,C3subscript1subscript2subscript3C_1,C_2,C_3C1 , C2 , C3 such that ā„1nā¢Tādā„opā¤Kg2ā¢[C1ā¢(dn+dn)+Ī“]subscriptdelimited-ā„1superscriptsubscriptopsuperscriptsubscript2delimited-[]subscript1 1n X X^T- I_d _op⤠K_% g^2 [C_1 ( dn+ dn )+Ī“ ]ā„ divide start_ARG 1 end_ARG start_ARG n end_ARG italic_X italic_Xitalic_T - italic_Iitalic_d ā„op ⤠Kitalic_g2 [ C1 ( square-root start_ARG divide start_ARG d end_ARG start_ARG n end_ARG end_ARG + divide start_ARG d end_ARG start_ARG n end_ARG ) + Ī“ ] with probability at least 1āC2ā¢eāC3ā¢nā¢minā”Ī“,Ī“21subscript2superscriptsubscript3superscript21-C_2e^-C_3n \Ī“,Ī“^2\1 - C2 e- C3 n min Ī“ , Ī“ start_POSTSUPERSCRIPT 2 end_POSTSUPERSCRIPT. Lemma C.9. Consider two independently sampled row-wise sub-Gaussian matrices āād1Ćnsuperscriptāsubscript1A ^d_1Ć nA ā blackboard_Rd1 Ć n, āād2Ćnsuperscriptāsubscript2B ^d_2Ć nB ā blackboard_Rd2 Ć n that have i.i.d. entries with variances Ļ12superscriptsubscript12 _1^2Ļ12, Ļ22superscriptsubscript22 _2^2Ļ22 respectively. Then for some 1d1ā¢d2>Ī“>01subscript1subscript20 1d_1d_2>Ī“>0divide start_ARG 1 end_ARG start_ARG d1 d2 end_ARG > Ī“ > 0 and constant C, with probability at least 1ād1ā¢d2ā¢Ī“1subscript1subscript21-d_1d_2 1 - d1 d2 Ī“, we have 1nā¢ā„ā¢ā¤ā„opā¤Ļ1ā¢Ļ2nā¢Cā¢d1ā¢d2ā¢nā¢logā”(2Ī“).1subscriptdelimited-ā„superscripttopopsubscript1subscript2subscript1subscript22 1n A B _op⤠_% 1 _2n Cd_1d_2n ( 2Ī“).divide start_ARG 1 end_ARG start_ARG n end_ARG ā„ italic_A italic_B⤠ā„op ⤠divide start_ARG Ļ1 Ļ2 end_ARG start_ARG n end_ARG square-root start_ARG C d1 d2 n log ( divide start_ARG 2 end_ARG start_ARG Ī“ end_ARG ) end_ARG . Proof. The proof is the same as Lemma C.4 except that we now use Lemma C.7 to bound the squared value of each entry in the Frobenius norm. ā With these alternative extended results, the proof in Section C.2.1 immediately generalizes to sub-Gaussian data. This extension potentially allows us to accommodate more realistic scenario and enhances the theoretical robustness of our assumptions. Sub-Gaussian distributions capture a wider class of data behaviors; for instance, the fact that bounded random variables are sub-Gaussian makes the theory more applicable to many real-world datasets, which naturally exhibit sub-Gaussian characteristics. In the following section, we show a general result that even more examples can be constructed. C.3 Proof of Theorem 3.6 The intuition behind this theorem is that adding high-dimensional sub-Gaussian entries to the given representation preserves decomposbility while slightly modifying the parameters. Due to the orthogonality of Mitalic_M and āsuperscriptperpendicular-to M italic_Mā, we let =[ā]matrixsuperscriptperpendicular-to U= bmatrix M M bmatrixitalic_U = [ start_ARG start_ROW start_CELL italic_M italic_Mā end_CELL end_ROW end_ARG ] and then αā¢()=ā¢[hā¢()ξā¢()]matrixāα( x)= U bmatrixh( x)\\ ξ( x) bmatrixα ( italic_x ) = italic_U [ start_ARG start_ROW start_CELL h ( italic_x ) end_CELL end_ROW start_ROW start_CELL ξ ( italic_x ) end_CELL end_ROW end_ARG ]; naturally, the column space of Mitalic_M can be regarded as the subspace VV, and the column space of āsuperscriptperpendicular-to M italic_Mā is āsuperscriptperpendicular-toV Vā. Given that hā¢()āh( x)h ( italic_x )ās representations are (Ī“,0,0)00(Ī“,0,0)( Ī“ , 0 , 0 )-decomposable w.r.t. ādsuperscriptāR^dblackboard_Rd, we now prove that the new representations are (Ī“,Ļ2n^,Ļ2n~)superscript2^superscript2~(Ī“, Ļ^2 n, Ļ^2 n)( Ī“ , divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG , divide start_ARG Ļ2 end_ARG start_ARG over~ start_ARG n end_ARG end_ARG )-decomposable. Again we only present the proof for one data split whenever it can be replicated for the other. For notation, we let γ=Ļ2/maxā”n^,n~superscript2^~γ=Ļ^2/ \ n, n\γ = Ļ2 / max over start_ARG n end_ARG , over~ start_ARG n end_ARG . 1. Boundedness: 1n^ā¢āi=1n^y^i2=Oā¢(1)1^superscriptsubscript1^superscriptsubscript^21 1 n _i=1 n y_i^2=O(1)divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG over start_ARG y end_ARGi2 = O ( 1 ) follows from the previous proof using Chebyshevās inequality. For the population covariance, ā„ā¢(α)ā„op=ā„ā¢[αā¢()ā¢Ī±ā¢()ā¤]ā„opsubscriptdelimited-ā„opsubscriptdelimited-ā„subscriptsubscriptdelimited-[]superscripttopop (α) _op= _% D_ x[α( x)α( x) ] _% op℠Σ ( α ) ā„op = ā„ blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ α ( italic_x ) α ( italic_x )⤠] ā„op =āā¢[hā¢()ā¢hā¢()ā¤hā¢()ā¢Ī¾ā¢()ā¤Ī¾ā¢()ā¢hā¢()ā¤Ī¾ā¢()ā¢Ī¾ā¢()ā¤]āoā¢pabsentsubscriptnormsubscriptsubscriptmatrixāsuperscripttopāsuperscripttopāsuperscripttopsuperscripttop = \|E_D_ x bmatrixh(% x)h( x) &h( x)ξ( x) \\ ξ( x)h( x) &ξ( x)ξ( x) bmatrix% \|_op= ā„ blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ start_ARG start_ROW start_CELL h ( italic_x ) h ( italic_x )⤠end_CELL start_CELL h ( italic_x ) ξ ( italic_x )⤠end_CELL end_ROW start_ROW start_CELL ξ ( italic_x ) h ( italic_x )⤠end_CELL start_CELL ξ ( italic_x ) ξ ( italic_x )⤠end_CELL end_ROW end_ARG ] ā„o p ā¤āā¢[hā¢()ā¢hā¢()ā¤Ī¾ā¢()ā¢Ī¾ā¢()ā¤]āoā¢p+āā¢[hā¢()ā¢Ī¾ā¢()ā¤Ī¾ā¢()ā¢hā¢()ā¤]āoā¢pabsentsubscriptnormsubscriptsubscriptmatrixāsuperscripttop00superscripttopsubscriptnormsubscriptsubscriptmatrix0āsuperscripttopāsuperscripttop0 ⤠\|E_D_ x bmatrixh(% x)h( x) &0\\ 0&ξ( x)ξ( x) bmatrix \|_op+ \|% E_D_ x bmatrix0&h( x)ξ(% x) \\ ξ( x)h( x) &0 bmatrix \|_op⤠℠blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ start_ARG start_ROW start_CELL h ( italic_x ) h ( italic_x )⤠end_CELL start_CELL 0 end_CELL end_ROW start_ROW start_CELL 0 end_CELL start_CELL ξ ( italic_x ) ξ ( italic_x )⤠end_CELL end_ROW end_ARG ] ā„o p + ā„ blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ start_ARG start_ROW start_CELL 0 end_CELL start_CELL h ( italic_x ) ξ ( italic_x )⤠end_CELL end_ROW start_ROW start_CELL ξ ( italic_x ) h ( italic_x )⤠end_CELL start_CELL 0 end_CELL end_ROW end_ARG ] ā„o p (36) We have that ā„ā¢[hā¢()ā¢hā¢()ā¤]ā„op=ā„ā¢(h)ā„op=Oā¢(1)subscriptdelimited-ā„subscriptsubscriptdelimited-[]āsuperscripttopopsubscriptdelimited-ā„āop1 _D_ x[h( x)h( x) ]% _op= (h) _op=O(1)ā„ blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ h ( italic_x ) h ( italic_x )⤠] ā„op = ℠Σ ( h ) ā„op = O ( 1 ) by the (Ī“,0,0)00(Ī“,0,0)( Ī“ , 0 , 0 )-decomposibility assumption on hāhās representations. From the proof for sub-Gaussian data in Section C.2.1, ā„ā¢[ξā¢()ā¢Ī¾ā¢()ā¤]ā„op=ā„ā¢(ξ)ā„op=Oā¢(1)subscriptdelimited-ā„subscriptsubscriptdelimited-[]superscripttopopsubscriptdelimited-ā„op1 _D_ x[ξ( x)ξ( x) ]% _op= (ξ) _op=O(1)ā„ blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ ξ ( italic_x ) ξ ( italic_x )⤠] ā„op = ℠Σ ( ξ ) ā„op = O ( 1 ). These bound the first term on the RHS of Equation 36. By the definition of operator norm, ā„ā¢[hā¢()ā¢Ī¾ā¢()ā¤]ā„op=supā=1supā=1Tā¢[hā¢()ā¢Ī¾ā¢()ā¤]ā¢=supā=1supā=1ā¢[(Tā¢hā¢())ā¢(Tā¢Ī¾ā¢())].subscriptdelimited-ā„subscriptsubscriptdelimited-[]āsuperscripttopopsubscriptsupremumnorm1subscriptsupremumnorm1superscriptsubscriptsubscriptdelimited-[]āsuperscripttopsubscriptsupremumnorm1subscriptsupremumnorm1subscriptsubscriptdelimited-[]superscriptāsuperscript _D_ x[h( x)ξ( x% ) ] _op= _\| u\|=1 _\| v\|=1 % u^TE_D_ x[h( x)ξ( x) ]% v= _\| u\|=1 _\| v\|=1E_D_% x[( u^Th( x))( v^Tξ( x))].ā„ blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ h ( italic_x ) ξ ( italic_x )⤠] ā„op = supā„ italic_u ā„ = 1 supā„ italic_v ā„ = 1 italic_uitalic_T blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ h ( italic_x ) ξ ( italic_x )⤠] italic_v = supā„ italic_u ā„ = 1 supā„ italic_v ā„ = 1 blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ ( italic_uitalic_T h ( italic_x ) ) ( italic_vitalic_T ξ ( italic_x ) ) ] . (37) By Cauchy-Schwartz inequality, we can bound this expectation as: ā¢[(Tā¢hā¢())ā¢(Tā¢Ī¾ā¢())]ā¤ā¢[(Tā¢hā¢())2]ā¢[(Tā¢Ī¾ā¢())2], wheresubscriptsubscriptdelimited-[]superscriptāsuperscriptsubscriptsubscriptdelimited-[]superscriptsuperscriptā2subscriptsubscriptdelimited-[]superscriptsuperscript2 whereE_D_ x[( u^Th( x))( v^T% ξ( x))]⤠E_D_ x[( u^Th(% x))^2] E_D_ x[( v^Tξ(% x))^2], whereblackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ ( italic_uitalic_T h ( italic_x ) ) ( italic_vitalic_T ξ ( italic_x ) ) ] ⤠square-root start_ARG blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ ( italic_uitalic_T h ( italic_x ) )2 ] end_ARG square-root start_ARG blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ ( italic_vitalic_T ξ ( italic_x ) )2 ] end_ARG , where ā¢[(Tā¢hā¢())2]=ā¢[Tā¢hā¢()ā¢hā¢()ā¤ā¢]=Tā¢[hā¢()ā¢hā¢()ā¤]ā¢ā¤ā2ā¢ā„ā¢(h)ā„op=Oā¢(1),subscriptsubscriptdelimited-[]superscriptsuperscriptā2subscriptsubscriptdelimited-[]superscriptāsuperscripttopsuperscriptsubscriptsubscriptdelimited-[]āsuperscripttopsuperscriptnorm2subscriptdelimited-ā„āop1E_D_ x[( u^Th( x))^2]=E% _D_ x[ u^Th( x)h( x) u% ]= u^TE_D_ x[h( x)h( x)^% ] uā¤\| u\|^2 (h) _op=O% (1),blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ ( italic_uitalic_T h ( italic_x ) )2 ] = blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ italic_uitalic_T h ( italic_x ) h ( italic_x )⤠italic_u ] = italic_uitalic_T blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ h ( italic_x ) h ( italic_x )⤠] italic_u ⤠℠italic_u ā„2 ℠Σ ( h ) ā„op = O ( 1 ) , ā¢[(Tā¢Ī¾ā¢())2]=ā¢[Tā¢Ī¾ā¢()ā¢Ī¾ā¢()ā¤ā¢]=Tā¢[ξā¢()ā¢Ī¾ā¢()ā¤]ā¢ā¤ā2ā¢ā„ā¢(ξ)ā„op=Oā¢(1).subscriptsubscriptdelimited-[]superscriptsuperscript2subscriptsubscriptdelimited-[]superscriptsuperscripttopsuperscriptsubscriptsubscriptdelimited-[]superscripttopsuperscriptnorm2subscriptdelimited-ā„op1E_D_ x[( v^Tξ( x))^2]= % E_D_ x[ v^Tξ( x)ξ( x) % v]= v^TE_D_ x[ξ( x)ξ(% x) ] vā¤\| v\|^2 (ξ) _% op=O(1).blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ ( italic_vitalic_T ξ ( italic_x ) )2 ] = blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ italic_vitalic_T ξ ( italic_x ) ξ ( italic_x )⤠italic_v ] = italic_vitalic_T blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ ξ ( italic_x ) ξ ( italic_x )⤠] italic_v ⤠℠italic_v ā„2 ℠Σ ( ξ ) ā„op = O ( 1 ) . Combing these results, we have that Equation 37 =ā„ā¢[hā¢()ā¢Ī¾ā¢()ā¤]ā„op=Oā¢(1)absentsubscriptdelimited-ā„subscriptsubscriptdelimited-[]āsuperscripttopop1= _D_ x[h( x)ξ( x) ]% _op=O(1)= ā„ blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ h ( italic_x ) ξ ( italic_x )⤠] ā„op = O ( 1 ), bounding the second term in Equation 36. Hence, ā„ā¢(α)ā„op=Oā¢(1)subscriptdelimited-ā„op1 (α) _op=O(1)℠Σ ( α ) ā„op = O ( 1 ). Simiarly, we can prove for the empirical covariance: ā„^ā¢(α)ā„op=ā„1n^ā¢āi=1n^αā¢(^i)ā¢Ī±ā¢(^i)ā¤ā„opsubscriptdelimited-ā„^opsubscriptdelimited-ā„1^superscriptsubscript1^subscript^superscriptsubscript^topop (α) _op= % 1 n _i=1 nα( x_i)α( x% _i) _opā„ over start_ARG Ī£ end_ARG ( α ) ā„op = ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG āi = 1over start_ARG n end_ARG α ( over start_ARG italic_x end_ARGi ) α ( over start_ARG italic_x end_ARGi )⤠ā„op =ā1n^ā¢[āi=1n^hā¢(^i)ā¢hā¢(^i)ā¤āi=1n^hā¢(^i)ā¢Ī¾ā¢(^i)ā¤āi=1n^ξā¢(^i)ā¢hā¢(^i)ā¤āi=1n^ξā¢(^i)ā¢Ī¾ā¢(^i)ā¤]āopabsentsubscriptnorm1^matrixsuperscriptsubscript1^āsubscript^āsuperscriptsubscript^topsuperscriptsubscript1^āsubscript^superscriptsubscript^topsuperscriptsubscript1^subscript^āsuperscriptsubscript^topsuperscriptsubscript1^subscript^superscriptsubscript^topop = \| 1 n bmatrix _i=1 nh(% x_i)h( x_i) & _i=1 nh( % x_i)ξ( x_i) \\ _i=1 nξ( x_i)h( x_i) & _% i=1 nξ( x_i)ξ( x_i) % bmatrix \|_op= ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG [ start_ARG start_ROW start_CELL āi = 1over start_ARG n end_ARG h ( over start_ARG italic_x end_ARGi ) h ( over start_ARG italic_x end_ARGi )⤠end_CELL start_CELL āi = 1over start_ARG n end_ARG h ( over start_ARG italic_x end_ARGi ) ξ ( over start_ARG italic_x end_ARGi )⤠end_CELL end_ROW start_ROW start_CELL āi = 1over start_ARG n end_ARG ξ ( over start_ARG italic_x end_ARGi ) h ( over start_ARG italic_x end_ARGi )⤠end_CELL start_CELL āi = 1over start_ARG n end_ARG ξ ( over start_ARG italic_x end_ARGi ) ξ ( over start_ARG italic_x end_ARGi )⤠end_CELL end_ROW end_ARG ] ā„op =ā1n^ā¢[^ā¢^ā¤^ā¢^ā¤^ā¢^ā¤^ā¢^ā¤]āop,absentsubscriptnorm1^matrix^superscript^top^superscript^top^superscript^top^superscript^topop = \| 1 n bmatrix H H% & H \\ H & ^% bmatrix \|_op,= ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG [ start_ARG start_ROW start_CELL over start_ARG italic_H end_ARG over start_ARG italic_H end_ARG⤠end_CELL start_CELL over start_ARG italic_H end_ARG over start_ARG Ī end_ARG⤠end_CELL end_ROW start_ROW start_CELL over start_ARG Ī end_ARG over start_ARG italic_H end_ARG⤠end_CELL start_CELL over start_ARG Ī end_ARG over start_ARG Ī end_ARG⤠end_CELL end_ROW end_ARG ] ā„op , where the i-th column of ^ over start_ARG Ī end_ARG is ξā¢(^i)subscript^ξ( x_i)ξ ( over start_ARG italic_x end_ARGi ) and the i-th column of Hitalic_H is hā¢(^i)āsubscript^h( x_i)h ( over start_ARG italic_x end_ARGi ). The rest is straightforward: the assumption on hāh and the existing proof for sub-Gaussian data imply ā„1n^ā¢^ā¢^ā¤ā„op=Oā¢(1)subscriptdelimited-ā„1^^superscript^topop1 1 n H H _op% =O(1)ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_H end_ARG over start_ARG italic_H end_ARG⤠ā„op = O ( 1 ) and ā„1n^ā¢^ā¢^ā¤ā„op=Oā¢(1)subscriptdelimited-ā„1^^superscript^topop1 1 n _% op=O(1)ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG Ī end_ARG over start_ARG Ī end_ARG⤠ā„op = O ( 1 ). Hence, ā„1n^ā¢^ā„opsubscriptdelimited-ā„1^^op 1 n H _opā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG italic_H end_ARG ā„op and ā„1n^ā¢^ā„opsubscriptdelimited-ā„1^^op 1 n _opā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG end_ARG end_ARG over start_ARG Ī end_ARG ā„op are Oā¢(1)1O(1)O ( 1 ), and we have ā„1n^ā¢^ā¢^ā¤ā„opsubscriptdelimited-ā„1^^superscript^topop 1 n H _% opā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_H end_ARG over start_ARG Ī end_ARG⤠ā„op is also O(1). These together bound the empirical covariance. 2. Concentration on VV: Since VV corresponds to the representation space of hā¢()āh( x)h ( italic_x ), this condition is automatically satisfied by the (Ī“,0,0)00(Ī“,0,0)( Ī“ , 0 , 0 )-decomposibility assumption on hāh. 3. Kernel-wise Ī“-isotropy on āsuperscriptperpendicular-toV Vā: In this setting, since āsuperscriptperpendicular-toV Vā corresponds to the column space of āsuperscriptperpendicular-to M italic_Mā (the high-dimensional sub-Gaussian part), we have ā„1n^ā¢^ā¢(āā¢Ī±)āĻ2n^ā¢ā„op=ā„1n^ā¢^ā¢(ξ)āĻ2n^ā¢ā„opsubscriptdelimited-ā„1^^subscriptsuperscriptperpendicular-tosuperscript2^opsubscriptdelimited-ā„1^^superscript2^op 1 n K( _V α% )\!-\! Ļ^2 n I _op\!= 1% n K(ξ)\!-\! Ļ^2 n I _% op\!ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARG ( Ī caligraphic_Vā α ) - divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_I ā„op = ā„ divide start_ARG 1 end_ARG start_ARG over start_ARG n end_ARG end_ARG over start_ARG italic_K end_ARG ( ξ ) - divide start_ARG Ļ2 end_ARG start_ARG over start_ARG n end_ARG end_ARG italic_I ā„op By definition of the kernel matrix, ^ā¢(ξ)=[ξā¢(^i)ā¤ā¢Ī¾ā¢(^j)]1ā¤i,jā¤n^=^ā¤ā¢^^subscriptdelimited-[]superscriptsubscript^topsubscript^formulae-sequence1^superscript^top K(ξ)=[ξ( x_i) ξ( x_j)]_1% ⤠i,j⤠n= over start_ARG italic_K end_ARG ( ξ ) = [ ξ ( over start_ARG italic_x end_ARGi )⤠ξ ( over start_ARG italic_x end_ARGj ) ]1 ⤠i , j ⤠over start_ARG n end_ARG = over start_ARG Ī end_ARG⤠over start_ARG Ī end_ARG with ^ over start_ARG Ī end_ARG defined above. Then the equation is essentially in the same form of Equation 34, so the previous proof applies here. 4. Small cross-sample inner product on āsuperscriptperpendicular-toV Vā: Similar to 3, we have ā„1n^ā¢n~ā¢[(āā¢Ī±ā¢(^i))ā¤ā¢āā¢Ī±ā¢(~j)]1ā¤iā¤n^,1ā¤jā¤n~ā„op=ā„1n^ā¢n~ā¢[ξā¢(^i)ā¤ā¢Ī¾ā¢(~j)]1ā¤iā¤n^,1ā¤jā¤n~ā„op=1n^ā¢n~ā¢ā„^Tā¢~ā„op,subscriptdelimited-ā„1^~subscriptdelimited-[]superscriptsubscriptsuperscriptperpendicular-tosubscript^topsubscriptsuperscriptperpendicular-tosubscript~formulae-sequence1^1~opsubscriptdelimited-ā„1^~subscriptdelimited-[]superscriptsubscript^topsubscript~formulae-sequence1^1~op1^~subscriptdelimited-ā„superscript^~op 1 n n[( _V % α( x_i)) _V α(% x_j)]_1⤠i⤠n,1⤠j⤠n _% op\!= 1 n n[ξ( x_i)% ξ( x_j)]_1⤠i⤠n,1⤠j⤠n% _op\!= 1 n n % ^T _op,ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG over~ start_ARG n end_ARG end_ARG end_ARG [ ( Ī caligraphic_Vā α ( over start_ARG italic_x end_ARGi ) )⤠Πcaligraphic_Vā α ( over~ start_ARG italic_x end_ARGj ) ]1 ⤠i ⤠over start_ARG n end_ARG , 1 ⤠j ⤠over~ start_ARG n end_ARG ā„op = ā„ divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG over~ start_ARG n end_ARG end_ARG end_ARG [ ξ ( over start_ARG italic_x end_ARGi )⤠ξ ( over~ start_ARG italic_x end_ARGj ) ]1 ⤠i ⤠over start_ARG n end_ARG , 1 ⤠j ⤠over~ start_ARG n end_ARG ā„op = divide start_ARG 1 end_ARG start_ARG square-root start_ARG over start_ARG n end_ARG over~ start_ARG n end_ARG end_ARG end_ARG ā„ over start_ARG Ī end_ARGT over~ start_ARG Ī end_ARG ā„op , where ~~ over~ start_ARG Ī end_ARG is defined in the same manner. Then the proof after Equation 35 for sub-Gaussian data applies. 5. Diminishing population covariance on āsuperscriptperpendicular-toV Vā: This refers covariance matrix of the sub-Gaussian part, and we simply have: ā„ā¢(āā¢h)ā„op=ā„ā¢(ξ)ā„op=ā„ā¢[ξā¢()ā¢Ī¾ā¢()ā¤]ā„op=Ļ2m=oā¢(Ī“+γ) as m=Ļā¢(n^)=Ļā¢(n~)formulae-sequencesubscriptdelimited-ā„subscriptsuperscriptperpendicular-toāopsubscriptdelimited-ā„opsubscriptdelimited-ā„subscriptsubscriptdelimited-[]superscripttopopsuperscript2 as m=Ļā¢(n^)=Ļā¢(n~) ( _V h) _op=% (ξ) _op= _D_% x[ξ( x)ξ( x) ] _op= Ļ% ^2m=o(Ī“+γ) as $m=Ļ( n)=Ļ( n)$℠Σ ( Ī caligraphic_Vā h ) ā„op = ℠Σ ( ξ ) ā„op = ā„ blackboard_ED start_POSTSUBSCRIPT italic_x end_POSTSUBSCRIPT [ ξ ( italic_x ) ξ ( italic_x )⤠] ā„op = divide start_ARG Ļ2 end_ARG start_ARG m end_ARG = o ( Ī“ + γ ) as m = Ļ ( over start_ARG n end_ARG ) = Ļ ( over~ start_ARG n end_ARG ) Appendix D Additional Experimental Details D.1 Training details D.1.1 Molecular prediction. Our experiment is built on the GitHub codebase provided by (Fabian et al., 2020). The strong model, MolBERT, can be downloaded using the link provided on their GitHub repository. For the weak models, we train small transformers using their pipeline with a batch size of 256. For finetuning, we use SGD to train a linear model on representations with the following settings: batch size = 1024, learning rate = 0.001, weight decay = 0.1, and epochs = 2000 when using representations from the strong model; and batch size = 1024, learning rate = 0.01, weight decay = 0, and epochs = 2000 when using representations from the weak models. D.1.2 NLP tasks with Embedding Models. We use nvidia/NV-Embed-v2, ranked first on the leaderboard of the Massive Text Embedding Benchmark (MTEB) (Muennighoff et al., 2022), as the strong model. We consider the following 22 embedding models as the weak model: avsolatorio/GIST-Embedding-v0 Alibaba-NLP/gte-base-en-v1.5 jxm/cde-small-v1 thenlper/gte-base infgrad/stella-base-en-v2 BAAI/bge-base-en-v1.5 thenlper/gte-small intfloat/e5-base-v2 abhinand/MedEmbed-small-v0.1 nomic-ai/nomic-embed-text-v1 sentence-transformers/facebook-dpr-question_encoder-single-nq-base sentence-transformers/paraphrase-MiniLM-L3-v2 sentence-transformers/average_word_embeddings_glove.840B.300d sentence-transformers/roberta-base-nli-mean-tokens sentence-transformers/all-mpnet-base-v1 sentence-transformers/bert-base-wikipedia-sections-mean-tokens sentence-transformers/sentence-t5-base Snowflake/snowflake-arctic-embed-s TaylorAI/gte-tiny jinaai/jina-embeddings-v2-small-en sentence-transformers/gtr-t5-base dumyy/sft-bge-small During fine-tuning, we train a linear classifier on representations using the Adam optimizer (Kingma, 2014) with the following settings: batch size = 200, learning rate = 0.01, weight decay = 0.00001, and epochs = 200. D.1.3 NLP tasks with End-to-end finetuend LLMs. We largely reuse the GitHub codebase provided by (Burns et al., 2023). We use Qwen/Qwen-7B as the strong model. We consider the following 28 LLMs as the weak model: bigscience/bloom-560m bigscience/bloomz-560m bigscience/mt0-base baidu/ernie-code-560m bigscience/mt0-small google/umt5-small google/umt5-base google/mt5-base facebook/xglm-564M MBZUAI/LaMini-T5-61M MBZUAI/LaMini-Flan-T5-77M MBZUAI/LaMini-GPT-124M MBZUAI/LaMini-Neo-125M MBZUAI/LaMini-T5-223M apple/OpenELM-270M apple/OpenELM-450M EleutherAI/pythia-160m MBZUAI/LaMini-Flan-T5-248M MBZUAI/LaMini-GPT-774M cerebras/Cerebras-GPT-111M google-t5/t5-small facebook/opt-125m Qwen/Qwen2.5-0.5B distilbert/distilgpt2 EleutherAI/gpt-neo-125m gpt2 google/mt5-small EleutherAI/pythia-70m We finetune all the models using the pipeline provided in the codebase, which employs the Adam optimizer with a batch size of 32 and trains for a single epoch. The learning rate is set to 5e-5 for weak models and 1e-5 for the strong model, following the default configuration in the codebase, which applies smaller learning rates for larger models. D.2 Details and discussions on hyperparameters In Exp. I, we set αw=αs=0.1subscriptwsubscripts0.1 _w= _s=0.1αw = αs = 0.1 and βw=βs=0.1subscriptwsubscripts0.1 _w= _s=0.1βw = βs = 0.1 for all datasets. In Exp. I, we set αw=0.001subscriptw0.001 _w=0.001αw = 0.001, αs=0.05subscripts0.05 _s=0.05αs = 0.05, Ī»w=0.0001subscriptw0.0001 _w=0.0001Ī»w = 0.0001, and Ī»s=0.01subscripts0.01 _s=0.01Ī»s = 0.01 for both datasets. In Exp. I, we tune the hyperparameters for each dataset, reporting the best result. Specifically, we set αw=αssubscriptwsubscripts _w= _sαw = αs and vary them within the range 0.02,0.050.020.05\0.02,0.05\ 0.02 , 0.05 , and vary βwsubscriptw _wβw and βssubscripts _sβs independently within the range 0.2,0.5,0.8,1.0,2,4,80.20.50.81.0248\0.2,0.5,0.8,1.0,2,4,8\ 0.2 , 0.5 , 0.8 , 1.0 , 2 , 4 , 8 . Effect of hyperparameters. We vary the hyperparameters to evaluate their impact on performance. In the setting of Exp. I, we vary αwsubscriptw _wαw and αssubscripts _sαs within the range 0.001,0.01,0.050.0010.010.050.001,0.01,0.050.001 , 0.01 , 0.05 and βwsubscriptw _wβw and βssubscripts _sβs within the range 0.0001,0.001,0.010.00010.0010.010.0001,0.001,0.010.0001 , 0.001 , 0.01. The results are visualized in Figure LABEL:fig:_exp2_hps. In the setting of Exp. I, we vary the hyperparameters while keeping αw=αssubscriptwsubscripts _w= _sαw = αs as described in the previous paragraph, with results visualized in Figure LABEL:fig:_exp3_hps. Although certain hyperparameter configurations may lead to lower correlation, a non-trivial positive correlation is observed in most cases. Interestingly, in Exp. I, which is seemingly the most āchallenging settingā, the results are highly robust to changes in hyperparameters, with the worst-case correlation remaining around 0.6 across all three datasets. Cross-model hyperparameter transfer. We note that, although each model could technically require different hyperparameters, in experiments we let all weak models share hyperparameters for simplicity and still achieve strong results, suggesting that our approach is not very sensitive to hyperparameters. Further, we present a new experiment demonstrating that hyperparameters selected using one group of models (i.e., as a validation set) generalize to other models. We randomly split the weak models into two groups, select hyperparameters based on one group, and evaluate them on the other. We repeat this 20 times and report the results in Table 2. Correlation remains high with low standard deviation, indicating that hyperparameters selected using a few models can reliably generalize to new ones. Additionally, we note that a small number of labeled data should suffice for hyperparameters tuning, as they are only used to measure test performance and not to compute our metric. Table 2: Average Spearman correlation with hyperparameters selected on half of the models and evaluated on the rest. Justice Commonsense 0.885±0.16subscript0.885plus-or-minus0.160.885_± 0.160.885± 0.16 0.67±0.20subscript0.67plus-or-minus0.200.67_± 0.200.67± 0.20 D.3 Results for ā„sā¢(āw)ā¢sā„opsubscriptdelimited-ā„subscriptssubscriptwsubscriptsop P_s( I- P_w) P_s% _opā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op Results for ā„sā¢(āw)ā¢sā„opsubscriptdelimited-ā„subscriptssubscriptwsubscriptsop P_s( I- P_w) P_s% _opā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op are presented in Figures LABEL:fig:_molecular_P, LABEL:fig:_embedding_P, and LABEL:fig:_end2end_P. We observe a strong correlation between Errw2ssubscriptErrw2sErr_w2sErrw2s and ā„sā¢(āw)ā¢sā„opsubscriptdelimited-ā„subscriptssubscriptwsubscriptsop P_s( I- P_w) P_s% _opā„ italic_Ps ( italic_I - italic_Pw ) italic_Ps ā„op across the settings. These correlations are similar to those achieved using ā„sā¢(āw)ā„opsubscriptdelimited-ā„subscriptssubscriptwop P_s( I- P_w) _opā„ italic_Ps ( italic_I - italic_Pw ) ā„op, indicating that the two metrics are similarly informative for W2SG in practice, despite being theoretically derived in different ways. Figure 9: The top panel shows results on SciQ for models with sizes ā¤10000absent10000⤠10000⤠10000, while the bottom panel shows results on Amazon Polarity for models with sizes ā¤8000absent8000⤠8000⤠8000. The patterns observed here are consistent with those discussed in Figure 4 in the main paper. D.4 Comparison with model size and effective dimension Figure 9 compares our metric with the activation map dimension and the dimension of approximated principal representations for smaller models on SciQ and Amazon Polarity. The results are consistent with those presented in Figure 4 in the main paper. Appendix E Discussion Using activation maps as representations in Exp. I is a simple heuristic that yields promising results. However, more principled methods for defining and extracting representations from LLMs, such as those through NTK (Malladi et al., 2023) or representation engineering (Zou et al., 2023), could be explored. Future research could leverage these approaches to improve results and uncover new applications. For instance, (Zou et al., 2023) introduces a method for extracting specific concept directions in representations, such as honesty and power-seeking. This could enable computing our metric based on topic-specific representations, allowing predictions of W2SG for general tasks within specific topical domains.