Create your own
Lesson illustration

Mathematical Claims: Sets, Quantifiers, Implications, and Counterexamples

Hello. In the previous lesson, you solved two-equation linear systems by substitution and elimination. Although this lesson looks different, it develops the language needed to state exactly what a solution means: an ordered pair belongs to a particular solution set precisely when it satisfies specified conditions.

We now finish this module by learning the basic language of mathematical claims: sets, operations on sets, quantifiers such as “for every” and “there exists,” implications, and counterexamples. These ideas will recur throughout the course—in functions and proofs, in probability events, and in the precise definitions used in calculus and machine learning.


1. Sets: collections with precise membership

A set is a collection of objects for which membership is unambiguous. Sets are usually named with capital letters; their members are called elements.

For example, let

be the universal set for the current discussion. Define

as the even elements of , and

as the prime elements of .

The notation

means “ is an element of ,” while

means “ is not an element of .”

A common distinction matters:

is a statement about an element, whereas

is a statement about a set. The first says that belongs to ; the second says that every element of the one-element set belongs to .

A set may be written by listing elements, as above, or by describing the condition that determines membership. This is set-builder notation:

Read the vertical bar as “such that.” Thus this says: “ is the set of all in such that is even.”

The domain or universal set is not optional background detail. For instance,

and

are radically different sets: the first is finite, while the second contains infinitely many real numbers. Throughout this lesson:

  • denotes the natural numbers;
  • denotes the integers;
  • denotes the real numbers.

Set Theory All-in-One Video

Watch “Set Theory All-in-One Video” by Dr. Will Wood for a visual introduction to membership, set-builder notation, set operations, and complements.

Watch set notation for elements, membership, and the role of a stated universe. Then watch union and intersection, focusing on why “or” corresponds to union and “and” to intersection. Finally, watch complements for set difference, the universal set, and De Morgan’s laws.


2. Set operations are logical conditions

Set operations describe how membership conditions combine. With the sets and above:

Union: “in or

The union contains elements belonging to at least one of the two sets:

For our example,

The word “or” is inclusive: an element in both sets is certainly in their union. Thus .

Intersection: “in and

The intersection contains the elements common to both sets:

Here,

The number is the only element of that is both even and prime.

Difference: “in one set but not the other”

The difference

contains elements of that are not in :

Therefore,

Notice that order matters:

so in general,

Complement: “not in the set”

The complement of , written or sometimes , contains every element of the universal set that is not in :

For this particular ,

A complement is meaningless until its universal set is known. For example, the complement of the even integers in is the odd integers, but the complement of the even positive integers in is the odd positive integers. The surrounding universe changes the answer.

A Venn diagram inside universal set \(U\): the overlap is \(A\cap B\), the left-only region is \(A\cap B'\), the right-only region is \(B\cap A'\), and the outside region is \((A\cup B)'\). Here primes such as \(A'\) mean complements relative to \(U\).

The diagram makes one central translation visible:

and

Here means “or,” means “and,” and means “if and only if,” or “the two statements have exactly the same truth value.”

This also explains De Morgan’s law:

To be outside , an element must be in neither nor . Equivalently, it must be outside and outside .

There is a paired law:

To fail to be in both and , an element need only fail membership in at least one of them.


3. Subsets and equality as universal claims

The claim

means every element of also belongs to . It can be expressed precisely as:

The symbol means “for every” or “for all.” Thus a subset claim is already a logical statement involving a universal quantifier and an implication.

For example, if

then

because every element of —there is only one, namely —is in .

Two sets are equal exactly when they have the same members. In logical notation,

A standard proof of equality therefore has two parts:

  1. Show that .
  2. Show that .

This principle will later become useful when comparing solution sets of equations, domains of functions, and probability events.


4. From open expressions to mathematical statements

Consider the expression

By itself, this is not yet a true or false mathematical statement: it depends on the value of . It is called an open sentence or predicate.

For instance:

is true, but

is false.

A predicate becomes a statement once we specify a particular input or quantify the variable.

The two essential quantifiers are:

SymbolMeaningWhat makes the claim true?
“for every”Every permitted value satisfies the condition.
“there exists”At least one permitted value satisfies the condition.

For example,

states that every real number has a nonnegative square. This statement is true.

In contrast,

is false. Solving gives

which is real and rational, but not an integer. No integer witness exists.

A quantified statement must always state its domain. Compare:

with

The first is true, since is real. The second is false, because is not rational. The equation did not change; the allowed set of values did.

PREDICATE LOGIC and QUANTIFIER NEGATION - DISCRETE MATHEMATICS

Watch “PREDICATE LOGIC and QUANTIFIER NEGATION - DISCRETE MATHEMATICS” by TrevTutor to connect predicates with universal and existential claims, then see why negating a quantifier reverses it.

Watch predicates and quantifiers. Pay particular attention to the distinction between an open predicate containing variables and a fully quantified statement with a truth value. Then watch quantifier negation, where the “not every” and “there exists” relationship is derived from logical structure.


5. Implications: the structure of “if … then …”

An implication has the form

read as “if , then .” The condition is the hypothesis; is the conclusion.

For example,

is true. Once an integer is greater than , it must be at least .

An implication is false only in one situation:

  • the hypothesis is true, and
  • the conclusion is false.

This is precisely why a counterexample to a conditional must satisfy the hypothesis.

Consider the false statement

Choose

Then the hypothesis holds:

but the conclusion fails:

Therefore is a valid counterexample.

By contrast, choosing a negative number would not refute this claim. For , the hypothesis is already false. A value outside the hypothesis does not test whether the implication keeps its promise.

Also, do not automatically reverse an implication. From

you cannot conclude

The reversed statement is called the converse, and it requires separate justification.


6. Counterexamples and negating claims correctly

A counterexample is one permitted value that makes a universally quantified statement false.

For the false statement

take

Then

One example is enough: a universal claim promises that every allowed value works, so one failure disproves it.

The formal pattern is:

Read it as:

“It is not true that every satisfies ” means “there exists an that does not satisfy .”

For a universally quantified implication, the pattern becomes especially useful:

That right-hand side is the exact recipe for a counterexample: find one allowed object for which the hypothesis is true and the conclusion false.

The opposite quantifier rule is:

Thus, an existential claim is disproved differently. You cannot refute “there exists” merely by trying a few values that fail; you must show that every allowed value fails.

For example,

is false, but checking , , and would not be a proof. The needed conclusion is:

A useful hand-check routine for any elementary claim is:

  1. Name the domain. Are the variables integers, rationals, reals, or elements of a specified set?
  2. Identify the quantifier. Does the statement claim “every” or “at least one”?
  3. For an implication, separate hypothesis and conclusion.
  4. For a universal statement, look for one allowed failure.
  5. For an existential statement, seek a valid witness; to refute it, show no witness can exist.

7. Quantifier order changes the meaning

With more than one quantifier, order matters.

Consider:

This is true. For each integer , choose

The choice of is allowed to depend on .

Now reverse the order:

This is false. It claims that there is one fixed integer that makes for every integer . No single value can cancel every possible .

A second example shows how a nested claim can be refuted:

This says every real number has a real square root. It is false: choose

There is no real for which

The outer universal claim fails at . The inner existential claim fails because no real witness exists.

This distinction will become essential when you reach limits in calculus, where statements often have several quantifiers and where the permitted dependence of one variable on another matters.


Conclusion

Mathematical language makes claims testable and precise.

  • A set is defined by clear membership, often using set-builder notation.
  • Union corresponds to logical “or”; intersection corresponds to logical “and”; complements express “not.”
  • A subset claim is a universal implication:
  • The universal quantifier makes a claim about every allowed value; the existential quantifier requires at least one witness.
  • A conditional fails only when its hypothesis is true and its conclusion is false.
  • A counterexample refutes a universal statement by exhibiting one valid failure.
  • Negating a universal produces an existential, and negating an existential produces a universal.
  • Quantifier order is meaningful: a choice allowed to depend on one variable is not the same as one fixed choice for all variables.

The next module begins with functions: rules that assign one output to each permitted input. The precision developed here—especially domains, set-builder notation, and implication—will make function definitions and their graphs much easier to interpret.

Can't find a good explanation? Sign up and we'll make it for you

Sign up