Step * 1 1 of Lemma face-lattice0-is-inc


1. Type@i'
2. eq EqDecider(T)@i
3. T@i
4. inl x ∈ T
5. inr x  ∈ T
6. {inl x,inr } ⊆ {inl x}
⊢ False
BY
TACTIC:((With ⌜inr x ⌝ (D (-1))⋅ THEN Auto)
          THEN (D -1 THENA (RWO  "member-fset-pair" THEN Auto))
          THEN RWO  "member-fset-singleton" (-1)
          THEN Auto) }


Latex:


Latex:

1.  T  :  Type@i'
2.  eq  :  EqDecider(T)@i
3.  x  :  T@i
4.  inl  x  \mmember{}  T  +  T
5.  inr  x    \mmember{}  T  +  T
6.  \{inl  x,inr  x  \}  \msubseteq{}  \{inl  x\}
\mvdash{}  False


By


Latex:
TACTIC:((With  \mkleeneopen{}inr  x  \mkleeneclose{}  (D  (-1))\mcdot{}  THEN  Auto)
                THEN  (D  -1  THENA  (RWO    "member-fset-pair"  0  THEN  Auto))
                THEN  RWO    "member-fset-singleton"  (-1)
                THEN  Auto)




Home Index