Step * 1 1 of Lemma function-discrete


1. Type
2. A ⟶ Type
3. ∀a:A. discrete-type(B[a])
4. : ℝ ⟶ a:A ⟶ B[a]
5. ∀x,y:ℝ.  ((x y)  ((f x) (f y) ∈ (a:A ⟶ B[a])))
6. : ℝ
7. : ℝ
8. A
9. (∀x,y:ℝ.  ((x y)  ((f a) (f a) ∈ B[a])))  (∀x,y:ℝ.  ((f a) (f a) ∈ B[a]))
⊢ (f a) (f a) ∈ B[a]
BY
((D -1 THEN Auto) THEN EqCD THEN Auto) }


Latex:


Latex:

1.  A  :  Type
2.  B  :  A  {}\mrightarrow{}  Type
3.  \mforall{}a:A.  discrete-type(B[a])
4.  f  :  \mBbbR{}  {}\mrightarrow{}  a:A  {}\mrightarrow{}  B[a]
5.  \mforall{}x,y:\mBbbR{}.    ((x  =  y)  {}\mRightarrow{}  ((f  x)  =  (f  y)))
6.  x  :  \mBbbR{}
7.  y  :  \mBbbR{}
8.  a  :  A
9.  (\mforall{}x,y:\mBbbR{}.    ((x  =  y)  {}\mRightarrow{}  ((f  x  a)  =  (f  y  a))))  {}\mRightarrow{}  (\mforall{}x,y:\mBbbR{}.    ((f  x  a)  =  (f  y  a)))
\mvdash{}  (f  x  a)  =  (f  y  a)


By


Latex:
((D  -1  THEN  Auto)  THEN  EqCD  THEN  Auto)




Home Index