Step * of Lemma function-eq-transitivity

[A:Type]. ∀[B:Base].
  ∀[f,g,h:Base].  (function-eq(A;a.B[a];f;g)  function-eq(A;a.B[a];g;h)  function-eq(A;a.B[a];f;h)) 
  supposing base-type-family{i:l}(A;a.B[a])
BY
(Auto THEN All (Unfold `function-eq`) THEN Auto) }

1
1. Type
2. Base
3. base-type-family{i:l}(A;a.B[a])
4. Base
5. Base
6. Base
7. ∀[a,b:Base].  (f a) (g b) ∈ B[a] supposing b ∈ A
8. ∀[a,b:Base].  (g a) (h b) ∈ B[a] supposing b ∈ A
9. Base
10. Base
11. b ∈ A
⊢ (f a) (h b) ∈ B[a]


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[B:Base].
    \mforall{}[f,g,h:Base].
        (function-eq(A;a.B[a];f;g)  {}\mRightarrow{}  function-eq(A;a.B[a];g;h)  {}\mRightarrow{}  function-eq(A;a.B[a];f;h)) 
    supposing  base-type-family\{i:l\}(A;a.B[a])


By


Latex:
(Auto  THEN  All  (Unfold  `function-eq`)  THEN  Auto)




Home Index