Step * of Lemma exists-product2

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


Latex:


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


By


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




Home Index