Step * 1 1 1 of Lemma product-discrete


1. Type
2. A ⟶ Type
3. discrete-type(A)
4. ∀a:A. discrete-type(B[a])
5. : ℝ ⟶ (a:A × B[a])
6. ∀x,y:ℝ.  ((x y)  ((f x) (f y) ∈ (a:A × B[a])))
7. : ℝ
8. : ℝ
9. ∀x,y:ℝ.  ((fst((f x))) (fst((f y))) ∈ A)
10. x@0 : ℝ
11. y1 : ℝ
12. x@0 y1
⊢ (snd((f x@0))) (snd((f y1))) ∈ B[fst((f x))]
BY
(EqCD THEN Auto) }


Latex:


Latex:

1.  A  :  Type
2.  B  :  A  {}\mrightarrow{}  Type
3.  discrete-type(A)
4.  \mforall{}a:A.  discrete-type(B[a])
5.  f  :  \mBbbR{}  {}\mrightarrow{}  (a:A  \mtimes{}  B[a])
6.  \mforall{}x,y:\mBbbR{}.    ((x  =  y)  {}\mRightarrow{}  ((f  x)  =  (f  y)))
7.  x  :  \mBbbR{}
8.  y  :  \mBbbR{}
9.  \mforall{}x,y:\mBbbR{}.    ((fst((f  x)))  =  (fst((f  y))))
10.  x@0  :  \mBbbR{}
11.  y1  :  \mBbbR{}
12.  x@0  =  y1
\mvdash{}  (snd((f  x@0)))  =  (snd((f  y1)))


By


Latex:
(EqCD  THEN  Auto)




Home Index