Double Sided Arrow ? – Meaning in Notation

notation

What is $\longleftrightarrow$ used for in mathematics? I know about $\iff$ being used for "If and only if". Are they the same thing? I was watching a YouTube video that said:

$$\sum^{\infty}_{n=1} {1\over n^x} \longleftrightarrow \int^{\infty}_{1} {1\over t^x} dt$$

The teacher mentions convergence/divergence, but I was confused when the notation came up.

Best Answer

In the area of logic, $\longleftrightarrow$ is usually used for "if and only if" instead of $\iff$ (because who wants to bother drawing that second line all the time).

Otherwise when dealing with functions, $\longleftrightarrow$ might also be used to denote a bijective function. So $f \colon A \leftrightarrow B$ is a bijection between $A$ and $B$. Or you could similarly write $$ A \overset{f}{\longleftrightarrow} B $$

In regards to what was likely meant in the video that you saw, the following is true:

For a given value of $x$, one has $\sum\limits_{n=1}^\infty \frac{1}{n^x}$ converges if and only if $\int\limits_{1}^\infty \frac{1}{t^x}dt$ converges.

Related Question