Documentation
Atlas
.
BooleanFunctions
.
code
.
LindebergOneDim
Search
return to top
source
Imports
Init
Atlas.BooleanFunctions.code.InvarianceDefs
Mathlib.Probability.Distributions.Gaussian.Real
Imported by
BooleanFourier
.
gaussianReal_third_abs_moment_le_two
BooleanFourier
.
rademacher_avg_taylor
BooleanFourier
.
gaussian_integral_taylor
BooleanFourier
.
lindeberg_one_dim_comparison
source
theorem
BooleanFourier
.
gaussianReal_third_abs_moment_le_two
:
∫
(
t
:
ℝ
)
,
|
t
|
^
3
∂
ProbabilityTheory.gaussianReal
0
1
≤
2
source
theorem
BooleanFourier
.
rademacher_avg_taylor
(
Ψ
:
ℝ
→
ℝ
)
(
hΨ
:
IsC3Bounded
Ψ
)
(
c
a
:
ℝ
)
:
|
(
Ψ
(
c
+
a
)
+
Ψ
(
c
-
a
)
)
/
2
-
Ψ
c
-
1
/
2
*
iteratedDeriv
2
Ψ
c
*
a
^
2
|
≤
1
/
6
*
hΨ
.
thirdDerivBound
*
|
a
|
^
3
source
theorem
BooleanFourier
.
gaussian_integral_taylor
(
Ψ
:
ℝ
→
ℝ
)
(
hΨ
:
IsC3Bounded
Ψ
)
(
c
a
:
ℝ
)
:
|
∫
(
t
:
ℝ
)
,
Ψ
(
c
+
a
*
t
)
∂
ProbabilityTheory.gaussianReal
0
1
-
Ψ
c
-
1
/
2
*
iteratedDeriv
2
Ψ
c
*
a
^
2
|
≤
1
/
6
*
hΨ
.
thirdDerivBound
*
|
a
|
^
3
*
∫
(
t
:
ℝ
)
,
|
t
|
^
3
∂
ProbabilityTheory.gaussianReal
0
1
source
theorem
BooleanFourier
.
lindeberg_one_dim_comparison
(
Ψ
:
ℝ
→
ℝ
)
(
hΨ
:
IsC3Bounded
Ψ
)
(
c
a
:
ℝ
)
:
|
(
Ψ
(
c
+
a
)
+
Ψ
(
c
-
a
)
)
/
2
-
∫
(
t
:
ℝ
)
,
Ψ
(
c
+
a
*
t
)
∂
ProbabilityTheory.gaussianReal
0
1
|
≤
1
/
2
*
hΨ
.
thirdDerivBound
*
|
a
|
^
3