Section 1 Flashcards
Foundation of Discrete Maths
What is a proposition
A statement that is either True or False
Explain ‘P XOR Q’
This is similar to an OR statement but excludes the possibility of both being true
Explain ‘P implies Q’
This is true when any of the following occur:
-Both P and Q are true
-Both P and Q are false
-Q is true
An implication is true exactly when the if part is false or the then part is true
Explain ‘P IFF Q’
IFF stands for ‘if and only if’. The proposition is only T if both P and Q are false or both are true. This kind of statement also means that P and Q are logically equivalent.
What is the symbolic notation of ‘Not(P)’
¬P
What is the symbolic notation of ‘P and Q’
P A Q
What is the symbolic notation of P or Q
P V Q
What is the symbolic notation of P implies Q
P —> Q
What is the symbolic notation of ‘If P then Q’
P —> Q
What is the symbolic notation of ‘P IFF Q’
P Q
What is the contrapositive of the implication ‘P implies Q’ and how is it related with the implication?
The contrapositive is ‘Not Q implies not P’.
This is just a different way of saying the original implication and they are equivalent.
What is the ‘Converse’ of ‘P implies Q’ and is it equivalent?
The converse is ‘Q implies P’
They are not equivalent
What type of statement is equivalent when you combine an implication and its converse? i.e ‘If I am grumpy, then I am hungry, AND if I am hungry then I am grumpy’
This results in the equivalent implication of:
I am grumpy IFF I am hungry
What is the key concept to remember when dealing with a proposition with a variable in an infinite set?
You cant check a claim about an infinite set by checking a finite set of its elements, no matter how large the finite set.
Explain how this statement reads
(Upside down A)n € N. p(n) is prime:
- Upside down A = ‘For All’
- N= nonnegative integers
- €= is a member of
- For every nonnegative integer n the value of n^2 + n + 41 is prime