Step * of Lemma multiply_distrib2_int_mod

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

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


Latex:


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


By


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




Home Index