Commit 2024-07-26 00:02 f8ffcfb2

View on Github →

chore: split Topology.Connected.Basic (#15144) This splits Topology.Connected.Basic approximately in half, into Basic and Clopen. This removes the Mathlib.Topology.Clopen import from Basic, and allows for one more file import from #14927 in the Clopen file. As far as declaration order goes, only the first 5 results in Clopen were moved "down" into the Clopen file, and only the last 4 results in Basic were moved "up" into the Basic file. Otherwise no changes except for new module documentation were made.

Estimated changes

deleted def ConnectedComponents
deleted theorem IsClopen.eq_univ
deleted theorem Sigma.isConnected_iff
deleted theorem Sigma.isPreconnected_iff
deleted theorem Sum.isConnected_iff
deleted theorem Sum.isPreconnected_iff
deleted theorem frontier_eq_empty_iff
deleted theorem isClopen_iff
deleted theorem nonempty_frontier_iff
deleted theorem nonempty_inter
added theorem IsClopen.eq_univ
added theorem Sigma.isConnected_iff
added theorem Sum.isConnected_iff
added theorem Sum.isPreconnected_iff
added theorem frontier_eq_empty_iff
added theorem isClopen_iff
added theorem nonempty_frontier_iff
added theorem nonempty_inter