An algebra $A$ over $F$ is said to be a graded algebra if as a vector space over $F$, $A$ can be written in the form
$$A=\bigoplus_{i=0}^\infty A_i$$
for subspaces $A_i$ of $A$ along with other properties.
And a graded ideal $I$ in a graded algebra $A$ is an ideal $I$ for which as a subspace of $A$,
$$I = \bigoplus_{i=0}^\infty (I \cap A_i)$$
In Steve Roman's book "Advanced Linear Algebra" it claims that if $I$ is a graded ideal in $A$, then the quotient ring $A/I$ is also graded, since
$$\frac{A}{I} = \bigoplus_{i=0}^\infty \frac{A_i+I}{I}$$ Can someone give a careful proof of this? I am familiar with the coset or equivalence relation construction behind $A/I$ as being interpreted as identifying elements of $I$ with $0$. But the numerator $A_i+I$ on the right side is an unfamiliar sight. Presumably a proof will enlighten me on how to think of it.