Step
*
1
of Lemma
assert-is_power
1. n1 : ℤ
2. x : ℤ
3. x < 0
4. 0 ≤ n1
5. ∃r:ℤ. (x = r^(2 * n1) ∈ ℤ)
⊢ False
BY
{ (ExRepD THEN RWO "exp_mul" (-1) THEN Auto) }
1
1. n1 : ℤ
2. x : ℤ
3. x < 0
4. 0 ≤ n1
5. r : ℤ
6. x = r^2^n1 ∈ ℤ
⊢ False
Latex:
Latex:
1.  n1  :  \mBbbZ{}
2.  x  :  \mBbbZ{}
3.  x  <  0
4.  0  \mleq{}  n1
5.  \mexists{}r:\mBbbZ{}.  (x  =  r\^{}(2  *  n1))
\mvdash{}  False
By
Latex:
(ExRepD  THEN  RWO  "exp\_mul"  (-1)  THEN  Auto)
Home
Index