Documentation

APAP.Prereqs.Convolution.Norm

Norm of a convolution #

This file characterises the L1-norm of the convolution of two functions and proves the Young convolution inequality.

theorem ddconv_eq_wInner_one {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] (f g : G โ†’ ๐•œ) (a : G) :
(f โˆ—แตˆ g) a = RCLike.wInner 1 ((starRingEnd (G โ†’ ๐•œ)) f) (translate a fun (x : G) => g (-x))
theorem dddconv_eq_wInner_one {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] (f g : G โ†’ ๐•œ) (a : G) :
(f โ—‹แตˆ g) a = (starRingEnd ๐•œ) (RCLike.wInner 1 f (translate a g))
theorem wInner_one_dddconv {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] (f g h : G โ†’ ๐•œ) :
RCLike.wInner 1 f (g โ—‹แตˆ h) = RCLike.wInner 1 ((starRingEnd (G โ†’ ๐•œ)) g) ((starRingEnd (G โ†’ ๐•œ)) f โˆ—แตˆ (starRingEnd (G โ†’ ๐•œ)) h)
theorem wInner_one_ddconv {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] (f g h : G โ†’ ๐•œ) :
RCLike.wInner 1 f (g โˆ—แตˆ h) = RCLike.wInner 1 ((starRingEnd (G โ†’ ๐•œ)) g) ((starRingEnd (G โ†’ ๐•œ)) f โ—‹แตˆ (starRingEnd (G โ†’ ๐•œ)) h)
theorem dddconv_wInner_one {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] (f g h : G โ†’ ๐•œ) :
RCLike.wInner 1 (f โ—‹แตˆ g) h = RCLike.wInner 1 ((starRingEnd (G โ†’ ๐•œ)) h โˆ—แตˆ (starRingEnd (G โ†’ ๐•œ)) g) ((starRingEnd (G โ†’ ๐•œ)) f)
theorem ddconv_wInner_one {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] (f g h : G โ†’ ๐•œ) :
RCLike.wInner 1 (f โˆ—แตˆ g) h = RCLike.wInner 1 ((starRingEnd (G โ†’ ๐•œ)) h โ—‹แตˆ (starRingEnd (G โ†’ ๐•œ)) g) ((starRingEnd (G โ†’ ๐•œ)) f)
theorem dddconv_wInner_one_eq_wInner_one_ddconv {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] (f g h : G โ†’ ๐•œ) :
theorem wInner_one_dddconv_eq_ddconv_wInner_one {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] (f g h : G โ†’ ๐•œ) :
@[simp]
theorem dLpNorm_trivChar {G : Type u_1} {๐•œ : Type u_2} [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] {p : ENNReal} [MeasurableSpace G] [DiscreteMeasurableSpace G] [Finite G] (hp : p โ‰  0) :
theorem dLpNorm_ddconv_le {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] [MeasurableSpace G] [DiscreteMeasurableSpace G] {p : NNReal} (hp : 1 โ‰ค p) (f g : G โ†’ ๐•œ) :

A special case of Young's convolution inequality.

theorem dLpNorm_dddconv_le {G : Type u_1} {๐•œ : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [RCLike ๐•œ] [MeasurableSpace G] [DiscreteMeasurableSpace G] {p : NNReal} (hp : 1 โ‰ค p) (f g : G โ†’ ๐•œ) :

A special case of Young's convolution inequality.