Step
*
1
of Lemma
bag-size_wf
1. C : Type
2. bs : Base
3. b1 : Base
4. bs = b1 ∈ pertype(λas,bs. ((as ∈ C List) ∧ (bs ∈ C List) ∧ permutation(C;as;bs)))
5. bs ∈ C List
6. b1 ∈ C List
7. permutation(C;bs;b1)
⊢ ||bs|| = ||b1|| ∈ ℕ
BY
{ ((EqTypeCD THEN Auto') THEN BLemma `permutation-length`⋅ THEN Auto) }
Latex:
Latex:
1.  C  :  Type
2.  bs  :  Base
3.  b1  :  Base
4.  bs  =  b1
5.  bs  \mmember{}  C  List
6.  b1  \mmember{}  C  List
7.  permutation(C;bs;b1)
\mvdash{}  ||bs||  =  ||b1||
By
Latex:
((EqTypeCD  THEN  Auto')  THEN  BLemma  `permutation-length`\mcdot{}  THEN  Auto)
Home
Index