Mathlib Map

Theorems · Definition · functional analysis

ContinuousLinearMap.rangeRestrict

{R₁ : Type u_1} →
  {R₂ : Type u_2} →
    [inst : Semiring R₁] →
      [inst_1 : Semiring R₂] →
        {σ₁₂ : R₁ →+* R₂} →
          {M₁ : Type u_4} →
            {M₂ : Type u_5} →
              [inst_2 : TopologicalSpace M₁] →
                [inst_3 : AddCommMonoid M₁] →
                  [inst_4 : Module R₁ M₁] →
                    [inst_5 : TopologicalSpace M₂] →
                      [inst_6 : AddCommMonoid M₂] →
                        [inst_7 : Module R₂ M₂] →
                          [inst_8 : RingHomSurjective σ₁₂] → (f : M₁ →SL[σ₁₂] M₂) → M₁ →SL[σ₁₂] ↥(↑f).range

Restrict the codomain of a continuous linear map f to f.range.

Defined in
Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Restrict
Cited by
7 results in Mathlib
Foundations
Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringSemiringTopologicalSpaceAddCommMonoidModuleTopologicalSpaceAddCommMonoidModuleRingHomSurjective

Around this declaration

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

Cites11

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

Cited by8

Results whose statement or proof uses this declaration.