Question

In: Advanced Math

Following the Well Ordering Principle for Integers suppose n is an arbitrary integer greater than 1...

Following the Well Ordering Principle for Integers suppose n is an arbitrary integer greater than 1 and:

Z={x is a positive integer such that x is greater than or equal to 2 and x divides n}

Let y be the least element is set Z. Using proof by contradiction, show that y is prime.

Solutions

Expert Solution

Given be an integer greater than 1 .

That is the set   is collection of all positive divisor of which are greater than equals to 2 .

Now be the least element of   . So is an element of ,

divides .

There exist such that , .

Suppose   is not prime .

Then there exisy with such that .

  

   divides   

a contradiction to be the least element of   and   as , .

Hence is a prime .

.

.

.

If you have doubt at any step please comment .


Related Solutions

Can any genius explain me about well-ordering principle - Proofs using well-ordering principle. with some examples.
Can any genius explain me about well-ordering principle - Proofs using well-ordering principle. with some examples.
use well ordering principle to prove that sqrt(6) is not rational
use well ordering principle to prove that sqrt(6) is not rational
A prime number is an integer greater than 1 that is evenlydivisible by only 1...
A prime number is an integer greater than 1 that is evenly divisible by only 1 and itself. For example, the number 5 is prime because it can only be evenly divided by 1 and 5. The number 6, however, is not prime because it can be divided by 1, 2, 3, and 6.Write a Boolean function named isPrime, which takes an integer as an argument and returns true if the argument is a prime number, and false otherwise. Demonstrate...
Let n greater than or equal to 2 and let k1,...,kn be positive integers. Recall that...
Let n greater than or equal to 2 and let k1,...,kn be positive integers. Recall that Ck1,..., Ckn denote the cyclic groups of order k1,...,kn. Prove by induction that their direct product Ck1×Ck2×....×Ckn is cyclic if and only if the ki's are pairwise coprime which means gcd(ki,kj)=1 for every i not equals j in {1,...n}.
Prove (Z/mZ)/(nZ/mZ) is isomorphic to Z/nZ where n and m are integers greater than 1 and...
Prove (Z/mZ)/(nZ/mZ) is isomorphic to Z/nZ where n and m are integers greater than 1 and n divides m.
A prime number is an integer greater than 1 that is evenly divisible by only 1...
A prime number is an integer greater than 1 that is evenly divisible by only 1 and itself. For example, 2, 3, 5, and 7 are prime numbers, but 4, 6, 8, and 9 are not. Create a PrimeNumber application that prompts the user for a number and then displays a message indicating whether the number is prime or not. Hint: The % operator can be used to determine if one number is evenly divisible by another. Java
A prime number is an integer greater than 1 that is evenly divisible by only 1...
A prime number is an integer greater than 1 that is evenly divisible by only 1 and itself. For example, 2, 3, 5, and 7 are prime numbers, but 4, 6, 8, and 9 are not. Create a PrimeNumber application that prompts the user for a number and then displays a message indicating whether the number is prime or not. Hint: The % operator can be used to determine if one number is evenly divisible by another. b) Modify the...
Write following program using Python: A positive integer greater than 1 is said to be prime...
Write following program using Python: A positive integer greater than 1 is said to be prime if it has no divisors other than 1 and itself. A positive integer greater than 1 is composite if it is not prime. Write a program that asks the user to enter a integer greater than 1, then displays all of the prime numbers that are less than or equal to the number entered. Last, create two files. One file will hold all of...
For all integers n > 2, show that the number of integer partitions of n in...
For all integers n > 2, show that the number of integer partitions of n in which each part is greater than one is given by p(n)-p(n-1), where p(n) is the number of integer partitions of n.
(PYTHON) A Prime number is an integer greater than 1 that cannot be formed by multiplying...
(PYTHON) A Prime number is an integer greater than 1 that cannot be formed by multiplying two smaller integer other than 1 and itself. For example, 5 is prime because the only ways of writing it as a product, 1 × 5 or 5 × 1. In this question you will write a program that takes a sequence of integers from the user and display all the prime numbers contained in that sequence. We will separate this question in 2...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT