Step * 2 5 of Lemma filter_before


1. Type
2. A
3. List
4. ∀P:A ⟶ 𝔹. ∀x,y:A.  (x before y ∈ filter(P;v) ⇐⇒ (↑(P x)) ∧ (↑(P y)) ∧ before y ∈ v)
5. A ⟶ 𝔹
6. ¬↑(P u)
7. A
8. y@0 A
9. before y@0 ∈ filter(P;v)
⊢ ↑(P y@0)
BY
((InstHyp [P;x;y@0] THENA Auto) THEN SimpHyp (-1) THEN Auto) }


Latex:


Latex:

1.  A  :  Type
2.  u  :  A
3.  v  :  A  List
4.  \mforall{}P:A  {}\mrightarrow{}  \mBbbB{}.  \mforall{}x,y:A.    (x  before  y  \mmember{}  filter(P;v)  \mLeftarrow{}{}\mRightarrow{}  (\muparrow{}(P  x))  \mwedge{}  (\muparrow{}(P  y))  \mwedge{}  x  before  y  \mmember{}  v)
5.  P  :  A  {}\mrightarrow{}  \mBbbB{}
6.  \mneg{}\muparrow{}(P  u)
7.  x  :  A
8.  y@0  :  A
9.  x  before  y@0  \mmember{}  filter(P;v)
\mvdash{}  \muparrow{}(P  y@0)


By


Latex:
((InstHyp  [P;x;y@0]  4  THENA  Auto)  THEN  SimpHyp  (-1)  THEN  Auto)




Home Index