Quartz sync: May 26, 2025, 3:33 PM
All checks were successful
/ Deploy to Cloudflare Pages (push) Successful in 1m17s

This commit is contained in:
Anthony Berg 2025-05-26 15:33:13 +02:00
parent 4a2a31570e
commit 4b6bbcd403
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Question
What is a continuous function?
# Answer
A [[Continuous|continuous]] function is a function that has does not abruptly change in value.
We say that $f$ is continuous (at every $x$) if $f^{-1}(A) \equiv \{ x \in X \ |\ f(x) \in A \}$ is [[Open Sets|open]] for every [[Open Sets|open]] $A \subset Y$.
> [!example] Example of a Non-Continuous
> $f(x) = \frac{1}{x}$ is not a [[Continuous|continuous]] function as at $x=0$ there is an abrupt change in value, and the value there is undefined.

View File

@ -0,0 +1,3 @@
# Question
Why does a real valued continuous function obtain its maximum on a compact set?
# Answer