Step * 1 of Lemma cos-sin-equation


1. : ℝ ⟶ ℝ
2. : ℝ ⟶ ℝ
3. ((∀x,y:ℝ.  ((x y)  (f(x) f(y)))) ∧ (∀x,y:ℝ.  ((x y)  (g(x) g(y)))))
∧ (∀x,y:ℝ.  (f(x y) ((f(x) f(y)) (g(x) g(y)))))
⊢ ¬¬((∃c:ℝ
       ((r0 ≤ (c c^2)) ∧ (∀x:ℝ(f(x) c)) ∧ ((∀x:ℝ(g(x) rsqrt(c c^2))) ∨ (∀x:ℝ(g(x) -(rsqrt(c c^2)))))))
∨ (∃a:ℝ(a ≠ r0 ∧ (∀x:ℝ(f(x) rcos(a x))) ∧ (∀x:ℝ(g(x) rsin(a x))))))
BY
(SplitAndHyps THEN (StableCases ⌜∃a:ℝf(a) ≠ f(r0)⌝⋅ THENA Auto)) }

1
1. : ℝ ⟶ ℝ
2. : ℝ ⟶ ℝ
3. ∀x,y:ℝ.  ((x y)  (f(x) f(y)))
4. ∀x,y:ℝ.  ((x y)  (g(x) g(y)))
5. ∀x,y:ℝ.  (f(x y) ((f(x) f(y)) (g(x) g(y))))
6. ∃a:ℝf(a) ≠ f(r0)
⊢ ¬¬((∃c:ℝ
       ((r0 ≤ (c c^2)) ∧ (∀x:ℝ(f(x) c)) ∧ ((∀x:ℝ(g(x) rsqrt(c c^2))) ∨ (∀x:ℝ(g(x) -(rsqrt(c c^2)))))))
∨ (∃a:ℝ(a ≠ r0 ∧ (∀x:ℝ(f(x) rcos(a x))) ∧ (∀x:ℝ(g(x) rsin(a x))))))

2
1. : ℝ ⟶ ℝ
2. : ℝ ⟶ ℝ
3. ∀x,y:ℝ.  ((x y)  (f(x) f(y)))
4. ∀x,y:ℝ.  ((x y)  (g(x) g(y)))
5. ∀x,y:ℝ.  (f(x y) ((f(x) f(y)) (g(x) g(y))))
6. ¬(∃a:ℝf(a) ≠ f(r0))
⊢ ¬¬((∃c:ℝ
       ((r0 ≤ (c c^2)) ∧ (∀x:ℝ(f(x) c)) ∧ ((∀x:ℝ(g(x) rsqrt(c c^2))) ∨ (∀x:ℝ(g(x) -(rsqrt(c c^2)))))))
∨ (∃a:ℝ(a ≠ r0 ∧ (∀x:ℝ(f(x) rcos(a x))) ∧ (∀x:ℝ(g(x) rsin(a x))))))


Latex:


Latex:

1.  f  :  \mBbbR{}  {}\mrightarrow{}  \mBbbR{}
2.  g  :  \mBbbR{}  {}\mrightarrow{}  \mBbbR{}
3.  ((\mforall{}x,y:\mBbbR{}.    ((x  =  y)  {}\mRightarrow{}  (f(x)  =  f(y))))  \mwedge{}  (\mforall{}x,y:\mBbbR{}.    ((x  =  y)  {}\mRightarrow{}  (g(x)  =  g(y)))))
\mwedge{}  (\mforall{}x,y:\mBbbR{}.    (f(x  -  y)  =  ((f(x)  *  f(y))  +  (g(x)  *  g(y)))))
\mvdash{}  \mneg{}\mneg{}((\mexists{}c:\mBbbR{}
              ((r0  \mleq{}  (c  -  c\^{}2))
              \mwedge{}  (\mforall{}x:\mBbbR{}.  (f(x)  =  c))
              \mwedge{}  ((\mforall{}x:\mBbbR{}.  (g(x)  =  rsqrt(c  -  c\^{}2)))  \mvee{}  (\mforall{}x:\mBbbR{}.  (g(x)  =  -(rsqrt(c  -  c\^{}2)))))))
\mvee{}  (\mexists{}a:\mBbbR{}.  (a  \mneq{}  r0  \mwedge{}  (\mforall{}x:\mBbbR{}.  (f(x)  =  rcos(a  *  x)))  \mwedge{}  (\mforall{}x:\mBbbR{}.  (g(x)  =  rsin(a  *  x))))))


By


Latex:
(SplitAndHyps  THEN  (StableCases  \mkleeneopen{}\mexists{}a:\mBbbR{}.  f(a)  \mneq{}  f(r0)\mkleeneclose{}\mcdot{}  THENA  Auto))




Home Index