Step * of Lemma multiply_assoc_int_mod

No Annotations
[n:ℤ]. ∀[x,y,z:ℤ_n].  (((x y) z) (x z) ∈ ℤ_n)
BY
((UnivCD THENA Auto) THEN RepeatFor (quotD 2)) }

1
1. : ℤ
2. : ℤ
3. x1 : ℤ
4. x ≡ x1 mod n
5. : ℤ
6. y1 : ℤ
7. y ≡ y1 mod n
8. : ℤ
9. z1 : ℤ
10. z ≡ z1 mod n
⊢ ((x y) z) (x1 y1 z1) ∈ ℤ_n


Latex:


Latex:
No  Annotations
\mforall{}[n:\mBbbZ{}].  \mforall{}[x,y,z:\mBbbZ{}\_n].    (((x  *  y)  *  z)  =  (x  *  y  *  z))


By


Latex:
((UnivCD  THENA  Auto)  THEN  RepeatFor  3  (quotD  2))




Home Index