Logical Methods

My books is finally out in English! 🎉 Here is more information about the book. First, the three super-short “benefits” of this book:

Provides a solid foundation for beginning students in mathematics or computer science. Introduces the basics of set theory, logic, mathematical proofs, combinatorics, graph theory, and much more, in a clear and understandable way. Contains many colorful figures and illustrations, as well as hundreds of exercises.

Springer International Publishing

Countless hours and lots of love have gone into this book, and I hope you enjoy it! I had the fortune of being allowed to participate in the design of the cover, which you see on this page, and you might recognize the pattern. It is my piece called Six Perfect In-Shuffles With 125 Cards and Five Piles. Also, check out the table of contents further down!

Here is some more general information about the book, taken from the Springer page:

Many believe mathematics is only about calculations, formulas, numbers, and strange letters. But mathematics is much more than just crunching numbers or manipulating symbols. Mathematics is about discovering patterns, uncovering hidden structures, finding counterexamples, and thinking logically. Mathematics is a way of thinking. It is an activity that is both highly creative and challenging.

This book offers an introduction to mathematical reasoning for beginning university or college students, providing a solid foundation for further study in mathematics, computer science, and related disciplines. Written in a manner that directly conveys the sense of excitement and discovery at the heart of doing science, its 25 short and visually appealing chapters cover the basics of set theory, logic, proof methods, combinatorics, graph theory, and much more.

In the book you will, among other things, find answers to:

  • What is a proof? What is a counterexample?
  • What does it mean to say that something follows logically from a set of premises?
  • What does it mean to abstract over something?
  • How can knowledge and information be represented and used in calculations?
  • What is the connection between Morse code and Fibonacci numbers?
  • Why could it take billions of years to solve Hanoi's Tower?

Logical Methods is especially appropriate for students encountering such concepts for the very first time. Designed to ease the transition to a university or college level study of mathematics or computer science, it also provides an accessible and fascinating gateway to logical thinking for students of all disciplines.

Abstract, Springer International Publishing, 2021

Table of Contents

Chapter 0: The Art of Thinking Abstractly and Mathematically
In this chapter we look at some basic concepts that we will meet over and over again: truths, definitions, assumptions, proofs, languages, axioms, and theorems. We also lay some groundwork and make some conceptual clarifications for the road ahead.
Content Abstraction Reasoning About Truth Assumptions Language Definitions Proofs Problem Solving and PĂłlya's Heuristics
Chapter 1: Basic Set Theory
In this chapter you will learn the basic concepts and notation used in set theory: what a set is; what operations we perform on sets, such as intersection, union, and set difference; and how sets can be constructed and compared. You will also learn about tuples and Cartesian products.
Content First Steps What Is a Set? Building Sets Operations on Sets Visualizing Sets Comparing Sets Tuples and Products Multisets
Chapter 2: Propositional Logic
In this chapter you will learn about the concept of a proposition, to represent statements in a proper way using propositional formulas, and to understand the connection between propositions (atomic propositions combined by means of logical words) and formulas (propositional variables that are combined using connectives). You will also learn about necessary and sufficient conditions, and some practical abbreviations.
Content What Follows from What? What Is a Proposition? Atomic and Composite Propositions Atomic and Composite Formulas Necessary and Sufficient Conditions Parentheses, Precedence Rules, and Practical Abbreviations
Chapter 3: Semantics for Propositional Logic
In this chapter you will learn semantics for propositional logic. That is, you will learn how to systematically give interpretations to propositional formulas. An assignment of truth values to propositional variables gives rise to a valuation, and this provides truth values for all formulas. You will learn about truth tables, a tool for exploring valuations, about the concept of logical equivalence, and some known logical equivalences.
Content Interpretation of Formulas Valuations and Truth Tables Properties of Implication Logical Equivalence A Study in What Is Equivalent
Chapter 4: Concepts in Propositional Logic
In this chapter you will learn more about semantics for propositional logic, including the concept of logical consequence. A valid argument is one whose conclusion is a logical consequence of the premises. You will also learn about the concepts of satisfiability, falsifiablility, validity, and contradiction, and how these are interrelated.
Content Logical Consequence Valid Arguments Satisfiability and Falsifiability Tautology/Validity and Contradiction Symbols for Truth Values Connections Between Concepts Independence of Formulas Deciding Whether a Formula Is Valid or Satisfiable
Chapter 5: Proofs, Conjectures, and Counterexamples
In this chapter you will learn some methods of proof and become familiar with the relationships between proofs, conjectures, and counterexamples. The goal is to become better at proving statements. Several common methods of proof are discussed: direct proofs, existence proofs, proofs for universal statements, contrapositive proofs, proofs by contradiction, proofs that something is not true, proofs by cases, as well as the difference between constructive and nonconstructive proofs.
Content Proofs Conjectures Thinking from Assumptions Direct Proofs Existence Proofs Proofs by Cases Proofs of Universal Statements Counterexamples Contrapositive Proofs Proofs by Contradiction Constructive Versus Nonconstructive Proofs Proofs of Falsity
Chapter 6: Relations
The aim of this chapter is to understand what relations are and to become familiar with the most important properties of relations, such as reflexivity, symmetry, transitivity, antisymmetry, and irreflexivity. You will also learn about what makes a relation an equivalence relation, a partial order, or a total order.
Content Abstraction over Relations Some Special Relations The Universe of Relations Reflexivity, Symmetry, and Transitivity Antisymmetry and Irreflexivity Orders, Partial and Total Examples
Chapter 7: Functions
In this chapter you will learn about what functions are, as well as the most important concepts related to functions, such as whether they are injective, surjective, or bijective. You will also learn about functions with multiple arguments, how functions can be composed, what operations are, and how functions can be objects.
Content What Is a Function? Injective, Surjective, and Bijective Functions Functions with Multiple Arguments The Universe of Functions Composition of Functions Operations Functions as Objects Partial Functions
Chapter 8: A Little More Set Theory
In this chapter you will learn a little more set theory. You will learn about the universal set, the complement of a set, power sets, and more about Venn diagrams. Finally, we will talk about infinity, cardinality, and the concepts of countability and uncountability.
Content Set Theory Set Complement and the Universal Set Computing with Venn Diagrams Venn Diagrams for Multiple Sets Power Sets Infinity Cardinality Countability Uncountability
Chapter 9: Closures and Inductively Defined Sets
In this chapter you will learn about closures, both of sets and of relations, and how sets can be constructed inductively. We will look at how several sets are defined inductively in this way: sets of numbers, bit strings, propositional formulas, lists, binary trees, and programming languages. In addition, we will become familiar with alphabets and strings, and how formal languages can be defined inductively.
Content Defining Sets Step by Step Closures of Sets Closures of Binary Relations Inductively Defined Sets Sets of Numbers Propositional Formulas Lists and Binary Trees Programming Languages Alphabets, Characters, Strings, and Formal Languages Bit Strings Two Interesting Constructions
Chapter 10: Recursively Defined Functions
In this chapter you will learn to define functions recursively and how such functions are based on inductively defined sets. We will consider recursively defined functions on a series of sets: sets of numbers, bit strings, propositional formulas, lists, binary trees, and formal languages.
Content A Powerful Tool The Triangular Numbers Induction and Recursion Form, Content, and Placeholders Replacing Equals by Equals Recursively Defined Functions Number Sets Bit Strings Propositional Formulas Lists Binary Trees Formal Languages
Chapter 11: Mathematical Induction
In this chapter you will learn about mathematical induction, a powerful and useful method of proof for statements about natural numbers. You will see many examples of proof by induction and learn about how recursively defined functions and proofs by induction are related. You will also learn about the mathematical game Tower of Hanoi and how it can be analyzed using recursively defined functions and proofs by induction.
Content A Mathematical Experiment Mathematical Induction Back to the Experiment A Geometric Proof of the Same Claim What Really Goes On in an Induction Proof? Trominoes Properties of Recursively Defined Functions The Tower of Hanoi More Summing of Numbers Reasoning and Strong Induction
Chapter 12: Structural Induction
In this chapter you will learn about structural induction, a generalization of mathematical induction that works for all inductively defined sets. You will learn to use this method to prove statements about bit strings, propositional formulas, lists, and binary trees.
Content Structural Induction Structural Induction on Bit Strings Structural Induction on Propositional Formulas Structural Induction on Lists Structural Induction on Binary Trees
Chapter 13: First-Order Languages
In this chapter you will learn about the syntax of first-order logic. You will learn about first-order languages; logical and nonlogical symbols; constant, function, and relation symbols; as well as signatures, terms, formulas, and precedence rules.
Content Languages with Greater Expressibility First-Order Languages and Signatures First-Order Terms Prefix, Infix, and Postfix Notation First-Order Formulas Precedence Rules
Chapter 14: Representation of Quantified Statements
In this chapter you will learn about predicates, properties related to free variables, and how first-order languages can be used to represent quantified propositions.
Content Representation of Predicates Syntactic Properties of Free Variables The Art of Expressing Yourself with a First-Order Language Choice of First-Order Language Repeating Patterns in Representations Repetition of First-Order Languages Expressibility and Complexity
Chapter 15: Interpretation in Models
In this chapter you will learn about the semantics of first-order logic: what models are and how they are used to interpret first-order terms and formulas. You will learn about how substitutions are used in the interpretation of quantified formulas, and about the terms valid, satisfiable, contradictory, and falsifiable.
Content Semantics for First-Order Logic Definition of Model Interpretation of Terms Interpretation of Atomic Formulas Substitutions Interpretation of Composite Formulas Satisfiability and Validity of First-Order Formulas First-Order Languages and Equality A Little Repetition
Chapter 16: Reasoning About Models
In this chapter you will learn more about models in first-order logic. You will learn about logical equivalence and consequence, the interaction between the quantifiers and the connectives, modeling, theories, and axiomatizations, and a little bit about prenex normal form.
Content Logical Equivalence and Logical Consequence The Interaction Between Quantifiers and Connectives First-Order Logic and Modeling Theories and Axiomatizations Some Technical Special Cases Prenex Normal Form and More Equivalences Final Comments
Chapter 17: Abstraction with Equivalences and Partitions
In this chapter you will learn about how equivalence relations, equivalence classes, and partitions are related to each other, and how these can be used for abstraction.
Content Abstracting with Equivalence Relations Equivalence Classes Partitions The Connection Between Equivalence Classes and Partitions
Chapter 18: Combinatorics
In this chapter you will learn basic combinatorics. We will go through some basic counting principles, such as the inclusion--exclusion principle and the multiplication principle, and we will define permutations, ordered selections, combinations, and binomial coefficients.
Content The Art of Counting The Inclusion--Exclusion Principle The Multiplication Principle Permutations Ordered Selection Combinations Repetitions and Overcounting
Chapter 19: A Little More Combinatorics
In this chapter you will learn a little more about combinatorics. We will talk more about the binomial coefficients, and go through an example in detail that leads us to Pascal's triangle. Finally, we will look at how enumeration problems can be systematized.
Content PĂłlya's Example and Pascal's Triangle Binomial Coefficients Systematization of Counting Problems
Chapter 20: A Bit of Abstract Algebra
In this chapter you will learn some concepts from abstract algebra, in particular a bit more about relations and functions. We will talk about inverse relations and functions, a few properties of operations, such as commutativity, associativity, and idempotency, and a few special properties of elements, such as being an identity or inverse. Finally, we will look at what a group is.
Content Abstract Algebra Inverse Relations and Functions Some Properties of Operations Some Elements with Special Properties Groups
Chapter 21: Graph Theory
In this chapter you will learn basic graph theory. We will define graphs, edges, and vertices, and we will introduce terminology to talk about and categorize graphs in a precise way. You will learn a bit about directed graphs, complete graphs, and the complement of graphs. You will also learn two graph-theoretic results that apply to the vertices of a graph. Finally, we will look at what it means for graphs to be isomorphic.
Content Graphs Are Everywhere What Is a Graph? Graphs as Representations Definitions and Concepts About Graphs Properties of Graphs Two Graph-Theoretic Results Isomorphisms
Chapter 22: Walks in Graphs
In this chapter you will learn more about graph theory, especially about different ways to walk around in graphs. We will define walks, paths, trails, circuits, cycles, and trees. Through these concepts you will learn more about basic properties of graphs.
Content The Bridges of Königsberg Paths and Circuits Eulerian Trails and Circuits Hamiltonian Paths and Cycles Final Comments
Chapter 23: Formal Languages and Grammars
In this chapter you will learn more about formal languages. You will learn about the relationship between regular languages and regular expressions, how deterministic finite automata can be used to characterize regular languages, and finally a bit about regular and context-free grammars.
Content Formal Language Theory Operations on Languages Regular Languages Regular Expressions Interpretation of Regular Expressions Deterministic Automata Automata and Regular Languages Nondeterministic Automata Formal Grammars
Chapter 24: Natural Deduction
In this chapter you will learn about a logical calculus called natural deduction. This calculus is a formalization of logical reasoning and can be used to make derivations and proofs of propositional formulas. You will also learn more about the relationship between syntax and semantics via the concepts ofsoundness, completeness, and consistency.
Content Logical Calculi: From Semantics to Syntax Inference Rules of Natural Deduction Closing of Assumptions Derivations and Proofs Negation and RAA The Rules for Disjunction Soundness, Completeness, and Consistency
The Road Ahead
Content Thanks for reading Some book tips The Classics Introductory Books on Mathematical Thinking Introductory Books on Logic Introductory Books on Discrete Mathematics Popular Science, Recreational Mathematics, and Other Books

Book info

Title Logical Methods
Author Roger Antonsen
Publisher Springer International Publishing
Isbn 978-3-030-63776-7
Year 2021
Url Springer International Publishing

Cover and Illustrations

Cover, Springer International Publishing, 2021

Cover, Springer International Publishing, 2021

Illustration from chapter 10 on recursive functions.

Illustration from chapter 10 on recursive functions.

Illustration from chapter 17 on abstraction, partitions, and equivalence classes.

Illustration from chapter 17 on abstraction, partitions, and equivalence classes.