Lecture Notes: Typesetting with LaTeX

Preliminaries

Course Content

Review

Question: Imagine a classroom has 4 tables and 11 students. What is the minimum number of students at the most crowded table?

Solution: Three students. \( \mid S \mid = 11 \), \( \mid T \mid = 4 \) and \( f: S \rightarrow T \) maps students to tables.
\( \mid S \mid > 1 \cdot \mid T \mid \),
\( \mid S \mid > 2 \cdot \mid T \mid \),
\( \mid S \mid \not> 3 \cdot \mid T \mid \).

Question: Using a basic calculator, find the prime decomposition of 13,475.

Solution:

Prime decomposition: \( 13475 = 5^2 \cdot 7^2 \cdot 11 \)

Finish Pigeonhole Principle

Finish the pigeonhole principle lecture.

LaTeX Overview

Activity