Step
*
1
1
of Lemma
cons-ndlist
1. T : Type
2. L : ndlist(T)
3. x : T
4. ¬(x ∈ L)
⊢ no_repeats(T;L)
BY
{ D 2 }
1
1. T : Type
2. L : T List
3. [%2] : no_repeats(T;L)
4. x : T
5. ¬(x ∈ L)
⊢ no_repeats(T;L)
Latex:
Latex:
1.  T  :  Type
2.  L  :  ndlist(T)
3.  x  :  T
4.  \mneg{}(x  \mmember{}  L)
\mvdash{}  no\_repeats(T;L)
By
Latex:
D  2
Home
Index