Step
*
1
of Lemma
fset-image_functionality_wrt_subset
1. T : Type
2. A : Type
3. eqt : EqDecider(T)
4. eqa : EqDecider(A)
5. f : T ⟶ A
6. s1 : fset(T)
7. s2 : fset(T)
8. ∀a:T. a ∈ s2 supposing a ∈ s1
9. a : A
10. a ∈ f"(s1)
⊢ a ∈ f"(s2)
BY
{ ((RWO "member-fset-image-iff" (-1) THENA Auto)
   THEN (RWO "member-fset-image-iff" 0 THENA Auto)
   THEN RepeatFor 3 (ParallelLast)
   THEN Auto) }
Latex:
Latex:
1.  T  :  Type
2.  A  :  Type
3.  eqt  :  EqDecider(T)
4.  eqa  :  EqDecider(A)
5.  f  :  T  {}\mrightarrow{}  A
6.  s1  :  fset(T)
7.  s2  :  fset(T)
8.  \mforall{}a:T.  a  \mmember{}  s2  supposing  a  \mmember{}  s1
9.  a  :  A
10.  a  \mmember{}  f"(s1)
\mvdash{}  a  \mmember{}  f"(s2)
By
Latex:
((RWO  "member-fset-image-iff"  (-1)  THENA  Auto)
  THEN  (RWO  "member-fset-image-iff"  0  THENA  Auto)
  THEN  RepeatFor  3  (ParallelLast)
  THEN  Auto)
Home
Index