I] Introduction Flashcards
Which type of value is assigned to a statement?
Truth (True or False)
How is written the negative statement?
¬A (none A)
How many possibilities is there for a 2 statements operator?
2^4
What is the symbol for “AND” operator?
A∧B
What does ∧ mean?
True if both are True, otherwise, it’s False
What is the symbol for the “OR” operator?
A∨B
What does ∨ mean?
True if one, at least, is True
What is the symbol for “Exclusive OR” / “XOR”
AwB
What does w mean?
True if ONLY one statement is True
What is the symbol for “equivalence”?
A < = > B
What does “A < = > B” mean?
True when both statement are the same value
What is the symbol for “implication”?
A=>B
What does A=>B mean?
True when B is True or both are False
What is “contraposition”?
A=>B is the same as (¬B)=>(¬A)
What is a “set”?
Collection (final or not) of elements.
How do you denote a set?
S={1,2,3,4}
What is the symbol for set inclusion?
x∈S
What is the symbol for a none-inclusion in a set?
x∉S