let x, y be R_eal; :: thesis: ( ( ( not x = -infty & not x = +infty ) or ( not y = -infty & not y = +infty ) ) & y <> 0 implies |.(x / y).| = |.x.| / |.y.| )
assume that
A1: ( ( not x = -infty & not x = +infty ) or ( not y = -infty & not y = +infty ) ) and
A2: y <> 0 ; :: thesis: |.(x / y).| = |.x.| / |.y.|
per cases ( x = +infty or x = -infty or ( x <> +infty & x <> -infty ) ) ;
suppose A3: x = +infty ; :: thesis: |.(x / y).| = |.x.| / |.y.|
end;
suppose A12: x = -infty ; :: thesis: |.(x / y).| = |.x.| / |.y.|
end;
suppose ( x <> +infty & x <> -infty ) ; :: thesis: |.(x / y).| = |.x.| / |.y.|
then reconsider a = x as Real by XXREAL_0:14;
now end;
hence |.(x / y).| = |.x.| / |.y.| ; :: thesis: verum
end;
end;