Nested absolute operations

73 Views Asked by At

The question is: are the following two functions equivalent? And if yes, what properties of the absolute value should I use to prove it?

$f_1(x,y,z)$ = $|\, x + |y+z| \,|$

$f_2(x,y,z)$ = $| \,|x+y| + z \,|$