Step
*
of Lemma
mul-assoced-one
∀x,y:ℤ.  (((x * y) ~ 1) 
⇒ (x ~ 1))
BY
{ (Auto THEN ParallelLast THEN Auto) }
1
1. x : ℤ
2. y : ℤ
3. (x * y) | 1
4. 1 | (x * y)
⊢ x | 1
Latex:
Latex:
\mforall{}x,y:\mBbbZ{}.    (((x  *  y)  \msim{}  1)  {}\mRightarrow{}  (x  \msim{}  1))
By
Latex:
(Auto  THEN  ParallelLast  THEN  Auto)
Home
Index