Step * of Lemma qexp-exp

[n:ℕ]. ∀[x:ℤ].  (x ↑ x^n ∈ ℚ)
BY
xxx(InductionOnNat THEN Auto THEN RWW "qexp-zero" THEN Try (Complete (Auto)))xxx }

1
.....wf..... 
1. : ℤ
2. : ℤ
⊢ x^0 x^0 ∈ ℚ

2
1. : ℤ
2. 0 < n
3. ∀[x:ℤ]. (x ↑ x^(n 1) ∈ ℚ)
4. : ℤ
⊢ x ↑ x^n ∈ ℚ


Latex:


Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[x:\mBbbZ{}].    (x  \muparrow{}  n  =  x\^{}n)


By


Latex:
xxx(InductionOnNat  THEN  Auto  THEN  RWW  "qexp-zero"  0  THEN  Try  (Complete  (Auto)))xxx




Home Index