Step
*
1
1
of Lemma
rep_int_constraint_step_wf
1. f : IntConstraints ⟶ IntConstraints
2. p : IntConstraints
3. ∀p:IntConstraints
     (0 < dim(p) 
⇒ (dim(f p) < dim(p) ∨ ((dim(f p) = dim(p) ∈ ℤ) ∧ num-eq-constraints(f p) < num-eq-constraints(p))))
4. n : ℤ
5. p1 : IntConstraints
6. dim(p1) < 0
⊢ rep_int_constraint_step(f;p1) ∈ {p:IntConstraints| dim(p) = 0 ∈ ℤ} 
BY
{ (Assert ⌜False⌝⋅ THEN Auto') }
Latex:
Latex:
1.  f  :  IntConstraints  {}\mrightarrow{}  IntConstraints
2.  p  :  IntConstraints
3.  \mforall{}p:IntConstraints
          (0  <  dim(p)
          {}\mRightarrow{}  (dim(f  p)  <  dim(p)
                \mvee{}  ((dim(f  p)  =  dim(p))  \mwedge{}  num-eq-constraints(f  p)  <  num-eq-constraints(p))))
4.  n  :  \mBbbZ{}
5.  p1  :  IntConstraints
6.  dim(p1)  <  0
\mvdash{}  rep\_int\_constraint\_step(f;p1)  \mmember{}  \{p:IntConstraints|  dim(p)  =  0\} 
By
Latex:
(Assert  \mkleeneopen{}False\mkleeneclose{}\mcdot{}  THEN  Auto')
Home
Index