Documentation

MeanFourier.Mathlib.Analysis.Normed.Group.Bounded

theorem isBddFun_iff_exists_forall_norm_le' {α : Type u_1} {E : Type u_2} [NormedGroup E] {f : αE} :
Bornology.IsBddFun f ∃ (C : ), ∀ (x : α), f x C
theorem isBddFun_iff_exists_forall_norm_le {α : Type u_1} {E : Type u_2} [NormedAddGroup E] {f : αE} :
Bornology.IsBddFun f ∃ (C : ), ∀ (x : α), f x C
theorem Bornology.IsBddFun.exists_forall_norm_le {α : Type u_1} {E : Type u_2} [NormedAddGroup E] {f : αE} :
IsBddFun f∃ (C : ), ∀ (x : α), f x C

Alias of the forward direction of isBddFun_iff_exists_forall_norm_le.

theorem Bornology.IsBddFun.exists_forall_norm_le' {α : Type u_1} {E : Type u_2} [NormedGroup E] {f : αE} :
IsBddFun f∃ (C : ), ∀ (x : α), f x C

Alias of the forward direction of isBddFun_iff_exists_forall_norm_le'.

theorem isBddFun_iff_exists_forall_abs_le {α : Type u_1} {f : α} :
Bornology.IsBddFun f ∃ (C : ), ∀ (x : α), |f x| C
theorem Bornology.IsBddFun.exists_forall_abs_le {α : Type u_1} {f : α} :
IsBddFun f∃ (C : ), ∀ (x : α), |f x| C

Alias of the forward direction of isBddFun_iff_exists_forall_abs_le.