Show that if $f,g \in BV([a,b]) $ then $$fg \in BV([a,b]) $$ My idea was to write $f = f_1 - f_2$ and $g = g_1 - g_2$ (which are non decreasing functions) and write $fg$ as: $$ fg = (f_1 g_1 + f_2 g_2 ) - (f_1 g_2 + f_2 g_1)$$
which are two non decreasing function hence $fg$ is a bounded variation function. Is this correct?