Step * 2 2 1 1 of Lemma poly-zero-false


1. : ℤ
2. 0 < n
3. ∀p:polynom(n 1). (¬↑poly-zero(n 1;p) ⇐⇒ ∃l:{l:ℤ List| ||l|| (n 1) ∈ ℤ(l@p 0 ∈ ℤ)))
4. polyform-lead-nonzero(n;[])
5. [] ∈ polynom(n)
6. ¬(n 0 ∈ ℤ)
7. ¬(n 0 ∈ ℤ)
8. {l:ℤ List| ||l|| n ∈ ℤ
⊢ l@[] 0 ∈ ℤ
BY
(RecUnfold `poly-int-val` THEN Reduce THEN RepeatFor (DVar `l') THEN All Reduce THEN Auto) }


Latex:


Latex:

1.  n  :  \mBbbZ{}
2.  0  <  n
3.  \mforall{}p:polynom(n  -  1).  (\mneg{}\muparrow{}poly-zero(n  -  1;p)  \mLeftarrow{}{}\mRightarrow{}  \mexists{}l:\{l:\mBbbZ{}  List|  ||l||  =  (n  -  1)\}  .  (\mneg{}(l@p  =  0)))
4.  polyform-lead-nonzero(n;[])
5.  []  \mmember{}  polynom(n)
6.  \mneg{}(n  =  0)
7.  \mneg{}(n  =  0)
8.  l  :  \{l:\mBbbZ{}  List|  ||l||  =  n\} 
\mvdash{}  l@[]  =  0


By


Latex:
(RecUnfold  `poly-int-val`  0  THEN  Reduce  0  THEN  RepeatFor  2  (DVar  `l')  THEN  All  Reduce  THEN  Auto)




Home Index