Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-05-24 16:46 88f8de36

View on Github →

feat(topology/local_homeomorph): define helper definition (#14360)

  • Define homeomorph.trans_local_homeomorph and local_homeomorph.trans_homeomorph. They are equal to local_homeomorph.trans, but with better definitional behavior for source and target.
  • Define similar operations for local_equiv.
  • Use this to improve the definitional behavior of topological_fiber_bundle.trivialization.trans_fiber_homeomorph
  • Also use @[simps] to generate a couple of extra simp-lemmas.

Estimated changes