Mathlib Map

Theorems · Inductive type · functional analysis

LinearPMap.HasCore

{R : Type u_1} →
  {E : Type u_2} →
    {F : Type u_3} →
      [inst : CommRing R] →
        [inst_1 : AddCommGroup E] →
          [inst_2 : AddCommGroup F] →
            [inst_3 : Module R E] →
              [inst_4 : Module R F] →
                [inst_5 : TopologicalSpace E] →
                  [inst_6 : TopologicalSpace F] →
                    [ContinuousAdd E] →
                      [ContinuousAdd F] →
                        [inst_9 : TopologicalSpace R] →
                          [ContinuousSMul R E] → [ContinuousSMul R F] → (E →ₗ.[R] F) → Submodule R E → Prop

A submodule S is a core of f if the closure of the restriction of f to S is f.

Defined in
Mathlib.Topology.Algebra.Module.LinearPMap
Cited by
4 results in Mathlib
Foundations
Depth 13 from the axioms · uses no axioms
Assumes
CommRingAddCommGroupAddCommGroupModuleModuleTopologicalSpaceTopologicalSpaceContinuousAddContinuousAddTopologicalSpaceContinuousSMulContinuousSMul

Around this declaration

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

Cites9

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.