Step * of Lemma rnexp_functionality

No Annotations
[n:ℕ]. ∀[x,y:ℝ].  x^n y^n supposing y
BY
(InductionOnNat THEN Reduce THEN Auto THEN (RWO "rnexp_unroll" THEN Auto) THEN RepeatFor (AutoSplit)) }

1
1. : ℤ
2. n ≠ 1
3. n ≠ 0
4. 0 < n
5. ∀[x,y:ℝ].  x^n y^n supposing y
6. : ℝ
7. : ℝ
8. y
⊢ (x^n x) (y^n y)


Latex:


Latex:
No  Annotations
\mforall{}[n:\mBbbN{}].  \mforall{}[x,y:\mBbbR{}].    x\^{}n  =  y\^{}n  supposing  x  =  y


By


Latex:
(InductionOnNat
  THEN  Reduce  0
  THEN  Auto
  THEN  (RWO  "rnexp\_unroll"  0  THEN  Auto)
  THEN  RepeatFor  2  (AutoSplit))




Home Index