Step * 2 1 1 of Lemma linearization-value


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

1
.....subterm..... T:t
1:n
1. : ℤ List List
2. iPolynomial()
3. (∀m∈p.(snd(m) ∈ L))
4. no_repeats(ℤ List;L)
5. ∀f:ℤ ⟶ ℤ
     (int_term_value(f;ipolynomial-term(filter(λm.snd(m) ∈b L;p)))
     linearization(p;L) ⋅ map(λvs.accumulate (with value and list item v):
                                     (f v)
                                    over list:
                                      vs
                                    with starting value:
                                     1);L)
     ∈ ℤ)
6. : ℤ ⟶ ℤ
7. int_term_value(f;ipolynomial-term(filter(λm.snd(m) ∈b L;p)))
linearization(p;L) ⋅ map(λvs.accumulate (with value and list item v):
                                (f v)
                               over list:
                                 vs
                               with starting value:
                                1);L)
∈ ℤ
⊢ filter(λm.snd(m) ∈b L;p) ∈ (iMonomial() List)


Latex:


Latex:

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


By


Latex:
TACTIC:RepeatFor  2  ((EqCD  THEN  Auto))




Home Index