Step * of Lemma exists-product4

[A,B,C,D,E:Type].
  ∀P:(A × B × C × D × E) ⟶ ℙ'. {∃x:A × B × C × D × E. P[x] ⇐⇒ ∃a:A. ∃b:B. ∃c:C. ∃d:D. ∃e:E. P[<a, b, c, d, e>]}
BY
(Unfold `guard` THEN ((UnivCD THENA Auto) THEN (RWW "exists-product1" THENA Auto) THEN Auto)) }


Latex:


Latex:
\mforall{}[A,B,C,D,E:Type].
    \mforall{}P:(A  \mtimes{}  B  \mtimes{}  C  \mtimes{}  D  \mtimes{}  E)  {}\mrightarrow{}  \mBbbP{}'
        \{\mexists{}x:A  \mtimes{}  B  \mtimes{}  C  \mtimes{}  D  \mtimes{}  E.  P[x]  \mLeftarrow{}{}\mRightarrow{}  \mexists{}a:A.  \mexists{}b:B.  \mexists{}c:C.  \mexists{}d:D.  \mexists{}e:E.  P[<a,  b,  c,  d,  e>]\}


By


Latex:
(Unfold  `guard`  0  THEN  ((UnivCD  THENA  Auto)  THEN  (RWW  "exists-product1"  0  THENA  Auto)  THEN  Auto))




Home Index