Step * 1 2 1 2 1 1 1 1 of Lemma linearization-value


1. : ℤ List
2. : ℤ List List
3. ∀[p:iPolynomial()]
     ∀f:ℤ ⟶ ℤ
       (int_term_value(f;ipolynomial-term(filter(λm.snd(m) ∈b v;p)))
       linearization(p;v) ⋅ map(λvs.accumulate (with value and list item v):
                                       (f v)
                                      over list:
                                        vs
                                      with starting value:
                                       1);v)
       ∈ ℤ
     supposing no_repeats(ℤ List;v)
4. no_repeats(ℤ List;v) ∧ (u ∈ v))
5. : ℤ ⟶ ℤ
⊢ int_term_value(f;ipolynomial-term([]))
(int_term_value(f;ipolynomial-term([])) int_term_value(f;ipolynomial-term([])))
∈ ℤ
BY
TACTIC:(RepUR ``ipolynomial-term int_term_value`` THEN Auto) }


Latex:


Latex:

1.  u  :  \mBbbZ{}  List
2.  v  :  \mBbbZ{}  List  List
3.  \mforall{}[p:iPolynomial()]
          \mforall{}f:\mBbbZ{}  {}\mrightarrow{}  \mBbbZ{}
              (int\_term\_value(f;ipolynomial-term(filter(\mlambda{}m.snd(m)  \mmember{}\msubb{}  v;p)))
              =  linearization(p;v)  \mcdot{}  map(\mlambda{}vs.accumulate  (with  value  x  and  list  item  v):
                                                                              x  *  (f  v)
                                                                            over  list:
                                                                                vs
                                                                            with  starting  value:
                                                                              1);v)) 
          supposing  no\_repeats(\mBbbZ{}  List;v)
4.  no\_repeats(\mBbbZ{}  List;v)  \mwedge{}  (\mneg{}(u  \mmember{}  v))
5.  f  :  \mBbbZ{}  {}\mrightarrow{}  \mBbbZ{}
\mvdash{}  int\_term\_value(f;ipolynomial-term([]))
=  (int\_term\_value(f;ipolynomial-term([]))  +  int\_term\_value(f;ipolynomial-term([])))


By


Latex:
TACTIC:(RepUR  ``ipolynomial-term  int\_term\_value``  0  THEN  Auto)




Home Index