Documentation

Mathlib.ModelTheory.Topology.Types

Topology on the space of complete types #

This file defines a topological structure on the type CompleteType T α (note that these are types from model theory and not types from type theory). The topology is generated by sets of the form {p : CompleteType T α | ∃ φ, φ ∈ p}.

Note that the contents of this file are separate from Mathlib/ModelTheory/Types.lean to avoid importing files from the Topology folder there.