Step
*
1
1
2
1
1
1
of Lemma
unsat-omega_start
1. n : ℕ
2. u : {L:ℤ List| ||L|| = (n + 1) ∈ ℤ} 
3. v : {L:ℤ List| ||L|| = (n + 1) ∈ ℤ}  List
4. ineqs : {L:ℤ List| ||L|| = (n + 1) ∈ ℤ}  List
5. xs : ℤ List
6. (∀as∈[u / v].xs ⋅ as =0)
7. (∀bs∈ineqs.xs ⋅ bs ≥0)
8. ||xs|| = ||u|| ∈ ℤ
9. 0 < ||xs||
10. hd(xs) = 1 ∈ ℤ
11. u ⋅ xs = 0 ∈ ℤ
12. x : ℤ List+ List
13. gcd-reduce-eq-constraints([];[u / v]) = (inl x) ∈ (ℤ List+ List?)
14. True
15. (∀as∈x.xs ⋅ as =0)
16. x1 : ℤ List+ List
17. gcd-reduce-ineq-constraints([];ineqs) = (inl x1) ∈ (ℤ List+ List?)
18. True
19. (∀as∈x1.xs ⋅ as ≥0)
⊢ xs |= inl <x, x1>
BY
{ (RepUR ``satisfies-int-constraint-problem`` 0 THEN Auto) }
Latex:
Latex:
1.  n  :  \mBbbN{}
2.  u  :  \{L:\mBbbZ{}  List|  ||L||  =  (n  +  1)\} 
3.  v  :  \{L:\mBbbZ{}  List|  ||L||  =  (n  +  1)\}    List
4.  ineqs  :  \{L:\mBbbZ{}  List|  ||L||  =  (n  +  1)\}    List
5.  xs  :  \mBbbZ{}  List
6.  (\mforall{}as\mmember{}[u  /  v].xs  \mcdot{}  as  =0)
7.  (\mforall{}bs\mmember{}ineqs.xs  \mcdot{}  bs  \mgeq{}0)
8.  ||xs||  =  ||u||
9.  0  <  ||xs||
10.  hd(xs)  =  1
11.  u  \mcdot{}  xs  =  0
12.  x  :  \mBbbZ{}  List\msupplus{}  List
13.  gcd-reduce-eq-constraints([];[u  /  v])  =  (inl  x)
14.  True
15.  (\mforall{}as\mmember{}x.xs  \mcdot{}  as  =0)
16.  x1  :  \mBbbZ{}  List\msupplus{}  List
17.  gcd-reduce-ineq-constraints([];ineqs)  =  (inl  x1)
18.  True
19.  (\mforall{}as\mmember{}x1.xs  \mcdot{}  as  \mgeq{}0)
\mvdash{}  xs  |=  inl  <x,  x1>
By
Latex:
(RepUR  ``satisfies-int-constraint-problem``  0  THEN  Auto)
Home
Index