Question 6.4.24 (a) (in Linear algebra by Friedberg, Insel, and Spence): Suppose that $\beta$ is an ordered basis for $V$ such that $[T]_{\beta}$ is an upper triangular matrix. Let $\gamma$ be the orthonormal basis for $V$ obtained by applying the Gram-Schmidt orthogonalization process to $\beta$ and then normalizing the resulting vectors. Prove that $[T]_\gamma$ is an upper triangular matrix.
Let $\beta = \{v_1, ... , v_n\}$ and $\gamma = \{w_1, ..., w_n\}$, and $[T]_{\beta}=A$ and $[T]_\gamma=B$. I know that $w_1 = \frac{v_1}{||v_1||}$. Thus, $T(w_1) = \frac{1}{||v_1||} T(v_1) = \frac{1}{||v_1||} A_{11}v_1$, and this implies that $B_{11} = A_{11}$. I guess I need to proceed from here, using induction on $\dim(V)$, but I am struggling with it. I appreciate if you give some help.
Hint: It suffices to apply (and prove if necessary) the following two facts.