I was doing this question as a homework from a lecture. I have proven that for all prime numbers, the square root is irrational using Euler’s lemma. However, I’m stuck on how to prove it for all non perfect squares. How should I approach this problem? Any help or solutions would be appreciated! Thank you so much!
Asked
Active
Viewed 57 times
-1
-
Is $1/4$ considered a "non perfect square"? – peterwhy Mar 11 '24 at 04:12
-
1There are lots of other answers to the same question on this site, besides the one I linked. Please use the search function on this site, or better yet, use google with “site:math.stackexchange.com” added to your query. – Aig Mar 11 '24 at 04:20
1 Answers
0
Let $n$ be a non-perfect square. Then by definition if $n = p_1^{\alpha_1}\cdots p_k^{\alpha_k}$ is the prime factorization of $n$, then at least one of the $\alpha$'s is odd. Let's say odd alphas are $\alpha_{k_1},\cdots,\alpha_{k_m}$. Then $n$ can be written as $n = A^2 \cdot \prod_{j = 1}^m p_{k_j}$ for some $A\in\mathbb{Z}$. So $\sqrt{n}$ is irrational $\iff \sqrt{\prod_{j = 1}^m p_{k_j}}$ is irrational $\iff \prod_{j = 1}^m p_{k_j} = \frac{a^2}{b^2}$ for $a,b \in\mathbb{Z}$ that are relatively prime, which is a contradiction.

mathemagician
- 3,225
-
Please strive not to post more (dupe) answers to dupes of FAQs. This is enforced site policy, see here. It's best for site health to delete this answer (which also minimizes community time wasted on dupe processing.) – Bill Dubuque Mar 11 '24 at 04:40
-
-
@1937874: When you do the prime factorization of a number, some of the alpha exponents will be odd, some will be even (e.g., 72 = 2^3 * 3^2, the exponent of 2 is odd, the exponent of 3 is even). Odd exponents (i.e., 2k+1) can be written as the product of the prime and a square. (e.g.. 72 = 2^3 * 3^2 = 22^2 3^2 = (23)^2 2 = 6^2 * 2) – mathemagician Mar 13 '24 at 02:25
-
-
@1937874 - If the square root is rational (assume for the sake of contradiction), then the squared value of the square root can be written as a^2/b^2. – mathemagician Mar 14 '24 at 03:30
-
-
-