# Halting problem

Last edited: 2023-11-13

# Statement

Halting problem

Given a programme $P$ with an input $I$. Does $P(I)$ ever terminate?

# Solutions

# Theory

# Related problems