Prove that there exists a unique prime number of the form $n^2 − 1$, where *n* is an integer that is greater than or equal to 2.Prove that n!+1 contains a prime factor greater than n and use this to prove that there are infinte many primesshow that $q$ and $r$ are unique when $r$ is less than or equal to zero.Proof of prime numbers in the form..Prove that there exists only one prime number of the form $p^2−1$ where $p≥2$ is an integerProof that there exists a larger prime than prime number P, which is the largest of a finite set of primes?Prove by contradiction: Let n > 1. Let a be the smallest factor of n that is greater than 1. Prove a is prime.Strong Induction - Any integer greater than 1 is divisible by a prime numberProve that the square root of a positive integer is either an integer or irrationalProve or Disprove that there exists an integer $n$ such that $4n^2 -12n +8$ is primeShow that given any rational number $x$, there exists an integer $y$ such that $x^2y$ is an integer
Do I need to be arrogant to get ahead?
Why are there no stars visible in cislunar space?
Hausdorff dimension of the boundary of fibres of Lipschitz maps
Can a medieval gyroplane be built?
Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?
How to generate binary array whose elements with values 1 are randomly drawn
Comment Box for Substitution Method of Integrals
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
Wrapping homogeneous Python objects
Do US professors/group leaders only get a salary, but no group budget?
If "dar" means "to give", what does "daros" mean?
Should I be concerned about student access to a test bank?
Light propagating through a sound wave
Why is indicated airspeed rather than ground speed used during the takeoff roll?
What can I do if I am asked to learn different programming languages very frequently?
Pronounciation of the combination "st" in spanish accents
Is there a creature that is resistant or immune to non-magical damage other than bludgeoning, slashing, and piercing?
Can other pieces capture a threatening piece and prevent a checkmate?
Synchronized implementation of a bank account in Java
Probably overheated black color SMD pads
두음법칙 - When did North and South diverge in pronunciation of initial ㄹ?
Help rendering a complicated sum/product formula
Is it possible to stack the damage done by the Absorb Elements spell?
Does the attack bonus from a Masterwork weapon stack with the attack bonus from Masterwork ammunition?
Prove that there exists a unique prime number of the form $n^2 − 1$, where *n* is an integer that is greater than or equal to 2.
Prove that n!+1 contains a prime factor greater than n and use this to prove that there are infinte many primesshow that $q$ and $r$ are unique when $r$ is less than or equal to zero.Proof of prime numbers in the form..Prove that there exists only one prime number of the form $p^2−1$ where $p≥2$ is an integerProof that there exists a larger prime than prime number P, which is the largest of a finite set of primes?Prove by contradiction: Let n > 1. Let a be the smallest factor of n that is greater than 1. Prove a is prime.Strong Induction - Any integer greater than 1 is divisible by a prime numberProve that the square root of a positive integer is either an integer or irrationalProve or Disprove that there exists an integer $n$ such that $4n^2 -12n +8$ is primeShow that given any rational number $x$, there exists an integer $y$ such that $x^2y$ is an integer
$begingroup$
Prove that there exists a unique prime number of the form $n^2-1$,
where n is an integer that is greater than or equal to 2.
I know I can factor $n^2-1 = (n-1)(n+1)$. What are my next steps?
discrete-mathematics proof-explanation
$endgroup$
add a comment |
$begingroup$
Prove that there exists a unique prime number of the form $n^2-1$,
where n is an integer that is greater than or equal to 2.
I know I can factor $n^2-1 = (n-1)(n+1)$. What are my next steps?
discrete-mathematics proof-explanation
$endgroup$
1
$begingroup$
n-1=1 and n+1=p because p is prime and n-1<n+1
$endgroup$
– Anthony
Mar 12 at 20:33
add a comment |
$begingroup$
Prove that there exists a unique prime number of the form $n^2-1$,
where n is an integer that is greater than or equal to 2.
I know I can factor $n^2-1 = (n-1)(n+1)$. What are my next steps?
discrete-mathematics proof-explanation
$endgroup$
Prove that there exists a unique prime number of the form $n^2-1$,
where n is an integer that is greater than or equal to 2.
I know I can factor $n^2-1 = (n-1)(n+1)$. What are my next steps?
discrete-mathematics proof-explanation
discrete-mathematics proof-explanation
asked Mar 12 at 20:32
Usama GhawjiUsama Ghawji
666
666
1
$begingroup$
n-1=1 and n+1=p because p is prime and n-1<n+1
$endgroup$
– Anthony
Mar 12 at 20:33
add a comment |
1
$begingroup$
n-1=1 and n+1=p because p is prime and n-1<n+1
$endgroup$
– Anthony
Mar 12 at 20:33
1
1
$begingroup$
n-1=1 and n+1=p because p is prime and n-1<n+1
$endgroup$
– Anthony
Mar 12 at 20:33
$begingroup$
n-1=1 and n+1=p because p is prime and n-1<n+1
$endgroup$
– Anthony
Mar 12 at 20:33
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Existence : $2^2 - 1 = 3$
Uniqueness : Suppose we have a number $n > 2$ with prime number of the form $n^2 - 1$. Then since $n^2 - 1 = (n+1)cdot (n-1)$, we have $(n+1) > 1$ and $(n-1) > 1$, which means that both of these are factors that are not $1$ and thus $n^2-1$ is not prime.
$endgroup$
$begingroup$
Thank you I appreciate your explanation.
$endgroup$
– Usama Ghawji
Mar 12 at 20:53
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3145639%2fprove-that-there-exists-a-unique-prime-number-of-the-form-n2-%25e2%2588%2592-1-where-n-i%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Existence : $2^2 - 1 = 3$
Uniqueness : Suppose we have a number $n > 2$ with prime number of the form $n^2 - 1$. Then since $n^2 - 1 = (n+1)cdot (n-1)$, we have $(n+1) > 1$ and $(n-1) > 1$, which means that both of these are factors that are not $1$ and thus $n^2-1$ is not prime.
$endgroup$
$begingroup$
Thank you I appreciate your explanation.
$endgroup$
– Usama Ghawji
Mar 12 at 20:53
add a comment |
$begingroup$
Existence : $2^2 - 1 = 3$
Uniqueness : Suppose we have a number $n > 2$ with prime number of the form $n^2 - 1$. Then since $n^2 - 1 = (n+1)cdot (n-1)$, we have $(n+1) > 1$ and $(n-1) > 1$, which means that both of these are factors that are not $1$ and thus $n^2-1$ is not prime.
$endgroup$
$begingroup$
Thank you I appreciate your explanation.
$endgroup$
– Usama Ghawji
Mar 12 at 20:53
add a comment |
$begingroup$
Existence : $2^2 - 1 = 3$
Uniqueness : Suppose we have a number $n > 2$ with prime number of the form $n^2 - 1$. Then since $n^2 - 1 = (n+1)cdot (n-1)$, we have $(n+1) > 1$ and $(n-1) > 1$, which means that both of these are factors that are not $1$ and thus $n^2-1$ is not prime.
$endgroup$
Existence : $2^2 - 1 = 3$
Uniqueness : Suppose we have a number $n > 2$ with prime number of the form $n^2 - 1$. Then since $n^2 - 1 = (n+1)cdot (n-1)$, we have $(n+1) > 1$ and $(n-1) > 1$, which means that both of these are factors that are not $1$ and thus $n^2-1$ is not prime.
answered Mar 12 at 20:36
twnlytwnly
1,1891213
1,1891213
$begingroup$
Thank you I appreciate your explanation.
$endgroup$
– Usama Ghawji
Mar 12 at 20:53
add a comment |
$begingroup$
Thank you I appreciate your explanation.
$endgroup$
– Usama Ghawji
Mar 12 at 20:53
$begingroup$
Thank you I appreciate your explanation.
$endgroup$
– Usama Ghawji
Mar 12 at 20:53
$begingroup$
Thank you I appreciate your explanation.
$endgroup$
– Usama Ghawji
Mar 12 at 20:53
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3145639%2fprove-that-there-exists-a-unique-prime-number-of-the-form-n2-%25e2%2588%2592-1-where-n-i%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
n-1=1 and n+1=p because p is prime and n-1<n+1
$endgroup$
– Anthony
Mar 12 at 20:33