Step
*
1
of Lemma
bag-no-repeats-list
1. T : Type
2. L : T List
3. ↓∃L@0:T List. ((L@0 = L ∈ bag(T)) ∧ no_repeats(T;L@0))
⊢ no_repeats(T;L)
BY
{ (TrySquashExRepD (-1) THEN Using [`bs',⌜L@0⌝] (BLemma `no_repeats-bag`)⋅ THEN Auto) }
Latex:
Latex:
1.  T  :  Type
2.  L  :  T  List
3.  \mdownarrow{}\mexists{}L@0:T  List.  ((L@0  =  L)  \mwedge{}  no\_repeats(T;L@0))
\mvdash{}  no\_repeats(T;L)
By
Latex:
(TrySquashExRepD  (-1)  THEN  Using  [`bs',\mkleeneopen{}L@0\mkleeneclose{}]  (BLemma  `no\_repeats-bag`)\mcdot{}  THEN  Auto)
Home
Index