Step * 1 1 1 2 1 of Lemma rpolynomial-complete-roots-unique


1. : ℕ+
2. : ℕn ⟶ ℝ
3. : ℕn ⟶ ℝ
4. : ℕn
5. ∀i,j:ℕn.  (i <  ((z i) < (z j)))
6. ∀i,j:ℕn.  (i <  ((y i) < (y j)))
7. ∀i:ℕn. (rprod(0;n 1;j.(z i) j) r0)
8. ∀i:ℕn. (rprod(0;n 1;j.(y i) j) r0)
9. : ℝ
10. ∀i:ℕn. (((z i) < x) ∧ ((y i) < x))
11. rprod(0;n 1;j.x j) rprod(0;n 1;j.x j)
⊢ (z j) (y j)
BY
(NatInd THENL [Auto; (RepeatFor (ParallelLast) THEN Auto THEN (RWO "rprod-split-last" (-1) THENA Auto))]) }

1
1. : ℝ
2. : ℤ
3. 0 < n
4. ∀z,y:ℕ1 ⟶ ℝ. ∀j:ℕ1.
     ((∀i,j:ℕ1.  (i <  ((z i) < (z j))))
      (∀i,j:ℕ1.  (i <  ((y i) < (y j))))
      (∀i:ℕ1. (rprod(0;n 1;j.(z i) j) r0))
      (∀i:ℕ1. (rprod(0;n 1;j.(y i) j) r0))
      (∀i:ℕ1. (((z i) < x) ∧ ((y i) < x)))
      (rprod(0;n 1;j.x j) rprod(0;n 1;j.x j))
      ((z j) (y j)))
5. : ℕn ⟶ ℝ
6. ∀y:ℕ1 ⟶ ℝ. ∀j:ℕ1.
     ((∀i,j:ℕ1.  (i <  ((z i) < (z j))))
      (∀i,j:ℕ1.  (i <  ((y i) < (y j))))
      (∀i:ℕ1. (rprod(0;n 1;j.(z i) j) r0))
      (∀i:ℕ1. (rprod(0;n 1;j.(y i) j) r0))
      (∀i:ℕ1. (((z i) < x) ∧ ((y i) < x)))
      (rprod(0;n 1;j.x j) rprod(0;n 1;j.x j))
      ((z j) (y j)))
7. : ℕn ⟶ ℝ
8. ∀j:ℕ1
     ((∀i,j:ℕ1.  (i <  ((z i) < (z j))))
      (∀i,j:ℕ1.  (i <  ((y i) < (y j))))
      (∀i:ℕ1. (rprod(0;n 1;j.(z i) j) r0))
      (∀i:ℕ1. (rprod(0;n 1;j.(y i) j) r0))
      (∀i:ℕ1. (((z i) < x) ∧ ((y i) < x)))
      (rprod(0;n 1;j.x j) rprod(0;n 1;j.x j))
      ((z j) (y j)))
9. : ℕn
10. ∀i,j:ℕn.  (i <  ((z i) < (z j)))
11. ∀i,j:ℕn.  (i <  ((y i) < (y j)))
12. ∀i:ℕn. (rprod(0;n 1;j.(z i) j) r0)
13. ∀i:ℕn. (rprod(0;n 1;j.(y i) j) r0)
14. ∀i:ℕn. (((z i) < x) ∧ ((y i) < x))
15. (rprod(0;n 1;j.x j) (x (n 1))) (rprod(0;n 1;j.x j) (x (n 1)))
⊢ (z j) (y j)


Latex:


Latex:

1.  n  :  \mBbbN{}\msupplus{}
2.  z  :  \mBbbN{}n  {}\mrightarrow{}  \mBbbR{}
3.  y  :  \mBbbN{}n  {}\mrightarrow{}  \mBbbR{}
4.  j  :  \mBbbN{}n
5.  \mforall{}i,j:\mBbbN{}n.    (i  <  j  {}\mRightarrow{}  ((z  i)  <  (z  j)))
6.  \mforall{}i,j:\mBbbN{}n.    (i  <  j  {}\mRightarrow{}  ((y  i)  <  (y  j)))
7.  \mforall{}i:\mBbbN{}n.  (rprod(0;n  -  1;j.(z  i)  -  y  j)  =  r0)
8.  \mforall{}i:\mBbbN{}n.  (rprod(0;n  -  1;j.(y  i)  -  z  j)  =  r0)
9.  x  :  \mBbbR{}
10.  \mforall{}i:\mBbbN{}n.  (((z  i)  <  x)  \mwedge{}  ((y  i)  <  x))
11.  rprod(0;n  -  1;j.x  -  y  j)  =  rprod(0;n  -  1;j.x  -  z  j)
\mvdash{}  (z  j)  =  (y  j)


By


Latex:
(NatInd  1
  THENL  [Auto;  (RepeatFor  2  (ParallelLast)  THEN  Auto  THEN  (RWO  "rprod-split-last"  (-1)  THENA  Auto))]
)




Home Index