Skip to main content

Questions tagged [intuition]

Mathematical intuition is the instinctive impression regarding mathematical ideas which originate naturally without regard to formal mathematical proofs. It may or may not stem from a cognitive rational process.

Filter by
Sorted by
Tagged with
4 votes
2 answers
212 views

This is a Theorem in the book, "A Course on Borel Sets" [[ SM Srivastava 2001 ]] I was reading and I understood nearly everything but a statement which gives the contradiction, I am ...
Akshhat Chaube's user avatar
-1 votes
2 answers
215 views

I was going through this link and a comment by user fkraiem mentioned that a characteristic property of an infinite set is that it has the same cardinality as at least one of its proper subsets. But ...
Integreek's user avatar
  • 8,973
4 votes
3 answers
223 views

I know that, as sets, $\mathbb C$ and $\mathbb R^2$ are exactly the same set, and that the difference is about the structure: $\mathbb C$ is $\mathbb R^2$ with a field structure. Does this mean that, ...
Elvis's user avatar
  • 1,677
4 votes
2 answers
249 views

I'm currently reading A First Look at Rigorous Probability Theory by J. S. Rosenthal, and I just got to the definition of random variable: Definition 3.1.1 Given a probability triple $(\Omega,\...
Elvis's user avatar
  • 1,677
0 votes
0 answers
132 views

I have been thinking about how to show that the set $ S = \{ \text{x is rational} , x^2 < 2 \} $ has no least upper bound in the rationals space, in a way that is intuitive for me. In that sense, I ...
Alejandro's user avatar
  • 211
2 votes
2 answers
193 views

I'm reading a paper on the AI tech of HTN planning. In there, the authors state: A predicate, which evaluates to true or false, consists of a predicate symbol $p \in P$, where $P$ is a finite set of ...
Dess's user avatar
  • 141
10 votes
2 answers
213 views

This is another math puzzle I heard today. Consider a M/M/K queue (https://en.wikipedia.org/wiki/M/M/c_queue) in a cafe. Lets say the cafe has a rule that each queue is FIFO (first in first out), each ...
konofoso's user avatar
7 votes
1 answer
185 views

Define $ S[n] $ as the expected distance between two points uniformly distributed on the surface of a $n$-sphere of radius $1$ (here you can find the explicit values). Now define $ B[n] $ as the ...
user967210's user avatar
  • 1,518
0 votes
1 answer
98 views

I used Matlab's qr function to calculate the qr decomposition of $A^H$, using: [Q, R, P] = qr(A', 'vector'). This method uses ...
hamed's user avatar
  • 13
7 votes
2 answers
364 views

I am working through a worksheet talking about some of Euler's results and how $X = a^{2^n}+1$ is not necessarily prime. One example that Euler gave was that $X = 6^{128}+1$ is not prime since it is ...
Conor_Meise's user avatar
5 votes
1 answer
371 views

I am trying to come up with a function that allows me to "transform a triangle into a circle". For example, given a circumference with radius $1$ and center $(0,0)$ , imagine a triangle ...
Silverman's user avatar
  • 193
0 votes
0 answers
42 views

I am a Research Scholar and I am trying to explore the connection between Algebraic functions and Branched coverings in the study of Riemann surface.Since,I am a beginner,I would like to have some ...
Kishalay Sarkar's user avatar
9 votes
2 answers
385 views

Suppose that $|A| \le |B| \le |C|$ and $A \subseteq C$. Assuming ZF axioms, but not AC, does there necessarily exist a set $D$ such that $A \subseteq D \subseteq C$ and $|B| = |D|$? Here is my proof ...
Lucenaposition's user avatar
2 votes
1 answer
87 views

Let $X$ be a set with $n$ elements. Prove that $$ \sum_{Y, Z \subseteq X}|Y \cap Z|=n \cdot 4^{n-1} $$ The sum is over all possible pairs $(Y, Z)$ of subsets of $X$. I do not need a solution, but ...
OlympiadRunner's user avatar
4 votes
0 answers
132 views

This is a kind of followup question to this old one. Let $\mathbb{Q}$ and $\mathbb{R}$ have their usual (Euclidean) topology, and let $\beta\mathbb{Q}$ and $\beta\mathbb{R}$ stand for their respective ...
Gro-Tsen's user avatar
  • 6,568
4 votes
2 answers
187 views

On the Wikipedia page for homogeneous polynomials, it is stated that "a homogeneous polynomial [...] is a polynomial whose nonzero terms all have the same degree." What is a "zero term&...
MattHusz's user avatar
  • 781
3 votes
2 answers
371 views

I'm learning linear algebra from Linear Algebra Done Right. The book gives a proof that the degree of the minimal polynomial of an operator on V is at most the dimension of V, but the proof feels ...
erdonio's user avatar
  • 31
6 votes
2 answers
742 views

What is the problem of the proof of this claim? I also think it is really strange, but I can't find the problem. Claim: All natural numbers can be uniquely represented using fifty letters. Proof: ...
이상원's user avatar
  • 532
1 vote
1 answer
206 views

Dummit Foote, Group Theory, Section 1.6, Problem 23. Let $G$ be a finite group which possesses an automorphism $\phi$ such that $\phi(g) = g$ if and only if $g = 1 $. If $\phi^2$ is the identity map ...
S_M's user avatar
  • 477
0 votes
0 answers
53 views

Convex sets have property that a line between any two points, lies in the set. This is stated algebraically here as: Given an affine space E, ... a subset V of E is convex if for any two points $a, b ∈...
jiten's user avatar
  • 4,972
2 votes
0 answers
61 views

Over $\mathbb R^n$, the standard intuition given to the determinant is that it measures the signed area of the image of an unit cube. But determinants can be more generally defined for endomorphisms ...
Carla_'s user avatar
  • 2,206
4 votes
2 answers
155 views

2D polar coordinates are generally measured as $(r, \theta)$ where $\theta$ is the angle measured counter-clockwise from the x-axis, and ranges from $0$ to $2\pi$. Then, spherical coordinates extend ...
crazygringo's user avatar
3 votes
1 answer
202 views

I strongly suspect that there is a connection between the Hilbert function $H_M(d)$ for a graded $K[x_0,...,x_n]$-module $M$ and the Euler characteristic of a topological space. For the obvious ...
Flynn Fehre's user avatar
8 votes
0 answers
135 views

This might have been already asked in this site but I can't find it. So here's the integral: $$\int_{r_\text{min}}^{r_\text{max}} \sqrt{\left(1-\frac{r_\text{min}}{r}\right)\left(\frac{r_\text{max}}{r}...
Sanjana's user avatar
  • 406
3 votes
1 answer
179 views

Evaluate : $$ I=\int \frac{dx}{1+2\sin^2x+3\cos^2x} $$ My attempt : By multiplying Numerator and Denominator by $\sec^2x$ and solving I get the value of the integral as $$I_1=\frac{1}{2\sqrt3} \tan^{-...
Curious .'s user avatar

1
3 4
5
6 7
89