Step * of Lemma function-eq-symmetry-type-function

A:Type. ∀B:type-function{i:l}(A). ∀f,g:Base.  (function-eq(A;a.B[a];f;g)  function-eq(A;a.B[a];g;f))
BY
RepeatFor (Intro) }

1
1. Type@i'
2. type-function{i:l}(A)@i'
3. Base@i
4. Base@i
⊢ function-eq(A;a.B[a];f;g)  function-eq(A;a.B[a];g;f)


Latex:


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


By


Latex:
RepeatFor  4  (Intro)




Home Index