Step * of Lemma Legendre-roots-unique

[n:ℕ]. ∀[z:ℕn ⟶ ℝ].
  (∀[i:ℕn]. ((z i) Legendre-root(n;i))) supposing 
     ((∀i:ℕn. (Legendre(n;z i) r0)) and 
     (∀i:ℕ1. ((z i) < (z (i 1)))))
BY
(Auto THEN (InstLemma `Legendre-rpolynomial` [⌜n⌝]⋅ THENA Auto) THEN ExRepD) }

1
1. : ℕ
2. : ℕn ⟶ ℝ
3. ∀i:ℕ1. ((z i) < (z (i 1)))
4. ∀i:ℕn. (Legendre(n;z i) r0)
5. : ℕn
6. : ℕ1 ⟶ ℝ
7. ∀x:ℝ(Legendre(n;x) i≤n. a_i x^i))
8. (a n) (r(doublefact((2 n) 1))/r((n)!))
⊢ (z i) Legendre-root(n;i)


Latex:


Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[z:\mBbbN{}n  {}\mrightarrow{}  \mBbbR{}].
    (\mforall{}[i:\mBbbN{}n].  ((z  i)  =  Legendre-root(n;i)))  supposing 
          ((\mforall{}i:\mBbbN{}n.  (Legendre(n;z  i)  =  r0))  and 
          (\mforall{}i:\mBbbN{}n  -  1.  ((z  i)  <  (z  (i  +  1)))))


By


Latex:
(Auto  THEN  (InstLemma  `Legendre-rpolynomial`  [\mkleeneopen{}n\mkleeneclose{}]\mcdot{}  THENA  Auto)  THEN  ExRepD)




Home Index