К курсам
MATH002 Бакалавр

Дискретная математика

Вводный курс дискретной математики для студентов-математиков и специалистов по информатике. Охватывает основные темы, такие как логика, множества, методы доказательств, алгоритмы, теория чисел, комбинаторика, теория графов и автоматы. Курс делает акцент на математическом рассуждении и навыках решения задач, необходимых для углубленного изучения информатики.

5.0
36.0h
1043 учеников
12 lessons
0 лайки
Математика
Начать обучение

Обзор курса

📚 Краткое содержание

Вводный курс дискретной математики для студентов-математиков и студентов-информатиков. Охватывает фундаментальные темы, такие как логика, множества, методы доказательств, алгоритмы, теория чисел, комбинаторика, теория графов и автоматов. Курс делает акцент на математическом рассуждении и навыках решения задач, необходимых для углубленного изучения информатики.

Освойте логику и структуры, лежащие в основе информатики.

Автор: Ричард Джонсонбау

Благодарности: Рецензентам, включая Венкату Динахави, Мэтью Элси, Кристофера Гирауд-Каррьера, Евгения Ковчегова, Филикса Майша, Тайлера МакМиллена, Кристофера Сторма, Дональда Вестала и Гуанхуа Чжао. Поддержка со стороны сотрудников Pearson: Дердре Линч, Джефф Вейденар, Лорен Морс и другие.

🎯 Цели обучения

  1. Выполнять операции над множествами, включая разность и дополнение, и проверять тождества множеств с помощью диаграмм Венна и Теоремы 1.1.22.
  2. Строить и оценивать таблицы истинности для высказываний, включающих отрицание, дизъюнкцию и условные утверждения.
  3. Применять правила вывода и дедуктивное рассуждение для определения корректности логических аргументов.
  4. Определять и применять компоненты математической системы, включая аксиомы, определения и теоремы.
  5. Строить прямые доказательства, доказательства от противного и доказательства по случаям для алгебраических и теоретико-множественных утверждений.
  6. Использовать принцип математической индукции и сильную индукцию для доказательства тождеств, свойств делимости и корректности алгоритмов.
  7. Определять и классифицировать функции (инъективные, сюръективные, биективные) и выполнять операции, такие как композиция и обращение.
  8. Применять обозначения последовательностей, конкатенацию строк и рекуррентные правила для моделирования дискретных наборов данных.
  9. Анализировать бинарные отношения на свойства, такие как рефлексивность, симметричность и транзитивность, используя как направленные графы, так и матричные представления.
  10. Определять алгоритм и проверять его семь основных свойств (входные данные, выходные данные, точность, детерминизм, конечность, корректность и общность).

Уроки

Lesson

This lesson introduces the fundamental principles of set theory, emphasizing that sets are unordered collections defined by their members rather than their sequence. It explores how set operations like union, intersection, and power sets function as the structural foundations for logical operators and deductive reasoning.

This lesson explores the anatomy of a mathematical system, explaining how undefined terms, axioms, definitions, and proofs form a logical hierarchy to establish truth. Students will learn how these foundational components prevent circular reasoning and serve as the basis for constructing theorems, lemmas, and corollaries.

This lesson explores the fundamental principles of mathematical mappings, defining functions as precise, deterministic relationships between domains and codomains. Students will learn to evaluate algorithmic correctness using loop invariants and apply discrete structures like sequences and relations to model computational data.

This lesson introduces the fundamental definition of an algorithm as a finite, deterministic, and general sequence of steps used to solve a specific class of problems. Students will learn to verify algorithmic logic through pseudocode and manual tracing while exploring mathematical concepts like divisibility that underpin effective problem-solving.

This lesson explores the transition from continuous calculus to discrete mathematics, highlighting how number theory and prime factorization provide the foundation for modern cryptographic systems like RSA. Students will learn to apply mathematical induction for algorithmic verification and master the mechanics of divisibility to understand the security of one-way "trapdoor" functions.

This lesson introduces the fundamental principles of counting, teaching students how to use the Addition Principle for mutually exclusive choices and the Multiplication Principle for successive, independent steps. By mastering these rules and techniques like complementary counting, students learn to efficiently determine the size of finite sets and solve complex combinatorial problems.

This lesson explores recurrence relations as a framework for modeling combinatorial sequences, such as Stirling and Catalan numbers, and analyzing the efficiency of algorithms like binary search and selection sort. Students will learn to solve linear homogeneous relations using characteristic equations and apply recursive modeling to complex problems like the Tower of Hanoi and derangements.

This lesson introduces the fundamentals of graph theory, defining graphs as sets of vertices and edges used to model complex networks and connectivity. Students will learn to identify graph types, analyze paths and subgraphs, and apply the Handshaking Lemma to solve structural problems.

This lesson introduces the fundamental concepts of tree structures in graph theory, covering the distinction between free and rooted trees and the hierarchical terminology used to describe them. Students will learn how these mathematical models serve as essential frameworks for organizing data and solving complex optimization problems in real-world applications.

This lesson introduces transport networks as directed, weighted graphs defined by a source with no incoming edges, a sink with no outgoing edges, and non-negative capacities on all edges. Students learn to distinguish between these structural capacity limits and the actual flow of commodities through a system.

This lesson explores combinatorial logic, defining it as a system where circuit outputs are determined solely by current inputs without the use of memory or feedback. Students learn to map Boolean algebraic expressions directly onto physical circuit topologies using structural induction, operator precedence, and efficient n-input gate designs.

This lesson introduces sequential logic by distinguishing it from memoryless combinatorial circuits through the use of unit time delays and feedback loops. Students will learn how these components enable the creation of finite-state machines, which allow systems to store information and base future outputs on past states.