Step
*
3
1
1
1
of Lemma
fset-ac-le-distributive-constrained
1. T : Type
2. eq : EqDecider(T)
3. P : fset(T) ⟶ 𝔹
4. ∀x,y:fset(T).  (y ⊆ x 
⇒ (↑(P x)) 
⇒ (↑(P y)))
5. a : {ac:fset(fset(T))| (↑fset-antichain(eq;ac)) ∧ fset-all(ac;a.P[a])} 
6. b : {ac:fset(fset(T))| (↑fset-antichain(eq;ac)) ∧ fset-all(ac;a.P[a])} 
7. c : {ac:fset(fset(T))| (↑fset-antichain(eq;ac)) ∧ fset-all(ac;a.P[a])} 
8. ↑fset-antichain(eq;glb(P;a;lub(P;b;c)))
9. v : fset(fset(T))@i
10. [%6] : (↑fset-antichain(eq;v)) ∧ fset-all(v;a.P a)@i
11. glb(P;a;lub(P;b;c)) = v ∈ {ac:fset(fset(T))| (↑fset-antichain(eq;ac)) ∧ fset-all(ac;a.P a)} 
⊢ SqStable(fset-all(v;a.P[a]))
BY
{ (Unfold `fset-all` 0 THEN Auto) }
Latex:
Latex:
1.  T  :  Type
2.  eq  :  EqDecider(T)
3.  P  :  fset(T)  {}\mrightarrow{}  \mBbbB{}
4.  \mforall{}x,y:fset(T).    (y  \msubseteq{}  x  {}\mRightarrow{}  (\muparrow{}(P  x))  {}\mRightarrow{}  (\muparrow{}(P  y)))
5.  a  :  \{ac:fset(fset(T))|  (\muparrow{}fset-antichain(eq;ac))  \mwedge{}  fset-all(ac;a.P[a])\} 
6.  b  :  \{ac:fset(fset(T))|  (\muparrow{}fset-antichain(eq;ac))  \mwedge{}  fset-all(ac;a.P[a])\} 
7.  c  :  \{ac:fset(fset(T))|  (\muparrow{}fset-antichain(eq;ac))  \mwedge{}  fset-all(ac;a.P[a])\} 
8.  \muparrow{}fset-antichain(eq;glb(P;a;lub(P;b;c)))
9.  v  :  fset(fset(T))@i
10.  [\%6]  :  (\muparrow{}fset-antichain(eq;v))  \mwedge{}  fset-all(v;a.P  a)@i
11.  glb(P;a;lub(P;b;c))  =  v
\mvdash{}  SqStable(fset-all(v;a.P[a]))
By
Latex:
(Unfold  `fset-all`  0  THEN  Auto)
Home
Index