Please, check my solution. Task: let $f(x): \mathbb{R} \rightarrow \mathbb{R}$. If $f(x)\le M$ for every $x\in\mathbb{Q}$ then is is also $\le M$ for every irrational number. Me solution: if it is continuous then for every $\varepsilon > 0$ we can choose $\delta > 0$ such that for every $x, y \in\mathbb{R}$ $|x - y| < \delta \Rightarrow |f(x) - f(y)| < \varepsilon$. Ok, it is obvious that we can choose $x\notin\mathbb{Q}$ and $y\in\mathbb{Q}$. Then if $f(a) > M$ for every irrational number then $f(x) = M + \varepsilon'$ for some $\varepsilon' > 0$. Then $|f(x) - f(y)| > \varepsilon'$, so it means that our function is not continuous. Contradiction.
2026-04-06 20:58:15.1775509095
Continuity of a function and bound
38 Views Asked by user596269 https://math.techqa.club/user/user596269/detail At
1
There are 1 best solutions below
Related Questions in CONTINUITY
- Continuity, preimage of an open set of $\mathbb R^2$
- Define in which points function is continuous
- Continuity of composite functions.
- How are these definitions of continuous relations equivalent?
- Show that f(x) = 2a + 3b is continuous where a and b are constants
- continuous surjective function from $n$-sphere to unit interval
- Two Applications of Schwarz Inequality
- Show that $f$ with $f(\overline{x})=0$ is continuous for every $\overline{x}\in[0,1]$.
- Prove $f(x,y)$ is continuous or not continuous.
- proving continuity claims
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I disagree with Kavi Rama Murthy that your argument hardly makes any sense, but it is very poorly stated and also has some technical issues. Let me go through some of the problems:
Note that nowhere does it say that $f$ is continuous. Since you argued from continuity, your "contradiction" doesn't contradict anything in the problem. If the actual problem does not state that $f$ is continuous, then your argument is false.
In the rest, I am going to assume that $f$ being continuous was actually part of the problem statement that you left off. Don't ever do that. When you ask for help, you need to give people all the relevant information.
Where you went wrong:
This is a statement of uniform continuity. Note that $\delta$ can only depend on the value of $\epsilon$. It must hold true for all $x, y \in \Bbb R$.
The statement of normal continuity on $\Bbb R$ is $$\text{For every }x \in\Bbb R\text{ and }\varepsilon > 0\text{, there is a }\delta > 0\text{ such that for all }y\in\Bbb R, \\|x - y| < \delta \implies |f(x) - f(y)| < \varepsilon$$ Note that here $\delta$ can depend on both $\varepsilon$ and $x$, and need only work for all $y \in \Bbb R$.
The other place you went wrong is:
You are trying a proof by contradiction, where you assume the opposite of the conclusion, and show this requires the hypothesis to be false. But the conclusion is $$f(x) \le M\text{ for all irrational numbers }x.$$ The opposite of that is NOT $$f(x) > M\text{ for all irrational numbers }x.$$ The opposite is $$\text{there exists an irrational number }x \text{ with }f(x) > M.$$
By choosing an arbitrary irrational $x$, and assuming $f(a) > M \forall a \notin \Bbb Q$, your argument only contradicts uniform continuity and being unbounded at a single point.