What is the domain in the context of functions?
The set of all possible inputs.
Domain is crucial for understanding how functions operate.
What is the codomain in the context of functions?
The set of all possible outputs.
Codomain is like the universe set for possible outputs of a function.
What is the range of a function?
The set of all actual outputs that the function produces.
How is a conditional statement structured?
If p, then q.
This structure is often represented as p → q.
What does p represent in the statement ‘if p, then q’?
The hypothesis (the ‘if’ part).
What does q represent in the statement ‘if p, then q’?
The conclusion (the ‘then’ part).
What is a proof?
A step-by-step logical argument that shows a statement is true.
What is a theorem?
The statement we are trying to prove.
What is a direct proof?
The most straightforward type of proof used to prove conditional statements.
What is the strategy for a direct proof?
Assume p is true, use definitions and logic to show q is true.
What theorem is illustrated in the direct proof example?
If n is an even integer, then n² is also an even integer.
What is the definition of an even integer?
An integer that can be written as 2 * k, where k is another integer.
How do you show that n² is even if n is even?
By squaring the equation n = 2k to get n² = 4k².
What is proof by contraposition?
Proving that ‘if not q, then not p’ is true.
What is proof by contradiction?
Assuming both P and not Q are true to derive a contradiction.
What is a tautology?
A logical expression that is always true.
What is a contradiction?
A logical expression that is always false.
What is a prime number?
A natural number greater than 1 with no positive divisors other than 1 and itself.
What is a composite number?
A whole number greater than 1 that has more than two positive factors.
What are real numbers?
All numbers that can be represented on a continuous number line, including rational and irrational numbers.
What is a perfect square?
A number that can be expressed as the product of an integer with itself.
What is an integer multiple?
A product of a number and any integer.
How do you define consecutive integers?
If a is an integer, then b = a + 1.
When is an integer x considered even?
If there is an integer k such that x = 2k.