Step
*
1
4
3
of Lemma
DAlembert-equation-iff
1. ∀f:ℝ ⟶ ℝ
     (((∃c:ℝ. ∀x:ℝ. (f(x) = rcos(c * x))) ∨ (∃c:ℝ. ∀x:ℝ. (f(x) = cosh(c * x))))
     
⇒ (((∀x,y:ℝ.  ((x = y) 
⇒ (f(x) = f(y)))) ∧ (∀x,y:ℝ.  ((f(x + y) + f(x - y)) = (r(2) * f(x) * f(y)))))
        ∧ (f(r0) = r1)))
2. ∀f:ℝ ⟶ ℝ
     (((∀x,y:ℝ.  ((x = y) 
⇒ (f(x) = f(y)))) ∧ (∀x,y:ℝ.  ((f(x + y) + f(x - y)) = (r(2) * f(x) * f(y)))) ∧ (f(r0) = r1))
     
⇒ ((∀x:ℝ. (f(-(x)) = f(x)))
        ∧ (∀n:ℤ. ∀y:ℝ.  (f(r(n + 1) * y) = ((r(2) * f(y) * f(r(n) * y)) - f(r(n - 1) * y))))
        ∧ (∀t:ℝ. ((f((t/r(2))) * f((t/r(2)))) = (f(t) + r1/r(2))))))
3. f : ℝ ⟶ ℝ
4. (∀x:ℝ. (f(x) = r0)) ∨ (¬¬((∃c:ℝ. ∀x:ℝ. (f(x) = rcos(c * x))) ∨ (∃c:ℝ. ∀x:ℝ. (f(x) = cosh(c * x)))))
5. x : ℝ
6. y : ℝ
⊢ (f(x + y) + f(x - y)) = (r(2) * f(x) * f(y))
BY
{ (SplitOrHyps
   THEN Try ((RWO "4" 0 THEN Auto))
   THEN (StableCases ⌜(∃c:ℝ. ∀x:ℝ. (f(x) = rcos(c * x))) ∨ (∃c:ℝ. ∀x:ℝ. (f(x) = cosh(c * x)))⌝⋅ THENA Auto)
   THEN (Trivial ORELSE (FHyp 1 [-1] THEN Auto))) }
Latex:
Latex:
1.  \mforall{}f:\mBbbR{}  {}\mrightarrow{}  \mBbbR{}
          (((\mexists{}c:\mBbbR{}.  \mforall{}x:\mBbbR{}.  (f(x)  =  rcos(c  *  x)))  \mvee{}  (\mexists{}c:\mBbbR{}.  \mforall{}x:\mBbbR{}.  (f(x)  =  cosh(c  *  x))))
          {}\mRightarrow{}  (((\mforall{}x,y:\mBbbR{}.    ((x  =  y)  {}\mRightarrow{}  (f(x)  =  f(y))))
                \mwedge{}  (\mforall{}x,y:\mBbbR{}.    ((f(x  +  y)  +  f(x  -  y))  =  (r(2)  *  f(x)  *  f(y)))))
                \mwedge{}  (f(r0)  =  r1)))
2.  \mforall{}f:\mBbbR{}  {}\mrightarrow{}  \mBbbR{}
          (((\mforall{}x,y:\mBbbR{}.    ((x  =  y)  {}\mRightarrow{}  (f(x)  =  f(y))))
          \mwedge{}  (\mforall{}x,y:\mBbbR{}.    ((f(x  +  y)  +  f(x  -  y))  =  (r(2)  *  f(x)  *  f(y))))
          \mwedge{}  (f(r0)  =  r1))
          {}\mRightarrow{}  ((\mforall{}x:\mBbbR{}.  (f(-(x))  =  f(x)))
                \mwedge{}  (\mforall{}n:\mBbbZ{}.  \mforall{}y:\mBbbR{}.    (f(r(n  +  1)  *  y)  =  ((r(2)  *  f(y)  *  f(r(n)  *  y))  -  f(r(n  -  1)  *  y))))
                \mwedge{}  (\mforall{}t:\mBbbR{}.  ((f((t/r(2)))  *  f((t/r(2))))  =  (f(t)  +  r1/r(2))))))
3.  f  :  \mBbbR{}  {}\mrightarrow{}  \mBbbR{}
4.  (\mforall{}x:\mBbbR{}.  (f(x)  =  r0))
\mvee{}  (\mneg{}\mneg{}((\mexists{}c:\mBbbR{}.  \mforall{}x:\mBbbR{}.  (f(x)  =  rcos(c  *  x)))  \mvee{}  (\mexists{}c:\mBbbR{}.  \mforall{}x:\mBbbR{}.  (f(x)  =  cosh(c  *  x)))))
5.  x  :  \mBbbR{}
6.  y  :  \mBbbR{}
\mvdash{}  (f(x  +  y)  +  f(x  -  y))  =  (r(2)  *  f(x)  *  f(y))
By
Latex:
(SplitOrHyps
  THEN  Try  ((RWO  "4"  0  THEN  Auto))
  THEN  (StableCases  \mkleeneopen{}(\mexists{}c:\mBbbR{}.  \mforall{}x:\mBbbR{}.  (f(x)  =  rcos(c  *  x)))  \mvee{}  (\mexists{}c:\mBbbR{}.  \mforall{}x:\mBbbR{}.  (f(x)  =  cosh(c  *  x)))\mkleeneclose{}\mcdot{}
              THENA  Auto
              )
  THEN  (Trivial  ORELSE  (FHyp  1  [-1]  THEN  Auto)))
Home
Index