Step * 1 2 1 1 1 1 of Lemma not-prime-square


1. : ℤ
2. prime(x x)
3. ¬((x x) 0 ∈ ℤ)
4. ¬0 < x
5. x < 0
6. (-x) 1
⊢ ((-x) (-x)) 1
BY
((RWO  "-1" THEN Auto) THEN Reduce THEN RelRST THEN Auto) }


Latex:


Latex:

1.  x  :  \mBbbZ{}
2.  prime(x  *  x)
3.  \mneg{}((x  *  x)  =  0)
4.  \mneg{}0  <  x
5.  x  <  0
6.  (-x)  \msim{}  1
\mvdash{}  ((-x)  *  (-x))  \msim{}  1


By


Latex:
((RWO    "-1"  0  THEN  Auto)  THEN  Reduce  0  THEN  RelRST  THEN  Auto)




Home Index