Step * of Lemma multiply_distrib_int_mod

No Annotations
[n:ℤ]. ∀[a,x,y:ℤ_n].  ((a (x y)) ((a x) (a y)) ∈ ℤ_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
⊢ (a (x y)) ((a1 x1) (a1 y1)) ∈ ℤ_n


Latex:


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


By


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




Home Index