Step * of Lemma band-sqequal-inl

[a,b,c:Base].  {(a inl outl(a)) ∧ (b inl outl(b))} supposing a ∧b inl c
BY
TACTIC:(Unfold `guard` 0
          THEN RepeatFor ((D THENA Auto))
          THEN (Assert (a ∧b b)↓ BY
                      (HypSubst' (-1) THEN Auto))
          THEN HasValueD (-1)) }

1
1. Base
2. Base
3. Base
4. a ∧b inl c
5. (a ∧b b)↓
6. a ∈ Top Top
⊢ (a inl outl(a)) ∧ (b inl outl(b))


Latex:


Latex:
\mforall{}[a,b,c:Base].    \{(a  \msim{}  inl  outl(a))  \mwedge{}  (b  \msim{}  inl  outl(b))\}  supposing  a  \mwedge{}\msubb{}  b  \msim{}  inl  c


By


Latex:
TACTIC:(Unfold  `guard`  0
                THEN  RepeatFor  4  ((D  0  THENA  Auto))
                THEN  (Assert  (a  \mwedge{}\msubb{}  b)\mdownarrow{}  BY
                                        (HypSubst'  (-1)  0  THEN  Auto))
                THEN  HasValueD  (-1))




Home Index