Step * 2 1 of Lemma divisibility-by-3-rule


1. v : ℤ
2. v1 : ℤ
⊢ (v ≡ 0 mod 3 ⇐⇒ v1 ≡ 0 mod 3) ⇒ (3 | v ⇐⇒ 3 | v1)
BY
{ xxx(RepUR ``eqmod`` 0 THEN RW IntNormC 0 THEN Auto)xxx }


Latex:


Latex:

1.  v  :  \mBbbZ{}
2.  v1  :  \mBbbZ{}
\mvdash{}  (v  \mequiv{}  0  mod  3  \mLeftarrow{}{}\mRightarrow{}  v1  \mequiv{}  0  mod  3)  {}\mRightarrow{}  (3  |  v  \mLeftarrow{}{}\mRightarrow{}  3  |  v1)


By


Latex:
xxx(RepUR  ``eqmod``  0  THEN  RW  IntNormC  0  THEN  Auto)xxx




Home Index