Step * 1 1 1 1 of Lemma streamless-implies-not-not-enum


1. Type
2. streamless(T)
3. ∀x,y:T.  Dec(x y ∈ T)
4. List
5. ∀t:T. ((¬no_repeats(T;s [t])) ∨ (¬¬(∃L:T List. ∀x:T. (x ∈ L))))
6. no_repeats(T;s)
7. ¬(∃L:T List. ∀x:T. (x ∈ L))
8. T
9. ¬no_repeats(T;s [x])
⊢ (x ∈ s)
BY
xxx(SupposeNot THEN -2)xxx }

1
1. Type
2. streamless(T)
3. ∀x,y:T.  Dec(x y ∈ T)
4. List
5. ∀t:T. ((¬no_repeats(T;s [t])) ∨ (¬¬(∃L:T List. ∀x:T. (x ∈ L))))
6. no_repeats(T;s)
7. ¬(∃L:T List. ∀x:T. (x ∈ L))
8. T
9. ¬(x ∈ s)
⊢ no_repeats(T;s [x])


Latex:


Latex:

1.  T  :  Type
2.  streamless(T)
3.  \mforall{}x,y:T.    Dec(x  =  y)
4.  s  :  T  List
5.  \mforall{}t:T.  ((\mneg{}no\_repeats(T;s  @  [t]))  \mvee{}  (\mneg{}\mneg{}(\mexists{}L:T  List.  \mforall{}x:T.  (x  \mmember{}  L))))
6.  no\_repeats(T;s)
7.  \mneg{}(\mexists{}L:T  List.  \mforall{}x:T.  (x  \mmember{}  L))
8.  x  :  T
9.  \mneg{}no\_repeats(T;s  @  [x])
\mvdash{}  (x  \mmember{}  s)


By


Latex:
xxx(SupposeNot  THEN  D  -2)xxx




Home Index