Mathlib Map

Theorems · Theorem · operator theory

IsCompactOperator.codRestrict

∀ {R₂ : Type u_1} [inst : Semiring R₂] {M₁ : Type u_2} {M₂ : Type u_3} [inst_1 : TopologicalSpace M₁]
  [inst_2 : TopologicalSpace M₂] [inst_3 : AddCommMonoid M₁] [inst_4 : AddCommMonoid M₂] [inst_5 : Module R₂ M₂]
  {f : M₁ → M₂},
  IsCompactOperator f →
    ∀ {V : Submodule R₂ M₂} (hV : ∀ (x : M₁), f x ∈ V), IsClosed ↑V → IsCompactOperator (Set.codRestrict f (↑V) hV)
Defined in
Mathlib.Analysis.Normed.Operator.Compact.Basic
Cited by
1 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringTopologicalSpaceTopologicalSpaceAddCommMonoidAddCommMonoidModule

Around this declaration

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

Cites16

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.