Step * 1 1 of Lemma function-eq-transitivity


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
12. ∀a:A. (B[a] ∈ Type)
⊢ (f a) (h b) ∈ B[a]
BY
((Assert (f a) (g b) ∈ B[a] BY Auto) THEN (Assert (g b) (h b) ∈ B[b] BY 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
12. ∀a:A. (B[a] ∈ Type)
13. (f a) (g b) ∈ B[a]
14. (g b) (h b) ∈ B[b]
⊢ (f a) (h b) ∈ B[a]


Latex:


Latex:

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


By


Latex:
((Assert  (f  a)  =  (g  b)  BY  Auto)  THEN  (Assert  (g  b)  =  (h  b)  BY  Auto))




Home Index