Discrete Math - Definitions Flashcards
contrapositive
of a conditional proposition p -> q is (~q) -> (~p)
Every polynomial that is not continuous has at most one zero.
converse
Switching the hypothesis and conclusion of a conditional statement. If Q then P
Every continuous polynomial as at least two zeroes.
inverse
p → q is the proposition ∼ p →∼ q
negation
There exists some polynomial with at least two zeroes that is not continuous.
constructive proof
An existential proof is constructive if it explicitly produces the desired ob- ject (or gives an algorithm to produce it).
floor
The floor of real number x is the largest integer n with n ≤ x.
odd
A number x is odd if there is an integer n with x=2n+1.
irreducible
A number is irreducible if it cannot be factored into two nonunits.
cardinal number
A cardinal number measures the size of some set.
ordinal number
An ordinal number measures sequential position, as compared to ‘first’.
binary relation
A binary relation on A,B is a subset of A×B.
union
The union of two sets is the set containing all the elements in either or both sets.
injective
A function is injective if every pair of distinct elements in the domain get mapped to distinct elements of the codomain.
Modus Tollens
A rule of deduction that concludes ∼ p from hypotheses p → q and ∼ q
Syntax
A set of artificial rules about arrangements of otherwise meaningless symbols
Semantics
The interpretation of symbols to derive meaning about other things
tautology
A compound proposition that is true for every possible combination of truth values of its components
symmetric difference
the set of elements which are in either of the sets and not in their intersection
A∆B for sets A, B is (A−B)∪(B−A) or (A∪B)−(A∩B)
power set
set S is the set consisting of all the subsets of S (including the empty subset)
union
A ∪ B for sets A, B is the set {x : x ∈ A or x ∈ B}