Mathlib Map

Theorems · Theorem · general topology

ContinuousAddMonoidHom.range_toContinuousMap

∀ (A : Type u_2) (B : Type u_3) [inst : AddMonoid A] [inst_1 : AddMonoid B] [inst_2 : TopologicalSpace A]
  [inst_3 : TopologicalSpace B],
  Set.range ContinuousAddMonoidHom.toContinuousMap = {f | f 0 = 0 ∧ ∀ (x y : A), f (x + y) = f x + f y}
Defined in
Mathlib.Topology.Algebra.Group.CompactOpen
Cited by
1 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Quot.sound
Assumes
AddMonoidAddMonoidTopologicalSpaceTopologicalSpace

Around this declaration

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

Cites15

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

Cited by1

Results whose statement or proof uses this declaration.