Step * 2 1 of Lemma approx-per-for-mono

.....assertion..... 
1. Type
2. mono(T)
3. Base
4. Base
5. y ∈ T
6. ∀t:Base. (((x ≤ t) ∧ (t ∈ T))  (∃t':Base. ((y ≤ t') ∧ (t' t ∈ T))))
7. Base
8. y ≤ t
9. t ∈ T
10. x ≤ x
⊢ t ∈ T
BY
(BackThruSomeHyp' THEN With ⌜y⌝  THEN Auto) }


Latex:


Latex:
.....assertion..... 
1.  T  :  Type
2.  mono(T)
3.  x  :  Base
4.  y  :  Base
5.  x  =  y
6.  \mforall{}t:Base.  (((x  \mleq{}  t)  \mwedge{}  (t  \mmember{}  T))  {}\mRightarrow{}  (\mexists{}t':Base.  ((y  \mleq{}  t')  \mwedge{}  (t'  =  t))))
7.  t  :  Base
8.  y  \mleq{}  t
9.  t  \mmember{}  T
10.  x  \mleq{}  x
\mvdash{}  y  =  t


By


Latex:
(BackThruSomeHyp'  THEN  D  0  With  \mkleeneopen{}y\mkleeneclose{}    THEN  Auto)




Home Index