0

Prove or disprove that $f(x)= -7x-3$ is Lipchitz on $\mathbb{R}$

My answer is:

$|f(x)-f(y)|=|-7x-3-(-7y-3)|$

$=|-7x+7y|=|-7(x-y)|=7|x-y|$

If the answer is equal not less than or equal can we say it is Lipchitz? And also they asked if it is Lipchitz in $\mathbb{R}$ so is this an answer on $\mathbb{R}$?

1 Answers1

1

Your proof is fine. For your query in comment:

The definition of Lipschitz function is:

If $A\subseteq\mathbb{R}$ and $f:A→\mathbb{R}$ is function. Then, $f$ is said to be Lipschitz on $A$ if there exists a constant $K>0$ such that,

$|f(x)-f(y)|≤K|x-y|$ for all $x,y\in A$

See that, in definition $A$ is subset of $\mathbb{R}$. So $A$ may be equals to $\mathbb{R}$ itself.