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


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
12. ¬(∃z:T. ((R z) ∧ (R y)))
⊢ ∃n:ℕ+(R!^n y)
BY
xxx(InstConcl [⌜1⌝]⋅
      THEN Auto
      THEN RepeatFor ((RecUnfold `rel_exp` THEN Reduce 0))
      THEN InstConcl [⌜y⌝]⋅
      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
12. ¬(∃z:T. ((R z) ∧ (R y)))
⊢ R! y


Latex:


Latex:

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)))
6.  d  :  \mBbbN{}
7.  \mforall{}d:\mBbbN{}d.  \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)))
8.  x  :  T
9.  y  :  T
10.  ((f  y)  -  f  x)  \mleq{}  d
11.  x  R  y
12.  \mneg{}(\mexists{}z:T.  ((R  x  z)  \mwedge{}  (R  z  y)))
\mvdash{}  \mexists{}n:\mBbbN{}\msupplus{}.  (rel\_exp(T;  R!;  n)  x  y)


By


Latex:
xxx(InstConcl  [\mkleeneopen{}1\mkleeneclose{}]\mcdot{}
        THEN  Auto
        THEN  RepeatFor  2  ((RecUnfold  `rel\_exp`  0  THEN  Reduce  0))
        THEN  InstConcl  [\mkleeneopen{}y\mkleeneclose{}]\mcdot{}
        THEN  Auto)xxx




Home Index