Step
*
2
1
1
1
of Lemma
sub-bag-iff
.....assertion..... 
1. [T] : Type
2. eq : EqDecider(T)
3. as : bag(T)
4. bs : bag(T)
5. ∀x:T. ((#x in as) ≤ (#x in bs))
6. num : T ⟶ ℕ
7. (λx.((#x in bs) - (#x in as))) = num ∈ (T ⟶ ℕ)
⊢ ∀x:T. ((num x) ≤ (#x in bs))
BY
{ (ParallelOp -3 THEN (Auto THEN RevHypSubst (-3) 0⋅) THEN Reduce 0 THEN Auto) }
Latex:
Latex:
.....assertion..... 
1.  [T]  :  Type
2.  eq  :  EqDecider(T)
3.  as  :  bag(T)
4.  bs  :  bag(T)
5.  \mforall{}x:T.  ((\#x  in  as)  \mleq{}  (\#x  in  bs))
6.  num  :  T  {}\mrightarrow{}  \mBbbN{}
7.  (\mlambda{}x.((\#x  in  bs)  -  (\#x  in  as)))  =  num
\mvdash{}  \mforall{}x:T.  ((num  x)  \mleq{}  (\#x  in  bs))
By
Latex:
(ParallelOp  -3  THEN  (Auto  THEN  RevHypSubst  (-3)  0\mcdot{})  THEN  Reduce  0  THEN  Auto)
Home
Index