Step
*
1
1
1
of Lemma
null-bag-size
1. T : Type
2. x : bag(T)
3. #(x) = 0 ∈ ℤ
4. x ~ {}
⊢ bag-null(x) = tt
BY
{ (HypSubst (-1) 0 THEN RepUR ``bag-null empty-bag`` 0 THEN Auto) }
Latex:
Latex:
1.  T  :  Type
2.  x  :  bag(T)
3.  \#(x)  =  0
4.  x  \msim{}  \{\}
\mvdash{}  bag-null(x)  =  tt
By
Latex:
(HypSubst  (-1)  0  THEN  RepUR  ``bag-null  empty-bag``  0  THEN  Auto)
Home
Index