Step
*
2
1
1
of Lemma
fset-constrained-ac-glb-is-glb
1. T : Type
2. eq : EqDecider(T)
3. P : fset(T) ⟶ 𝔹
4. ∀x,y:fset(T).  (y ⊆ x 
⇒ (↑(P x)) 
⇒ (↑(P y)))
5. ac1 : {ac:fset(fset(T))| (↑fset-antichain(eq;ac)) ∧ fset-all(ac;a.P[a])} 
6. ac2 : {ac:fset(fset(T))| (↑fset-antichain(eq;ac)) ∧ fset-all(ac;a.P[a])} 
7. x : fset(T)
8. as : fset(T)
9. as ∈ ac1
10. x1 : fset(T)
11. x1 ∈ ac2
12. x = as ⋃ x1 ∈ fset(T)
13. ↑(P x)
14. fset-all(f-union(deq-fset(eq);deq-fset(eq);ac1;as.λbs.as ⋃ bs"(ac2) s.t. P);ys.¬bf-proper-subset-dec(eq;ys;x))
15. {y ∈ ac2 | deq-f-subset(eq) y x} = {} ∈ fset(fset(T))
⊢ False
BY
{ ((Assert x1 ∈ {y ∈ ac2 | deq-f-subset(eq) y x} BY
          (BLemma `member-fset-filter` THEN Auto THEN HypSubst' (-5) 0 THEN Auto))
   THEN HypSubst' -2 (-1)
   THEN All Reduce
   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.  ac1  :  \{ac:fset(fset(T))|  (\muparrow{}fset-antichain(eq;ac))  \mwedge{}  fset-all(ac;a.P[a])\} 
6.  ac2  :  \{ac:fset(fset(T))|  (\muparrow{}fset-antichain(eq;ac))  \mwedge{}  fset-all(ac;a.P[a])\} 
7.  x  :  fset(T)
8.  as  :  fset(T)
9.  as  \mmember{}  ac1
10.  x1  :  fset(T)
11.  x1  \mmember{}  ac2
12.  x  =  as  \mcup{}  x1
13.  \muparrow{}(P  x)
14.  fset-all(f-union(deq-fset(eq);deq-fset(eq);ac1;as.\mlambda{}bs.as  \mcup{}  bs"(ac2)  s.t.  P);ys.\mneg{}\msubb{}...)
15.  \{y  \mmember{}  ac2  |  deq-f-subset(eq)  y  x\}  =  \{\}
\mvdash{}  False
By
Latex:
((Assert  x1  \mmember{}  \{y  \mmember{}  ac2  |  deq-f-subset(eq)  y  x\}  BY
                (BLemma  `member-fset-filter`  THEN  Auto  THEN  HypSubst'  (-5)  0  THEN  Auto))
  THEN  HypSubst'  -2  (-1)
  THEN  All  Reduce
  THEN  Auto)
Home
Index