Step * of Lemma product_functionality_wrt_equipollent

[A,B,C,D:Type].  (A   A × B × D)
BY
(Auto
   THEN (Assert A × B × BY
               (BLemma `product_functionality_wrt_equipollent_left`  THEN Auto))
   THEN (Assert B × B × BY
               (BLemma `product_functionality_wrt_equipollent_right`  THEN Auto))) }

1
1. [A] Type
2. [B] Type
3. [C] Type
4. [D] Type
5. B@i
6. D@i
7. A × B × C
8. B × B × D
⊢ A × B × D


Latex:


Latex:
\mforall{}[A,B,C,D:Type].    (A  \msim{}  B  {}\mRightarrow{}  C  \msim{}  D  {}\mRightarrow{}  A  \mtimes{}  C  \msim{}  B  \mtimes{}  D)


By


Latex:
(Auto
  THEN  (Assert  A  \mtimes{}  C  \msim{}  B  \mtimes{}  C  BY
                          (BLemma  `product\_functionality\_wrt\_equipollent\_left`    THEN  Auto))
  THEN  (Assert  B  \mtimes{}  C  \msim{}  B  \mtimes{}  D  BY
                          (BLemma  `product\_functionality\_wrt\_equipollent\_right`    THEN  Auto)))




Home Index