Step
*
1
of Lemma
fset-image-union
1. T : Type
2. A : Type
3. eqt : EqDecider(T)
4. eqa : EqDecider(A)
5. f : T ⟶ A
6. x : fset(T)
7. y : fset(T)
8. a : A
9. a ∈ f"(x ⋃ y)
⊢ a ∈ f"(x) ∨ a ∈ f"(y)
BY
{ ((RWO "member-fset-image-iff" (-1) THENA Auto) THEN Decide a ∈ f"(x) THEN Auto) }
1
1. T : Type
2. A : Type
3. eqt : EqDecider(T)
4. eqa : EqDecider(A)
5. f : T ⟶ A
6. x : fset(T)
7. y : fset(T)
8. a : A
9. ↓∃x1:T. (x1 ∈ x ⋃ y ∧ (a = (f x1) ∈ A))
10. ¬a ∈ f"(x)
⊢ a ∈ f"(y)
Latex:
Latex:
1.  T  :  Type
2.  A  :  Type
3.  eqt  :  EqDecider(T)
4.  eqa  :  EqDecider(A)
5.  f  :  T  {}\mrightarrow{}  A
6.  x  :  fset(T)
7.  y  :  fset(T)
8.  a  :  A
9.  a  \mmember{}  f"(x  \mcup{}  y)
\mvdash{}  a  \mmember{}  f"(x)  \mvee{}  a  \mmember{}  f"(y)
By
Latex:
((RWO  "member-fset-image-iff"  (-1)  THENA  Auto)  THEN  Decide  a  \mmember{}  f"(x)  THEN  Auto)
Home
Index