Step
*
2
1
of Lemma
deq-sub-bag_wf
1. T : Type
2. eq : EqDecider(T)
3. as : bag(T)
4. bs : bag(T)
5. v : ∀bs:bag(T). Dec(sub-bag(T;as;bs))@i
⊢ case v bs of inl(x) => tt | inr(x) => ff ∈ 𝔹
BY
{ ((GenConclAtAddr [2;1] THEN Thin (-1))⋅ THEN D -1 THEN Reduce 0 THEN Auto) }
Latex:
Latex:
1.  T  :  Type
2.  eq  :  EqDecider(T)
3.  as  :  bag(T)
4.  bs  :  bag(T)
5.  v  :  \mforall{}bs:bag(T).  Dec(sub-bag(T;as;bs))@i
\mvdash{}  case  v  bs  of  inl(x)  =>  tt  |  inr(x)  =>  ff  \mmember{}  \mBbbB{}
By
Latex:
((GenConclAtAddr  [2;1]  THEN  Thin  (-1))\mcdot{}  THEN  D  -1  THEN  Reduce  0  THEN  Auto)
Home
Index