Bounded functions #
Equations
Instances For
@[simp]
theorem
Bornology.IsBddFun.const
{α : Type u_1}
{X : Type u_2}
[Bornology X]
{x : X}
:
IsBddFun (Function.const α x)
@[simp]
theorem
Bornology.IsBddFun.fun_const
{α : Type u_1}
{X : Type u_2}
[Bornology X]
{x : X}
:
IsBddFun fun (x_1 : α) => x
Eta-expanded form of Bornology.IsBddFun.const
@[simp]
theorem
Bornology.IsBddFun.ofNat
{α : Type u_1}
{X : Type u_2}
[Bornology X]
[NatCast X]
{n : ℕ}
[n.AtLeastTwo]
:
IsBddFun (OfNat.ofNat n)