Top new questions this week:
|
Suppose I have two sets, $A$ and $B$:
$$A = \{1, 2, 3, 4, 5\} \\ B = \{1, 1, 2, 3, 4\}$$
Set $A$ is valid, but set $B$ isn't because not all of its elements are unique. My question is, why can't …
|
When I was in primary school a teacher showed us the following exercise in arithmetic.
Take any 3 digit number between 201 and 998 provided that the hundreds digit is bigger than the ones digit and …
|
Somewhat of a basic question, but I tried mixing set theory and calculus and the result is a giant mess.
From set theory (assume ZFC) we know there is a smallest infinite cardinal, $\aleph_0$, and …
|
Why are huge binary nubers about $3.3218$ times longer than their decimal counterpart?
I thought about this when I was writing this Python code:
huge_number = 21**31**3 # ** is the power operator
…
|
My son's Maths homework was to do with number patterns/sequences. "What is the nth term?". He'd done very well, but the last sequence was something like this:
19,77,265,715,1607,3169
He was adamant …
|
A hypothetical example:
You have a 1/1000 chance of being hit by a bus when crossing the street.
However, if you perform the action of crossing the street 1000 times, then your chance of being …
|
This is a follow-up to my earlier question Closed form for ${\large\int}_0^1\frac{\ln^2x}{\sqrt{1-x+x^2}}dx$.
Is there a closed form for this integral?
…
|
Greatest hits from previous weeks:
|
It's one of my real analysis professor's favourite sayings that "being obvious does not imply that it's true".
Now, I know a fair few examples of things that are obviously true and that can be proved …
|
In every field there's always that person who's just years ahead of their time. For instance, Paul Morphy (born 1837) is said to have retired from chess because he found no one to match his technique …
|
Can you answer these?
|
One thing newcomers to TeX or MathJax often get wrong is that they
write something like $sin(x)$ instead of $\sin(x)$ - the point being
that common mathematical functions with names consisting of …
|
Let $A$ be a C*-algebra and $p,q \in A$ be projections. Assume there is an element $a\in A$ such that $\|aa^*-p\|<\frac{1}{4}$ and $\|a^*a-q\|<\frac{1}{4}$. Then there is a partial isometry $v$ …
|
Let $\frak L$ be the set of all topologies $\mathcal T$ on $\Bbb Q$ (the additive group of all rational numbers) such that $(\Bbb Q,\mathcal T)$ is a topological group. Then $(\frak L,\subseteq)$ is a …
|