Commit 2023-10-05 13:18 87eb696e
View on Github →feat(Topology): continuity from a product with a discrete space (#7511)
- Add four pairs of lemmas continuous((Within)At/On)_prod_of_discrete_left/right in ContinuousOn.lean: to check continuity of a function from
X × Y
toZ
withX
discrete, it suffices to check continuity of every slice of it withx : X
fixed. - Remove duplicate lemmas continuous_uncurry_of_discreteTopology(_left) from Constructions.lean in favor of the more general (iff) version.
- Move the lemma continuous_iff_continuousOn_univ up.