Metamath Proof Explorer


Theorem modaddmod

Description: The sum of a real number modulo a positive real number and another real number equals the sum of the two real numbers modulo the positive real number. (Contributed by Alexander van der Vekens, 13-May-2018)

Ref Expression
Assertion modaddmod
|- ( ( A e. RR /\ B e. RR /\ M e. RR+ ) -> ( ( ( A mod M ) + B ) mod M ) = ( ( A + B ) mod M ) )

Proof

Step Hyp Ref Expression
1 modcl
 |-  ( ( A e. RR /\ M e. RR+ ) -> ( A mod M ) e. RR )
2 simpl
 |-  ( ( A e. RR /\ M e. RR+ ) -> A e. RR )
3 1 2 jca
 |-  ( ( A e. RR /\ M e. RR+ ) -> ( ( A mod M ) e. RR /\ A e. RR ) )
4 3 3adant2
 |-  ( ( A e. RR /\ B e. RR /\ M e. RR+ ) -> ( ( A mod M ) e. RR /\ A e. RR ) )
5 3simpc
 |-  ( ( A e. RR /\ B e. RR /\ M e. RR+ ) -> ( B e. RR /\ M e. RR+ ) )
6 modabs2
 |-  ( ( A e. RR /\ M e. RR+ ) -> ( ( A mod M ) mod M ) = ( A mod M ) )
7 6 3adant2
 |-  ( ( A e. RR /\ B e. RR /\ M e. RR+ ) -> ( ( A mod M ) mod M ) = ( A mod M ) )
8 modadd1
 |-  ( ( ( ( A mod M ) e. RR /\ A e. RR ) /\ ( B e. RR /\ M e. RR+ ) /\ ( ( A mod M ) mod M ) = ( A mod M ) ) -> ( ( ( A mod M ) + B ) mod M ) = ( ( A + B ) mod M ) )
9 4 5 7 8 syl3anc
 |-  ( ( A e. RR /\ B e. RR /\ M e. RR+ ) -> ( ( ( A mod M ) + B ) mod M ) = ( ( A + B ) mod M ) )