My reasoning is yes. I tried to draw a few example functions and based on my workings, think that the answer should be yes but I couldn't figure out how exactly I should mathematically prove the fact. Any hints?
2026-04-13 16:04:32.1776096272
If $w$, $x$, $y$, and $z$ are real numbers with $w < x$ and $y < z$, is the cardinality of the closed interval $[w,x]$ the same as that of $[y,z]$?
96 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
HINT
You can build a linear mapping $f:[w,x]\to[y,z]$ such that $f(w) = y$ and $f(x) = z$.
Precisely, if we let $f(t) = at + b$, it results into the following system: \begin{align*} \begin{cases} aw + b = y\\\\ ax + b = z \end{cases} \end{align*}
Can you take it from here?