Norm of a convolution #
This file characterises the L1-norm of the convolution of two functions and proves the Young convolution inequality.
@[simp]
theorem
lpNorm_trivChar
{α : Type u_1}
{β : Type u_2}
[Fintype α]
[DecidableEq α]
[AddCommGroup α]
[RCLike β]
(p : ENNReal)
:
theorem
conv_eq_inner
{α : Type u_1}
{β : Type u_2}
[Fintype α]
[DecidableEq α]
[AddCommGroup α]
[RCLike β]
(f : α → β)
(g : α → β)
(a : α)
:
theorem
dconv_eq_inner
{α : Type u_1}
{β : Type u_2}
[Fintype α]
[DecidableEq α]
[AddCommGroup α]
[RCLike β]
(f : α → β)
(g : α → β)
(a : α)
:
(f ○ g) a = (starRingEnd β) (l2Inner f (τ a g))