Step * 2 1 1 1 2 2 1 of Lemma fset-size-union

.....rewrite subgoal..... 
1. Type
2. valueall-type(T)
3. eq EqDecider(T)
4. fset(T)
5. T
6. ∀b:fset(T). (||a ⋃ b|| ((||a|| ||b||) ||a ⋂ b||) ∈ ℤ)
7. ¬x ∈ a
8. fset(T)
9. ||a ⋃ b|| ((||a|| ||b||) ||a ⋂ b||) ∈ ℤ
10. x ∈ b
⊢ ¬x ∈ a ⋂ b
BY
(ParallelOp -4 THEN RWO "member-fset-intersection" (-1) THEN Auto) }


Latex:


Latex:
.....rewrite  subgoal..... 
1.  T  :  Type
2.  valueall-type(T)
3.  eq  :  EqDecider(T)
4.  a  :  fset(T)
5.  x  :  T
6.  \mforall{}b:fset(T).  (||a  \mcup{}  b||  =  ((||a||  +  ||b||)  -  ||a  \mcap{}  b||))
7.  \mneg{}x  \mmember{}  a
8.  b  :  fset(T)
9.  ||a  \mcup{}  b||  =  ((||a||  +  ||b||)  -  ||a  \mcap{}  b||)
10.  x  \mmember{}  b
\mvdash{}  \mneg{}x  \mmember{}  a  \mcap{}  b


By


Latex:
(ParallelOp  -4  THEN  RWO  "member-fset-intersection"  (-1)  THEN  Auto)




Home Index