Monthly Archives: November 2019

Mathematical Ideas: Basic Concepts of Set Theory

Basic Concepts of Set Theory

Symbols and Terminology

set is a collection of objects of values that are in this case called elements or members. They can be described using words, lists, or set-builder notation.

  • Words: a set of odd numbers less than 6
  • Listing: {1,3,5}
  • Set-builder notation: {x|x is an odd counting number less than 6}

If a set has no elements, it’s called an empty or null set and its symbol is Ø. Make sure not to write this as {Ø}, because that is technically incorrect.

It is important to make sure that a set is well-defined, meaning that there’s no room for subjective interpretation about whether something belongs in a set or not. An example of a well-defined set is a set of all numbers between 1 and 10. We can say for sure that 5 belongs and 13 doesn’t. A set that is not well defined is a set of all numbers that are aesthetically pleasing. It’s not clear what would define aesthetically pleasing so we’re unsure about whether 5 or 13 would fit. Continue reading

Mathematical Ideas: Problem Solving Techniques

Problem Solving Techniques

Solving Problems by Inductive Reasoning

Before we can talk about how to use inductive reasoning, we need to define it and distinguish it from deductive reasoning.

Inductive reasoning is when one makes generalizations based on repeated observations of specific examples. For instance, if I have only ever had mean math teachers, I might draw the conclusion that all math teachers are mean. Because I witnessed multiple instances of mean math teachers and only mean math teachers, I’ve drawn this conclusion. That being said, one of the downfalls of inductive reasoning is that it only takes meeting one nice math teacher for my original conclusion to be proven false. This is called a counterexample. Since inductive reasoning can so easily be proven false with one counterexample, we don’t say that a conclusion drawn from inductive reasoning is the absolute truth unless we can also prove it using deductive reasoning. With inductive reasoning, we can never be sure that what is true in a specific case will be true in general, but it is a way of making an educated guess.

Deductive reasoning depends on a hypothesis that is considered to be true. In other words, if X = Y and Y = Z, then we can deduce that X = Z. An example of this might be that if we know for a fact that all dogs are good, and Lucky is a dog, then we can deduce that Lucky is good. Continue reading