Commit 2023-07-02 14:35 e473c319
View on Github →refactor: redefine bundle.total_space
(#19221)
- Use a custom structure for
bundle.total_space
.- Use
bundle.total_space.mk
instead ofbundle.total_space_mk
. - Use
bundle.total_space.to_prod
instead ofequiv.sigma_equiv_prod
. - Use
bundle.total_space.mk'
(scoped notation) to specifyF
. - Rename
bundle.trivial.proj_snd
tobundle.total_space.trivial_snd
to allow dot notation. Should we just usebundle.total_space.snd
sincebundle.trivial
is now reducible?
- Use
- Add an unused argument to
bundle.total_space
. - Make
bundle.trivial
andbundle.continuous_linear_map
reducible. - Drop instances that are no longer needed.