Discrete Mathematics
Status: draft · Confidence: low (0.43) · Basis: verified_sources
Quality notes: generic_source_homepage, no_verified_sources, partial_source_verification
## TL;DR Discrete mathematics studies countable, distinct (not continuous) structures. It is the mathematical foundation of computer science — covering logic, sets, combinatorics, graph theory, and number theory. Unlike calculus (continuous), discrete math deals with integers, graphs, and logical statements. ## Core Explanation Combinatorics: counting, permutations (P(n,k) = n!/(n-k)!), combinations (C(n,k) = n!/(k!(n-k)!)). Pigeonhole Principle: if n items in m containers and n > m, at least one container has ≥2 items. Proof techniques: direct, contrapositive, contradiction, induction. Induction: prove base case P(1), then P(k) → P(k+1). ## Further Reading - ## Related Articles - [AI for Mathematical Reasoning: Theorem Proving with Lean, AlphaProof, and Formal Mathematics](../../ai/ai-mathematical-reasoning.md) - [Elliptic Curve Cryptography: Mathematics, Curves, and TLS Integration](../elliptic-curve-cryptography-mathematics-curves-and-tls-integration.md) - [History of Mathematics](../../science/history-of-mathematics.md)