Step
*
1
of Lemma
rsin-shift-2n-pi
.....assertion..... 
1. x : ℝ
⊢ ∀n:ℕ. (rsin(x + (r(n) * 2 * π)) = rsin(x))
BY
{ InductionOnNat }
1
.....basecase..... 
1. x : ℝ
2. n : ℤ
⊢ rsin(x + (r0 * 2 * π)) = rsin(x)
2
.....upcase..... 
1. x : ℝ
2. n : ℤ
3. 0 < n
4. rsin(x + (r(n - 1) * 2 * π)) = rsin(x)
⊢ rsin(x + (r(n) * 2 * π)) = rsin(x)
Latex:
Latex:
.....assertion..... 
1.  x  :  \mBbbR{}
\mvdash{}  \mforall{}n:\mBbbN{}.  (rsin(x  +  (r(n)  *  2  *  \mpi{}))  =  rsin(x))
By
Latex:
InductionOnNat
Home
Index