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


1. v : ℤ
2. v1 : ℤ
⊢ (v ≡ 0 mod 9 ⇐⇒ v1 ≡ 0 mod 9) ⇒ (9 | v ⇐⇒ 9 | 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  9  \mLeftarrow{}{}\mRightarrow{}  v1  \mequiv{}  0  mod  9)  {}\mRightarrow{}  (9  |  v  \mLeftarrow{}{}\mRightarrow{}  9  |  v1)


By


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




Home Index