Description: Rotate the variables right in an equation with addition on the left, converting it into a subtraction. Version of mvlladdd with a commuted consequent, and of mvrladdd with a commuted hypothesis. (Contributed by SN, 21-Aug-2024)
|- ( ph -> A e. CC )
|- ( ph -> B e. CC )
|- ( ph -> ( A + B ) = C )
|- ( ph -> ( C - A ) = B )
|- ( ph -> B = ( C - A ) )