Step
*
1
2
1
1
1
2
of Lemma
satisfies-negate-poly-constraint
1. ineqs : iPolynomial() List
2. f : ℤ ⟶ ℤ
3. [] ∈ iPolynomial() List
4. u : iPolynomial()
5. v : iPolynomial() List
6. ∀L:polynomial-constraints() List
     ((∃Z∈accumulate (with value pcs and list item e):
           [<[], [minus-poly(add-ipoly(e;const-poly(1)))]> [<[], [add-ipoly(e;const-poly(-1))]> / pcs]]
          over list:
            v
          with starting value:
           L). satisfies-poly-constraints(f;Z))
     
⇐⇒ (∃e∈v. (0 ≤ int_term_value(f;ipolynomial-term(minus-poly(add-ipoly(e;const-poly(1))))))
         ∨ (0 ≤ int_term_value(f;ipolynomial-term(add-ipoly(e;const-poly(-1))))))
         ∨ (∃Z∈L. satisfies-poly-constraints(f;Z)))
⊢ ∀L:polynomial-constraints() List
    ((∃Z∈accumulate (with value pcs and list item e):
          [<[], [minus-poly(add-ipoly(e;const-poly(1)))]> [<[], [add-ipoly(e;const-poly(-1))]> / pcs]]
         over list:
           v
         with starting value:
          [<[], [minus-poly(add-ipoly(u;const-poly(1)))]>
           [<[], [add-ipoly(u;const-poly(-1))]> / L]]). satisfies-poly-constraints(f;Z))
    
⇐⇒ (∃e∈[u / v]. (0 ≤ int_term_value(f;ipolynomial-term(minus-poly(add-ipoly(e;const-poly(1))))))
        ∨ (0 ≤ int_term_value(f;ipolynomial-term(add-ipoly(e;const-poly(-1))))))
        ∨ (∃Z∈L. satisfies-poly-constraints(f;Z)))
BY
{ (RWO "-1" 0 THENA Auto) }
1
1. ineqs : iPolynomial() List
2. f : ℤ ⟶ ℤ
3. [] ∈ iPolynomial() List
4. u : iPolynomial()
5. v : iPolynomial() List
6. ∀L:polynomial-constraints() List
     ((∃Z∈accumulate (with value pcs and list item e):
           [<[], [minus-poly(add-ipoly(e;const-poly(1)))]> [<[], [add-ipoly(e;const-poly(-1))]> / pcs]]
          over list:
            v
          with starting value:
           L). satisfies-poly-constraints(f;Z))
     
⇐⇒ (∃e∈v. (0 ≤ int_term_value(f;ipolynomial-term(minus-poly(add-ipoly(e;const-poly(1))))))
         ∨ (0 ≤ int_term_value(f;ipolynomial-term(add-ipoly(e;const-poly(-1))))))
         ∨ (∃Z∈L. satisfies-poly-constraints(f;Z)))
⊢ ∀L:polynomial-constraints() List
    ((∃e∈v. (0 ≤ int_term_value(f;ipolynomial-term(minus-poly(add-ipoly(e;const-poly(1))))))
     ∨ (0 ≤ int_term_value(f;ipolynomial-term(add-ipoly(e;const-poly(-1))))))
     ∨ (∃Z∈[<[], [minus-poly(add-ipoly(u;const-poly(1)))]>
            [<[], [add-ipoly(u;const-poly(-1))]> / L]]. satisfies-poly-constraints(f;Z))
    
⇐⇒ (∃e∈[u / v]. (0 ≤ int_term_value(f;ipolynomial-term(minus-poly(add-ipoly(e;const-poly(1))))))
        ∨ (0 ≤ int_term_value(f;ipolynomial-term(add-ipoly(e;const-poly(-1))))))
        ∨ (∃Z∈L. satisfies-poly-constraints(f;Z)))
Latex:
Latex:
1.  ineqs  :  iPolynomial()  List
2.  f  :  \mBbbZ{}  {}\mrightarrow{}  \mBbbZ{}
3.  []  \mmember{}  iPolynomial()  List
4.  u  :  iPolynomial()
5.  v  :  iPolynomial()  List
6.  \mforall{}L:polynomial-constraints()  List
          ((\mexists{}Z\mmember{}accumulate  (with  value  pcs  and  list  item  e):
                      [<[],  [minus-poly(add-ipoly(e;const-poly(1)))]>
                        [<[],  [add-ipoly(e;const-poly(-1))]>  /  pcs]]
                    over  list:
                        v
                    with  starting  value:
                      L).  satisfies-poly-constraints(f;Z))
          \mLeftarrow{}{}\mRightarrow{}  (\mexists{}e\mmember{}v.  (0  \mleq{}  int\_term\_value(f;ipolynomial-term(minus-poly(add-ipoly(e;const-poly(1))))))
                  \mvee{}  (0  \mleq{}  int\_term\_value(f;ipolynomial-term(add-ipoly(e;const-poly(-1))))))
                  \mvee{}  (\mexists{}Z\mmember{}L.  satisfies-poly-constraints(f;Z)))
\mvdash{}  \mforall{}L:polynomial-constraints()  List
        ((\mexists{}Z\mmember{}accumulate  (with  value  pcs  and  list  item  e):
                    [<[],  [minus-poly(add-ipoly(e;const-poly(1)))]>
                      [<[],  [add-ipoly(e;const-poly(-1))]>  /  pcs]]
                  over  list:
                      v
                  with  starting  value:
                    [<[],  [minus-poly(add-ipoly(u;const-poly(1)))]>
                      [<[],  [add-ipoly(u;const-poly(-1))]>  /  L]]).  satisfies-poly-constraints(f;Z))
        \mLeftarrow{}{}\mRightarrow{}  (\mexists{}e\mmember{}[u  / 
                          v].  (0  \mleq{}  int\_term\_value(f;ipolynomial-term(minus-poly(add-ipoly(e;const-poly(1))))))
                \mvee{}  (0  \mleq{}  int\_term\_value(f;ipolynomial-term(add-ipoly(e;const-poly(-1))))))
                \mvee{}  (\mexists{}Z\mmember{}L.  satisfies-poly-constraints(f;Z)))
By
Latex:
(RWO  "-1"  0  THENA  Auto)
Home
Index