Step
*
5
of Lemma
satisfies_int_formula_dnf
1. left : int_formula()
2. right : int_formula()
3. ∀f:ℤ ⟶ ℤ. (int_formula_prop(f;left) 
⇐⇒ (∃X∈int_formula_dnf(left). satisfies-poly-constraints(f;X)))
4. ∀f:ℤ ⟶ ℤ. (int_formula_prop(f;right) 
⇐⇒ (∃X∈int_formula_dnf(right). satisfies-poly-constraints(f;X)))
5. f : ℤ ⟶ ℤ
⊢ int_formula_prop(f;left) ∨ int_formula_prop(f;right)
⇐⇒ (∃X∈int_formula_dnf(left) @ int_formula_dnf(right). satisfies-poly-constraints(f;X))
BY
{ (RWO "l_exists_append" 0 THEN Auto THEN ParallelLast THEN Auto) }
Latex:
Latex:
1.  left  :  int\_formula()
2.  right  :  int\_formula()
3.  \mforall{}f:\mBbbZ{}  {}\mrightarrow{}  \mBbbZ{}
          (int\_formula\_prop(f;left)  \mLeftarrow{}{}\mRightarrow{}  (\mexists{}X\mmember{}int\_formula\_dnf(left).  satisfies-poly-constraints(f;X)))
4.  \mforall{}f:\mBbbZ{}  {}\mrightarrow{}  \mBbbZ{}
          (int\_formula\_prop(f;right)  \mLeftarrow{}{}\mRightarrow{}  (\mexists{}X\mmember{}int\_formula\_dnf(right).  satisfies-poly-constraints(f;X)))
5.  f  :  \mBbbZ{}  {}\mrightarrow{}  \mBbbZ{}
\mvdash{}  int\_formula\_prop(f;left)  \mvee{}  int\_formula\_prop(f;right)
\mLeftarrow{}{}\mRightarrow{}  (\mexists{}X\mmember{}int\_formula\_dnf(left)  @  int\_formula\_dnf(right).  satisfies-poly-constraints(f;X))
By
Latex:
(RWO  "l\_exists\_append"  0  THEN  Auto  THEN  ParallelLast  THEN  Auto)
Home
Index