Step * of Lemma bag-combine-null

[A,B:Type]. ∀[f:A ⟶ bag(B)]. ∀[b:bag(A)].  uiff(↑bag-null(⋃x∈b.f[x]);∀x:A. (x ↓∈  (↑bag-null(f[x]))))
BY
((UnivCD THENA Auto) THEN THEN Auto) }

1
1. Type
2. Type
3. A ⟶ bag(B)
4. bag(A)
5. ↑bag-null(⋃x∈b.f[x])
6. A@i
7. x ↓∈ b@i
⊢ f[x] {} ∈ bag(B)

2
1. Type
2. Type
3. A ⟶ bag(B)
4. bag(A)
5. ∀x:A. (x ↓∈  (↑bag-null(f[x])))
⊢ ⋃x∈b.f[x] {} ∈ bag(B)


Latex:


Latex:
\mforall{}[A,B:Type].  \mforall{}[f:A  {}\mrightarrow{}  bag(B)].  \mforall{}[b:bag(A)].
    uiff(\muparrow{}bag-null(\mcup{}x\mmember{}b.f[x]);\mforall{}x:A.  (x  \mdownarrow{}\mmember{}  b  {}\mRightarrow{}  (\muparrow{}bag-null(f[x]))))


By


Latex:
((UnivCD  THENA  Auto)  THEN  D  0  THEN  Auto)




Home Index