Step
*
1
2
of Lemma
decidable__sub-bag
1. [T] : Type
2. eq : EqDecider(T)
3. as : bag(T)@i
4. bs : bag(T)@i
5. ¬↑bag-all(x.(#x in as) ≤z (#x in bs);as)
⊢ ¬(∀x:T. ((#x in as) ≤ (#x in bs)))
BY
{ ParallelLast⋅ }
1
1. T : Type
2. eq : EqDecider(T)
3. as : bag(T)@i
4. bs : bag(T)@i
5. ∀x:T. ((#x in as) ≤ (#x in bs))@i
⊢ ↑bag-all(x.(#x in as) ≤z (#x in bs);as)
Latex:
Latex:
1.  [T]  :  Type
2.  eq  :  EqDecider(T)
3.  as  :  bag(T)@i
4.  bs  :  bag(T)@i
5.  \mneg{}\muparrow{}bag-all(x.(\#x  in  as)  \mleq{}z  (\#x  in  bs);as)
\mvdash{}  \mneg{}(\mforall{}x:T.  ((\#x  in  as)  \mleq{}  (\#x  in  bs)))
By
Latex:
ParallelLast\mcdot{}
Home
Index