Step
*
2
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])} 
⊢ fset-ac-le(eq;glb(P;ac1;ac2);ac2)
BY
{ (Unfolds ``fset-constrained-ac-glb fset-ac-le`` 0
   THEN (InstLemma `fset-all-iff` [⌜fset(T)⌝;⌜deq-fset(eq)⌝]⋅ THENA Auto)
   THEN RWO "-1" 0
   THEN Auto
   THEN Thin (-3)
   THEN (RWO "assert-fset-null" 0 THENA Auto)
   THEN (RWO "member-fset-minimals" (-1) THENA Auto)
   THEN D -1) }
1
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. x ∈ f-union(deq-fset(eq);deq-fset(eq);ac1;as.λbs.as ⋃ bs"(ac2) s.t. P)
9. 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))
⊢ ¬({y ∈ ac2 | deq-f-subset(eq) y x} = {} ∈ fset(fset(T)))
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])\} 
\mvdash{}  fset-ac-le(eq;glb(P;ac1;ac2);ac2)
By
Latex:
(Unfolds  ``fset-constrained-ac-glb  fset-ac-le``  0
  THEN  (InstLemma  `fset-all-iff`  [\mkleeneopen{}fset(T)\mkleeneclose{};\mkleeneopen{}deq-fset(eq)\mkleeneclose{}]\mcdot{}  THENA  Auto)
  THEN  RWO  "-1"  0
  THEN  Auto
  THEN  Thin  (-3)
  THEN  (RWO  "assert-fset-null"  0  THENA  Auto)
  THEN  (RWO  "member-fset-minimals"  (-1)  THENA  Auto)
  THEN  D  -1)
Home
Index