This question is related to Weiner filter. However my doubt is not about the Wiener Filter itself but the calculations from one of the exercise.
I was given: $$H(f) = \frac{S_v(f)}{S_v(f)+S_x(f)}$$ where, $$S_v(f)=(1-|f|)I_{[-1,1]}(f)$$ $$S_x(f)=1-I_{[-1,1]}(f)$$ Hence, I have: $$H(f) = \frac{(1-|f|)I_{[-1,1]}(f)}{1-|f|I_{[-1,1]}(f)}$$ But the answer further simplifies it to: $$H(f) = I_{[-1,1]}(f)$$
How do I achieve the last step? It doesn't make sense to me.