Step * 2 1 2 2 of Lemma equipollent-nat-subset


1. [T] Type
2. T ⟶ ℙ@i'
3. ∀x:T. Dec(P[x])@i
4. ∀L:T List. ∃x:T. (P[x] ∧ (x ∈ L)))@i
5. : ℕ ⟶ T@i
6. Inj(ℕ;T;f)@i
7. ∀b:T. ∃a:ℕ((f a) b ∈ T)@i
8. ℕ {n:ℕP[f n]} 
9. {x:T| P[x]} @i
10. ∃a:ℕ((f a) b ∈ T)
⊢ ∃a:{n:ℕP[f n]} ((f a) b ∈ {x:T| P[x]} )
BY
(ParallelLast THEN All DSet THEN Auto) }


Latex:


Latex:

1.  [T]  :  Type
2.  P  :  T  {}\mrightarrow{}  \mBbbP{}@i'
3.  \mforall{}x:T.  Dec(P[x])@i
4.  \mforall{}L:T  List.  \mexists{}x:T.  (P[x]  \mwedge{}  (\mneg{}(x  \mmember{}  L)))@i
5.  f  :  \mBbbN{}  {}\mrightarrow{}  T@i
6.  Inj(\mBbbN{};T;f)@i
7.  \mforall{}b:T.  \mexists{}a:\mBbbN{}.  ((f  a)  =  b)@i
8.  \mBbbN{}  \msim{}  \{n:\mBbbN{}|  P[f  n]\} 
9.  b  :  \{x:T|  P[x]\}  @i
10.  \mexists{}a:\mBbbN{}.  ((f  a)  =  b)
\mvdash{}  \mexists{}a:\{n:\mBbbN{}|  P[f  n]\}  .  ((f  a)  =  b)


By


Latex:
(ParallelLast  THEN  All  DSet  THEN  Auto)




Home Index