
Section 01: Mathematical Foundations & Algebra
Complete on paper - we’ll review together
Ready? Let’s see how you did!
By the end of this session, you can:
\[\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}\]
Some books include 0 in \(\mathbb{N}\), denoted \(\mathbb{N}_0\). For this course, we define \(\mathbb{N} = \{1, 2, 3, ...\}\). The set including zero is denoted \(\mathbb{N}_0\). Note that the irrationals \(\mathbb{I}\) sit beside \(\mathbb{Q}\) inside \(\mathbb{R}\) — no number is both rational and irrational!

Every natural number is an integer, every integer is rational — but \(\sqrt{2}\) and \(\pi\) live outside \(\mathbb{Q}\), in the irrationals.
A set is a well-defined collection of distinct objects.
Notation:
Common Mistake
\(\{1, 2, 2, 3\} = \{1, 2, 3\}\) — Sets contain only distinct elements!
Interval notation uses brackets and parentheses to show whether endpoints are included or excluded:
Square bracket \([\) means “included”, round parenthesis \((\) means “excluded”. Think of it as the bracket “grabbing” the endpoint!

A filled dot means the endpoint belongs to the interval, an open dot means it does not.
Mathematics is a universal language that allows us to:
Clear notation prevents costly misunderstandings in contracts, financial models, and data analysis.
| Symbol | Meaning | Example |
|---|---|---|
| \(\in\) | Element of | \(3 \in \mathbb{N}\) |
| \(\notin\) | Not element of | \(\pi \notin \mathbb{Q}\) |
| \(\subset\) | Subset | \(\mathbb{N} \subset \mathbb{Z}\) |
| \(\subseteq\) | Subset or equal | \(A \subseteq A\) |
| \(\cup\) | Union | \(A \cup B\) |
| \(\cap\) | Intersection | \(A \cap B\) |
| \(\emptyset\) | Empty set | \(A \cap B = \emptyset\) |
| Symbol | Meaning | Example |
|---|---|---|
| \(\forall\) | For all | \(\forall x \in \mathbb{R}: x^2 \geq 0\) |
| \(\exists\) | There exists | \(\exists x \in \mathbb{Z}: x < 0\) |
| \(\Rightarrow\) | Implies | \(x = 2 \Rightarrow x^2 = 4\) |
| \(\Leftrightarrow\) | If and only if | \(x^2 = 4 \Leftrightarrow x = \pm 2\) |
| \(\neg\) | Not | \(\neg (x > 0)\) means \(x \leq 0\) |
| \(\wedge\) | And | \(p \wedge q\) |
| \(\vee\) | Or | \(p \vee q\) |
Translate to English:
Work individually for 5 minutes, then compare with neighbors
Express the following in set notation (choose which notation to use):
Venn diagrams are visual representations of sets and their relationships: the rectangle is the universal set \(U\), each circle is a set.

Venn diagrams help visualize complex set relationships!
Union: \(A \cup B\) — all elements in A or B (or both)
Example: \(\{1,2\} \cup \{2,3\} = \{1,2,3\}\)

Intersection: \(A \cap B\) — all elements in A and B
Example: \(\{1,2\} \cap \{2,3\} = \{2\}\)

Difference: \(A \setminus B\) — elements in A but not in B
Example: \(\{1,2,3\} \setminus \{2,3\} = \{1\}\)

Complement: \(\bar{A}\) — all elements of \(U\) not in A
Requires a universal set \(U\)!

A company tracks employee skills:
Lets work together and find the following:
Classify \(\frac{22}{7}\)
Classify \(\sqrt{9}\)
Be careful! \(\pi \approx \frac{22}{7}\) but \(\pi \neq \frac{22}{7}\)
Is \(0.\overline{45}\) rational?
Let \(x = 0.454545...\)
Yes! It’s rational.
For \(0.\overline{abc}\) with n repeating digits:
Work in pairs for 5 minutes
Using set notation and a Venn diagram, find:
We are going to do this one together. Any suggestions on how to start?
Work individually for 5 minutes
Classify each (list ALL applicable sets):
Commutative: Order doesn’t matter
Associative: Grouping doesn’t matter
Distributive: Multiplication distributes over addition
Revenue Calculation
A store sells 3 products:
\((50 × 20) + (30 × 20) + (40 × 20)\)
\(20 × (50 + 30 + 40)\) Distributive property!
Two ways to enter fractions:
Mixed fraction: \(3\frac{1}{2}\)
3 → 1 → 2Improper fraction: \(\frac{7}{2}\)
7 → 2Use the arrow keys to move between numerator and denominator fields.
Example: Calculate \(\frac{2}{3} + 1\frac{1}{2}\)

Result: \(\frac{13}{6}\)
To convert between improper and mixed fractions:
So far, nothing is really new, right?
A time-saving feature:
This is very useful when you made a small mistake or want to try different values!
This only works as long as you don’t click the ON button, change the computation mode, or reset the data!
Factor integers into prime factors:
Example: Find the prime factorization of 84
84 = then SHIFT + FACTWorks for integers up to 10 digits. Useful for simplifying fractions!
Greatest Common Divisor and Least Common Multiple:
Access GCD and LCM functions via ALPHA + * or ALPHA + /.
| Function | Syntax | Example |
|---|---|---|
| GCD | GCD(a; b) | GCD(24; 36) = 12 |
| LCM | LCM(a; b) | LCM(24; 36) = 72 |
Example: ALPHA + * then GCD(48; 180) = gives 12
Useful for simplifying fractions: \(\frac{48}{180} = \frac{48 \div 12}{180 \div 12} = \frac{4}{15}\)
| Operation | Commutative? | Example |
|---|---|---|
| Addition | ✓ Yes | \(3 + 5 = 5 + 3 = 8\) |
| Multiplication | ✓ Yes | \(3 × 5 = 5 × 3 = 15\) |
| Subtraction | ✗ No | \(5 − 3 ≠ 3 − 5\) |
| Division | ✗ No | \(6 ÷ 2 ≠ 2 ÷ 6\) |
| Exponentiation | ✗ No | \(2^3 ≠ 3^2\) |
Common Mistake
Students somtimes assume all operations commute!
Finding x% of a number:
\(\text{Result} = \frac{x}{100} \times \text{Base}\)
Finding the change:
\(\text{Change \%} = \frac{\text{New} - \text{Old}}{\text{Old}} \times 100\%\)
Multiple periods:
\(\text{Final} = \text{Initial} \times (1 + r)^n\)
€5000 growing at 10% per year:

Using the percent function:
Press SHIFT then ANS to access percentage calculations.
Example: What is 15% of 240?
Enter: 240 × 15 SHIFT ANS =
Result: 36
Example: Increase 200 by 8%
Enter: 200 + 200 × 8 SHIFT ANS =
Result: 216
You can always just use 0.08 for 8% as well!
| \(p\) | \(q\) | \(p \wedge q\) (and) | \(p \vee q\) (or) | \(p \Rightarrow q\) (imp.) |
|---|---|---|---|---|
| T | T | T | T | T |
| T | F | F | T | F |
| F | T | F | T | T |
| F | F | F | F | T |
Understanding Implication (\(p \Rightarrow q\))
Think of it as a promise: “If it is raining (\(p\)), then I will carry an umbrella (\(q\)).” The only way the promise is broken (the statement is False) is if it’s raining (\(p\)=T) but I don’t have my umbrella (\(q\)=F).
A proof is a logical argument that shows a statement is true.
No need to worry about this topic too much! We just cover the absolute basics here just for you to know what a proof is.
Working in pairs, determine if these statements are true or false:
Take 5 minutes, then we’ll discuss!
One quick check before you go:
To which number sets does \(-\frac{12}{4}\) belong?
And: what is \(\{1, 2, 3\} \setminus \{2, 3, 4\}\)?
Session 01-03: Core Algebra & Exponents
Homework Assignment
Complete Tasks 01-02: set operations, number classification, proving/disproving properties — and prepare one presentation problem. Entry quiz next session on today’s material!
Session 01-02 - Language, Sets, and Number Systems | Dr. Nikolai Heinrichs & Dr. Tobias Vlćek | Home