Step * 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)
⊢ (f x) (f y) ∈ (a:A × B[a])
BY
((RWO "pair_eta_rw<THEN Auto) THEN EqCD THEN Auto THEN (InstHyp [⌜fst((f x))⌝4⋅ THENA Auto)) }

1
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. discrete-type(B[fst((f x))])
⊢ (snd((f x))) (snd((f y))) ∈ B[fst((f x))]


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))))
\mvdash{}  (f  x)  =  (f  y)


By


Latex:
((RWO  "pair\_eta\_rw<"  0  THEN  Auto)  THEN  EqCD  THEN  Auto  THEN  (InstHyp  [\mkleeneopen{}fst((f  x))\mkleeneclose{}]  4\mcdot{}  THENA  Auto))




Home Index