Skip to content

Commit 66d4c59

Browse files
committed
feat(Condensed): colimit characterization of discrete condensed sets (#15566)
This PR provides the necessary API to prove that a condensed set `X` is discrete if and only if for every profinite set `S = limᵢSᵢ`, `X(S) ≅ colimᵢX(Sᵢ)`, and the analogous result for light condensed sets.
1 parent e134438 commit 66d4c59

File tree

2 files changed

+572
-0
lines changed

2 files changed

+572
-0
lines changed

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,6 +2075,7 @@ import Mathlib.Computability.TuringMachine
20752075
import Mathlib.Condensed.Basic
20762076
import Mathlib.Condensed.CartesianClosed
20772077
import Mathlib.Condensed.Discrete.Basic
2078+
import Mathlib.Condensed.Discrete.Colimit
20782079
import Mathlib.Condensed.Discrete.LocallyConstant
20792080
import Mathlib.Condensed.Discrete.Module
20802081
import Mathlib.Condensed.Epi

0 commit comments

Comments
 (0)