Consider the first order predicate formula ๐: โ๐ฅ [(โ๐ง ๐ง|๐ฅ โ ((๐ง = ๐ฅ) โจโฆ
2019
Consider the first order predicate formula ๐:
โ๐ฅ [(โ๐ง ๐ง|๐ฅ โ ((๐ง = ๐ฅ) โจ (๐ง = 1))) โ โ๐ค (๐ค > ๐ฅ) โง (โ๐ง ๐ง|๐ค โ ((๐ค = ๐ง) โจ (๐ง = 1)))]
Here โ๐|๐โ denotes that โ๐ divides ๐โ, where ๐ and ๐ are integers. Consider the following sets:
S1. {1,2,3, โฆ , 100}
S2. Set of all positive integers
S3. Set of all integers
Which of the above sets satisfy ๐?
- A.
S1 and S2
- B.
S1 and S3
- C.
S2 and S3
- D.
S1, S2 and S3
Attempted by 65 students.
Show answer & explanation
Correct answer: C
Interpretation of the formula ฯ: For every element x in the domain, if every divisor z of x is either z = 1 or z = x, then there must exist some w greater than x such that every divisor of w is either 1 or w. In other words, whenever x has only trivial divisors (like a prime), there must be a larger element with only trivial divisors.
S1 = {1,2,3,โฆ,100}: Fails. Take the largest prime in the set (for example 97). That x has only trivial positive divisors, so the antecedent holds, but there is no larger element in S1 with the same property, so the required w does not exist.
S2 = set of all positive integers: Satisfies ฯ. An x that meets the antecedent must be 1 or a prime (within positive integers). By Euclid's theorem there are infinitely many primes, so for any prime x there is a larger prime w > x whose only positive divisors are 1 and w; thus the existential part is satisfied. For x where the antecedent is false (composite x), the implication holds vacuously.
S3 = set of all integers: Fails under the standard integer divisibility relation (which includes negative divisors). Example: take x = -1. The divisors of -1 are {1, -1}, so for every z dividing x we have z = x or z = 1, so the antecedent holds. But any integer w > -1 is 0 or positive, and such a w has โ1 as a divisor (or many divisors) which is neither 1 nor equal to w, so no w > -1 has the property that all divisors are only 1 or w. Hence the existential part fails for x = -1.
Conclusion: Only the set of all positive integers satisfies ฯ under the usual interpretation of divisibility over integers; the finite set {1,โฆ,100} and the set of all integers do not satisfy ฯ.
Remark: If divisibility were intended to consider only positive divisors even when the domain is all integers, then the behavior of S3 would mirror S2 and S3 would satisfy ฯ. Because the problem statement explicitly says the variables range over integers and divisibility is the standard integer relation, the correct mathematical reading treats negative divisors as valid, so S3 fails.