I am interested in a quite compact and mathematically rigorous textbook (or textbooks) on the theory of computation. I wish to cover the following three basic topics: automata theory, computability, and computational complexity. I've already studied a nice book on the formal language theory, but there was almost nothing about how Chomsky's grammars correlate to automata and semigroups. Also, I don't like the "introductory" style of M. Sipser's "Introduction to the Theory of Computation" (basic concepts that can be described mathematically in 1-2 lines can take a lot of pages there). The first reason why I want to study computation theory is a deep understanding of what type of grammars and automata correspond to logic languages (say sententional, first and second-order logic). Also, I'm interested in finite model theory. Finally, I want to have a clear understanding of problems like P=NP.
2026-04-05 21:38:27.1775425107
A mathematically brief analogue of M. Sipser's "Introduction to the Theory of Computation"
310 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LOGIC
- Theorems in MK would imply theorems in ZFC
- What is (mathematically) minimal computer architecture to run any software
- What formula proved in MK or Godel Incompleteness theorem
- Determine the truth value and validity of the propositions given
- Is this a commonly known paradox?
- Help with Propositional Logic Proof
- Symbol for assignment of a truth-value?
- Find the truth value of... empty set?
- Do I need the axiom of choice to prove this statement?
- Prove that any truth function $f$ can be represented by a formula $φ$ in cnf by negating a formula in dnf
Related Questions in COMPUTATIONAL-COMPLEXITY
- Product of sums of all subsets mod $k$?
- Proving big theta notation?
- Little oh notation
- proving sigma = BigTheta (BigΘ)
- sources about SVD complexity
- Is all Linear Programming (LP) problems solvable in Polynomial time?
- growth rate of $f(x)= x^{1/7}$
- Unclear Passage in Cook's Proof of SAT NP-Completeness: Why The Machine M Should Be Modified?
- Minimum Matching on the Minimum Triangulation
- How to find the average case complexity of Stable marriage problem(Gale Shapley)?
Related Questions in BOOK-RECOMMENDATION
- Books recommendations for a second lecture in functional analysis
- Book/Online Video Lectures/Notes Recommendation for Analysis(topics mentioned)
- Are there any analysis textbooks like Charles Pinter's A book of abstract algebra?
- Calculus book suggestion
- How to use the AOPS books?
- What are good books cover these topics?
- Book Recommendation: Introduction to probability theory (including stochastic processes)
- calculus of variations with double integral textbook?
- Probability that two random numbers have a Sørensen-Dice coefficient over a given threshold
- Algebraic geometry and algebraic topology used in string theory
Related Questions in AUTOMATA
- Exitstance of DPA of L = $\{ww^r\}$
- Automata defined by group presentations.
- How to prove convergence of a sequence of binary numbers
- A finite automaton that accepts at least three $a$s and at least two $b$s.
- Is my DFA correct?
- Intersection of two languages (Formal Languages and Automata Theory)
- Is there any universal algorithm converting grammar to Turing Machine?
- Build a Context-Free Grammar for a given language
- Prove that $B = B ^+$ iff $BB \subseteq B$
- Proving a Language is Regular via Automata
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
While I think Sipser is an excellent book, I share similar criticisms. I am partial to the following:
Savage (https://cs.brown.edu/people/jsavage/book/): This book starts with circuits and builds the equivalence to TMs. I very much like this book, and I think it sets folks up well to study circuit complexity. On its own, Circuit Complexity is very important classically (e.g., NC, P/poly), but also as building blocks to think about Quantum Computing. The standard model of computation in Quantum is the Quantum Circuit Model. Practice thinking about circuits is helpful in transitioning to Quantum.
Algebraic Automata Theory (https://www.cambridge.org/core/books/algebraic-automata-theory/09F9F4EC17BF48630DC21EFA2DB3EB7C)
For connections to Logic, you may be interested in Descriptive Complexity. Immerman (https://link.springer.com/book/10.1007/978-1-4612-0539-5) and Grohe (https://www.cambridge.org/core/books/descriptive-complexity-canonisation-and-definable-graph-structure-theory/BC758F6004BD96F6995D5F1EF1E29BAD) are standard references.
I am less partial to Arora--Barak. The service the book does is (in my opinion) organizational. It does a good job of pointing out what topics exist and some basic keywords to search for them. There are errors in the proofs, and they leave far too many details as exercises. It's not a good way to learn complexity if you don't know complexity. Goldreich is a better reference (https://www.wisdom.weizmann.ac.il/~oded/cc-book.html). These notes (https://michaellevet.github.io/Computational_Complexity_Notes.pdf) may also be helpful.