Documentation
Atlas
.
HighDimensionalStatistics
.
code
.
Chapter3
.
TrigOrtho
Search
return to top
source
Imports
Init
Mathlib
Atlas.HighDimensionalStatistics.code.Chapter3.Ex_3_8
Imported by
Icc_to_ii
sin_2pi_m
ics
iss
two_pi_ne
ic0
is0
ics2
iss2
tb_one
tb_even
tb_odd
nat_tri
icc0_nat
iss0_nat
isc0_nat
trigBasis_L2_orthonormal'
source
theorem
Icc_to_ii
(
f
:
ℝ
→
ℝ
)
:
∫
(
x
:
ℝ
)
in
Set.Icc
0
1
,
f
x
=
∫
(
x
:
ℝ
)
in
0
..
1
,
f
x
source
theorem
sin_2pi_m
(
m
:
ℤ
)
:
Real.sin
(
↑
m
*
(
2
*
Real.pi
))
=
0
source
theorem
ics
(
c
:
ℝ
)
(
hc
:
c
≠
0
)
:
∫
(
x
:
ℝ
)
in
0
..
1
,
Real.cos
(
c
*
x
)
=
Real.sin
c
/
c
source
theorem
iss
(
c
:
ℝ
)
(
hc
:
c
≠
0
)
:
∫
(
x
:
ℝ
)
in
0
..
1
,
Real.sin
(
c
*
x
)
=
(
1
-
Real.cos
c
)
/
c
source
theorem
two_pi_ne
(
m
:
ℤ
)
(
hm
:
m
≠
0
)
:
2
*
Real.pi
*
↑
m
≠
0
source
theorem
ic0
(
m
:
ℤ
)
(
hm
:
m
≠
0
)
:
∫
(
x
:
ℝ
)
in
0
..
1
,
Real.cos
(
2
*
Real.pi
*
↑
m
*
x
)
=
0
source
theorem
is0
(
m
:
ℤ
)
(
hm
:
m
≠
0
)
:
∫
(
x
:
ℝ
)
in
0
..
1
,
Real.sin
(
2
*
Real.pi
*
↑
m
*
x
)
=
0
source
theorem
ics2
(
m
:
ℤ
)
(
hm
:
m
≠
0
)
:
∫
(
x
:
ℝ
)
in
0
..
1
,
Real.cos
(
2
*
Real.pi
*
↑
m
*
x
)
^
2
=
1
/
2
source
theorem
iss2
(
m
:
ℤ
)
(
hm
:
m
≠
0
)
:
∫
(
x
:
ℝ
)
in
0
..
1
,
Real.sin
(
2
*
Real.pi
*
↑
m
*
x
)
^
2
=
1
/
2
source
theorem
tb_one
(
x
:
ℝ
)
:
Chapter3.trigBasis
1
x
=
1
source
theorem
tb_even
(
m
:
ℕ
)
(
hm
:
0
<
m
)
(
x
:
ℝ
)
:
Chapter3.trigBasis
(
2
*
m
)
x
=
√
2
*
Real.cos
(
2
*
Real.pi
*
↑
m
*
x
)
source
theorem
tb_odd
(
m
:
ℕ
)
(
hm
:
0
<
m
)
(
x
:
ℝ
)
:
Chapter3.trigBasis
(
2
*
m
+
1
)
x
=
√
2
*
Real.sin
(
2
*
Real.pi
*
↑
m
*
x
)
source
theorem
nat_tri
(
j
:
ℕ
)
(
hj
:
0
<
j
)
:
j
=
1
∨
(∃ (
m
:
ℕ
),
0
<
m
∧
j
=
2
*
m
)
∨
∃ (
m
:
ℕ
),
0
<
m
∧
j
=
2
*
m
+
1
source
theorem
icc0_nat
(
m
n
:
ℕ
)
(
hm
:
0
<
m
)
(
hn
:
0
<
n
)
(
hmn
:
m
≠
n
)
:
∫
(
x
:
ℝ
)
in
0
..
1
,
Real.cos
(
2
*
Real.pi
*
↑
m
*
x
)
*
Real.cos
(
2
*
Real.pi
*
↑
n
*
x
)
=
0
source
theorem
iss0_nat
(
m
n
:
ℕ
)
(
hm
:
0
<
m
)
(
hn
:
0
<
n
)
(
hmn
:
m
≠
n
)
:
∫
(
x
:
ℝ
)
in
0
..
1
,
Real.sin
(
2
*
Real.pi
*
↑
m
*
x
)
*
Real.sin
(
2
*
Real.pi
*
↑
n
*
x
)
=
0
source
theorem
isc0_nat
(
m
n
:
ℕ
)
(
hm
:
0
<
m
)
(
hn
:
0
<
n
)
:
∫
(
x
:
ℝ
)
in
0
..
1
,
Real.sin
(
2
*
Real.pi
*
↑
m
*
x
)
*
Real.cos
(
2
*
Real.pi
*
↑
n
*
x
)
=
0
source
theorem
trigBasis_L2_orthonormal'
(
j
k
:
ℕ
)
(
hj
:
0
<
j
)
(
hk
:
0
<
k
)
:
∫
(
x
:
ℝ
)
in
Set.Icc
0
1
,
Chapter3.trigBasis
j
x
*
Chapter3.trigBasis
k
x
=
if
j
=
k
then
1
else
0