Documentation
MeanFourier
.
Mathlib
.
Analysis
.
InnerProductSpace
.
Defs
Search
return to top
source
Imports
Init
Mathlib.Analysis.InnerProductSpace.Defs
Imported by
PUnit
.
instInnerProductSpace_meanFourier
PUnit
.
inner_eq_zero
source
@[implicit_reducible]
instance
PUnit
.
instInnerProductSpace_meanFourier
{
𝕜
:
Type
u_1}
[
RCLike
𝕜
]
:
InnerProductSpace
𝕜
PUnit.{u_2 + 1}
Equations
One or more equations did not get rendered due to their size.
source
@[simp]
theorem
PUnit
.
inner_eq_zero
{
𝕜
:
Type
u_1}
[
RCLike
𝕜
]
(
x
y
:
PUnit.{u_2 + 1}
)
:
inner
𝕜
x
y
=
0