Zulip Chat Archive
Stream: general
Topic: proposed reorg
Scott Morrison (Mar 20 2021 at 08:53):
@Heather Macbeth, @Sebastien Gouezel,
I am thinking about replacing
topology/bounded_continuous_function.leantopology/continuous_map.leantopology/algebra/continuous_functions.lean
with
topology/continuous_functions/basic.leantopology/continuous_functions/bounded.leantopology/continuous_functions/compact.lean
Scott Morrison (Mar 20 2021 at 08:55):
where basic.lean will contain the current continuous_map.lean, and much of algebra/continuous_functions, and bounded.lean will contain the current bounded_continuous_function.lean, except that I will move all the constructions of normed gadgets on C(X, Y) in compact.lean, which depends on both basic and bounded.
Scott Morrison (Mar 20 2021 at 08:56):
The rationale is basically that even though I transported various structure from bounded continuous functions to "all" continuous functions when the domain is compact in #6701, the file structure is basically a dead-end now. It's very inconvenient to add lemmas about normed gadgets on C(X,Y), while inside the bounded_continuous_functions.lean file.
Scott Morrison (Mar 20 2021 at 08:57):
I think my proposed layout would also make it straightforward to add continuous_functions/vanishing_at_infty.lean when the time comes.
Sebastien Gouezel (Mar 20 2021 at 09:01):
Sounds good to me!
Last updated: May 02 2025 at 03:31 UTC