Step * 1 1 1 1 of Lemma rel-immediate-rel-plus

.....assertion..... 
1. [T] Type
2. [R] T ⟶ T ⟶ ℙ
3. T ⟶ ℕ
4. ∀x,y:T.  ((R y)  x < y)
5. ∀x,y:T.  Dec(∃z:T. ((R z) ∧ (R y)))
⊢ ∀d:ℕ. ∀x,y:T.  ((((f y) x) ≤ d)  (x y)  (∃n:ℕ+(R!^n y)))
BY
xxx(CompleteInductionOnNat THEN Auto)xxx }

1
1. [T] Type
2. [R] T ⟶ T ⟶ ℙ
3. T ⟶ ℕ
4. ∀x,y:T.  ((R y)  x < y)
5. ∀x,y:T.  Dec(∃z:T. ((R z) ∧ (R y)))
6. : ℕ
7. ∀d:ℕd. ∀x,y:T.  ((((f y) x) ≤ d)  (x y)  (∃n:ℕ+(R!^n y)))
8. T
9. T
10. ((f y) x) ≤ d
11. y
⊢ ∃n:ℕ+(R!^n y)


Latex:


Latex:
.....assertion..... 
1.  [T]  :  Type
2.  [R]  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}
3.  f  :  T  {}\mrightarrow{}  \mBbbN{}
4.  \mforall{}x,y:T.    ((R  x  y)  {}\mRightarrow{}  f  x  <  f  y)
5.  \mforall{}x,y:T.    Dec(\mexists{}z:T.  ((R  x  z)  \mwedge{}  (R  z  y)))
\mvdash{}  \mforall{}d:\mBbbN{}.  \mforall{}x,y:T.    ((((f  y)  -  f  x)  \mleq{}  d)  {}\mRightarrow{}  (x  R  y)  {}\mRightarrow{}  (\mexists{}n:\mBbbN{}\msupplus{}.  (rel\_exp(T;  R!;  n)  x  y)))


By


Latex:
xxx(CompleteInductionOnNat  THEN  Auto)xxx




Home Index