Mathlib Map

Theorems · Theorem · general topology

Continuous.div

∀ {α : Type u_1} {G₀ : Type u_3} [inst : GroupWithZero G₀] [inst_1 : TopologicalSpace G₀] [ContinuousInv₀ G₀]
  [ContinuousMul G₀] {f g : α → G₀} [inst_4 : TopologicalSpace α],
  Continuous f → Continuous g → (∀ (x : α), g x ≠ 0) → Continuous (f / g)
Defined in
Mathlib.Topology.Algebra.GroupWithZero
Cited by
3 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupWithZeroTopologicalSpaceContinuousInv₀ContinuousMulTopologicalSpace

Around this declaration

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

Cites8

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

Cited by3

Results whose statement or proof uses this declaration.