0% found this document useful (0 votes)
37 views5 pages

Module-5 3

1. Compound statements may contain more than two simple statements and require grouping symbols to avoid confusion. Parentheses are used in symbolic form and commas are used in sentence form to indicate which simple statements are grouped together. 2. Quantifiers like "some" and "all" are used to assert properties for subsets of sets. Existential quantifiers assert the existence of something while universal quantifiers assert properties for all elements of a set. 3. To negate statements with quantifiers, the negation must make the original statement false. For example, the negation of "Some coffee shops are open" is "No coffee shops are open".

Uploaded by

22-02923
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views5 pages

Module-5 3

1. Compound statements may contain more than two simple statements and require grouping symbols to avoid confusion. Parentheses are used in symbolic form and commas are used in sentence form to indicate which simple statements are grouped together. 2. Quantifiers like "some" and "all" are used to assert properties for subsets of sets. Existential quantifiers assert the existence of something while universal quantifiers assert properties for all elements of a set. 3. To negate statements with quantifiers, the negation must make the original statement false. For example, the negation of "Some coffee shops are open" is "No coffee shops are open".

Uploaded by

22-02923
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Module 5-1 B

Compound Statements and Grouping Symbols

Compound statements may contain more than two simple statements. To avoid
confusion with the meaning of the statements, groupings of statements are necessary.
Here are the rules in groupings:

Rules of Grouping of a Compound Statement


1. In symbolic form, the parentheses are used to indicate the simple statements that are
being grouped together.
2. In sentence form, a comma is used to indicate which simple statements are group
together. That is, statements of the same side a comma are group together.
The meaning of the statement is affected by the parenthesis of the symbolic statements.
For example, the compound statement ∼ (p∧q) is different from p ∧ q. The former is the
negation of the compound statement p ∧ q. The statement ∼ (p ∧ q) is read as “ It is not
true that, p ∧ q”. In the latter, the negation is on the statement p only and read as “ Not p
and q”.

Remarks. In translating compound statement in symbolic form to an English


sentence, the simple statements inside the parentheses in the symbolic form will all be
on the same side of the comma that appears in the English sentence.
Example 5.5.
Let p, q, andr represent the following statements.
p : John’s playing style is the same as Lebron’s.
q : Hazel has straight hair.
r : John is a basketball player.
a. Write the symbolic form as an English sentence.

(p ∧ q) → r

b. Write in symbolic form the given statement below.


If John is not a basketball player or Hazel has a straight hair, then John’s playing
style is not the same as Lebron’s.
Solution.
a. Since p and q are grouped together, they must be on the same side of the comma in
English sentences. Hence, this becomes, ‘
If John’s playing style is the same as Lebron’s and Hazel has straight hair, then
John is a basketball player.
b. The statements “John is not a basketball player” and “ John’s playing style is not the
same as Lebron’s” are the negation of the statements r and p, respectively. The
sentence is a conditional form and the first two statements are of the same side of the
comma. Hence, the symbolic form is
( r ∨ q) → p.

Quantifiers and their Negation


In English sentences, some are true for all or it is true for some conditions. In
order that these kinds of sentences are to be statements, quantifiers are needed.
Definition 5.4 (Existential and Universal Quantifiers).
• Existential Quantifiers. These are used as prefixes to assert the existence of
something. These include the word some, and the phrases there exists and at least
one.
• Universal Quantifiers. These are used as prefixes to assert that every element
of a given set satisfies some conditions or to deny the existence of something. These
include the words all, every, none, and no.
Example 5.6.
The first two statements used existential quantifiers and last two statements used
universal quantifiers.
1. Some coffee shops are open.
2. There exists an integer n such that 3n ≥ 120.
3. All players are nice people.
4. No even integers are divisible by 3.
Negation of statements involving quantifiers
In the previous discussion, it is known that the negation of a statement is false if
the statement is true and it is true if the statement is false. This concept must be
considered in constructing the negation of a statement involving quantifiers.
For example, let us consider the statement “Some coffee shops are open”.
Suppose this statement is true, this means that some coffee shops are open, and others
are not open. To find its negation, we need to write a statement that is false if that given
statement is true and false if otherwise. Observe that the statement “Some coffee shops
are not open” has the same meaning as the first statement. Hence, this statement
cannot be the negation of the given statement. Thus, the statement “No coffee shops
are open” will make the given statement false. Hence, it is the negation of the given
statement.
The table below shows the negation of the quantified statements and their
negation.
Practice Sheet
1. Write each symbolic statement as an English sentence. Use p, q, r, s, and t as
defined below.

p : Sarah Geronimo is a singer.


q : Sarah Geronimo not a songwriter.
r : Sarah Geronimo is an actress.
s : Sarah Geronimo plays the piano.
t : Sarah Geronimo does not play the guitar.
(a) (p ∧ q) ∨ r
(b) ∼ p → (p ∨ r)
(c) (p ∨ s) → (q ∧ t)
(d) (r ∧ p) ↔ q
(e) t ↔ (∼ r∧∼ p)

2. Write each sentence in symbolic form. Use p, q, rand s as defined below.


p : Paul is a table tennis player.
q : Paul is a basketball player.
r : Paul is a rock star.
s : Paul is a mechanical engineer.

(a) Paul is a table tennis player or a basketball player, and he is not an engineer.
(b) If it is not true that Paul is a table tennis player or a rock star, then Paul is a
mechanical engineer.
(c) Either Paul is a basketball player and a rock star, or he is a table tennis
player.
(d) Paul is a basketball player, if and only if he is not a football player and he is
not a rock star.
(e) If Paul is a mechanical engineer, then he is a basketball player and he is not
a table tennis player.
3. Write the negation of each quantified statement. Start each negation with “some,”
“no,” or “All.” [ Source: Mathematical Excursions by Hoffmann, et al.]
(a) Some lions are playful.
(b) All classic movies were first produced in black and white.
(c) No even numbers are odd numbers.

You might also like