Mathlib Map

Theorems · Definition · Lie groups

MulEquiv.toContinuousMulEquiv

{G : Type u} →
  [inst : TopologicalSpace G] →
    {H : Type v} →
      [inst_1 : TopologicalSpace H] →
        [inst_2 : Mul G] → [inst_3 : Mul H] → (e : G ≃* H) → (∀ (s : Set H), IsOpen (⇑e ⁻¹' s) ↔ IsOpen s) → G ≃ₜ* H

A MulEquiv that respects open sets is a ContinuousMulEquiv.

Defined in
Mathlib.Topology.Algebra.ContinuousMonoidHom
Cited by
5 results in Mathlib
Foundations
Depth 19 from the axioms · uses Quot.sound
Assumes
TopologicalSpaceTopologicalSpaceMulMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.