Step
*
1
1
2
1
of Lemma
extensional-discrete-real-fun-is-constant
1. a : ℝ
2. b : ℝ
3. f : {x:ℝ| (a ≤ x) ∧ (x ≤ b)}  ⟶ ℤ
4. x : ℝ
5. a ≤ x
6. x ≤ b
7. y : ℝ
8. a ≤ y
9. y ≤ b
10. d : {d:ℝ| r0 < d} 
11. ∀x,y:{x:ℝ| (a ≤ x) ∧ (x ≤ b)} .  ((|x - y| ≤ d) 
⇒ ((f x) = (f y) ∈ ℤ))
⊢ (f x) = (f y) ∈ ℤ
BY
{ (DVar `d' THEN (InstLemma `partition-exists` [⌜[a, b]⌝;⌜d⌝]⋅ THENA Auto) THEN ExRepD) }
1
1. a : ℝ
2. b : ℝ
3. f : {x:ℝ| (a ≤ x) ∧ (x ≤ b)}  ⟶ ℤ
4. x : ℝ
5. a ≤ x
6. x ≤ b
7. y : ℝ
8. a ≤ y
9. y ≤ b
10. d : ℝ
11. r0 < d
12. ∀x,y:{x:ℝ| (a ≤ x) ∧ (x ≤ b)} .  ((|x - y| ≤ d) 
⇒ ((f x) = (f y) ∈ ℤ))
13. p : partition([a, b])
14. partition-mesh([a, b];p) ≤ d
⊢ (f x) = (f y) ∈ ℤ
Latex:
Latex:
1.  a  :  \mBbbR{}
2.  b  :  \mBbbR{}
3.  f  :  \{x:\mBbbR{}|  (a  \mleq{}  x)  \mwedge{}  (x  \mleq{}  b)\}    {}\mrightarrow{}  \mBbbZ{}
4.  x  :  \mBbbR{}
5.  a  \mleq{}  x
6.  x  \mleq{}  b
7.  y  :  \mBbbR{}
8.  a  \mleq{}  y
9.  y  \mleq{}  b
10.  d  :  \{d:\mBbbR{}|  r0  <  d\} 
11.  \mforall{}x,y:\{x:\mBbbR{}|  (a  \mleq{}  x)  \mwedge{}  (x  \mleq{}  b)\}  .    ((|x  -  y|  \mleq{}  d)  {}\mRightarrow{}  ((f  x)  =  (f  y)))
\mvdash{}  (f  x)  =  (f  y)
By
Latex:
(DVar  `d'  THEN  (InstLemma  `partition-exists`  [\mkleeneopen{}[a,  b]\mkleeneclose{};\mkleeneopen{}d\mkleeneclose{}]\mcdot{}  THENA  Auto)  THEN  ExRepD)
Home
Index