Step
*
of Lemma
fset-contains-none-of-closed-downward
∀[T:Type]. ∀[eq:EqDecider(T)]. ∀[cs:fset(fset(T))].
  ∀x,y:fset(T).  (y ⊆ x 
⇒ (↑fset-contains-none-of(eq;x;cs)) 
⇒ (↑fset-contains-none-of(eq;y;cs)))
BY
{ ((UnivCD THENA Auto) THEN MoveToConcl (-1) THEN RWO "assert-fset-contains-none-of" 0 THEN Auto) }
1
1. T : Type
2. eq : EqDecider(T)
3. cs : fset(fset(T))
4. x : fset(T)@i
5. y : fset(T)@i
6. y ⊆ x@i
7. ∀c:fset(T). (c ∈ cs 
⇒ (¬c ⊆ x))@i
8. c : fset(T)@i
9. c ∈ cs@i
⊢ ¬c ⊆ y
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}[eq:EqDecider(T)].  \mforall{}[cs:fset(fset(T))].
    \mforall{}x,y:fset(T).    (y  \msubseteq{}  x  {}\mRightarrow{}  (\muparrow{}fset-contains-none-of(eq;x;cs))  {}\mRightarrow{}  (\muparrow{}fset-contains-none-of(eq;y;cs)))
By
Latex:
((UnivCD  THENA  Auto)  THEN  MoveToConcl  (-1)  THEN  RWO  "assert-fset-contains-none-of"  0  THEN  Auto)
Home
Index