Mathlib Map

Theorems · Theorem · complex analysis

ContinuousLinearMap.restrictScalars.congr_simp

∀ {A : Type u_1} {M₁ : Type u_2} {M₂ : Type u_3} (R : Type u_4) [inst : Semiring A] [inst_1 : Semiring R]
  [inst_2 : AddCommMonoid M₁] [inst_3 : Module A M₁] [inst_4 : Module R M₁] [inst_5 : TopologicalSpace M₁]
  [inst_6 : AddCommMonoid M₂] [inst_7 : Module A M₂] [inst_8 : Module R M₂] [inst_9 : TopologicalSpace M₂]
  [inst_10 : LinearMap.CompatibleSMul M₁ M₂ R A] (f f_1 : M₁ →L[A] M₂),
  f = f_1 → ContinuousLinearMap.restrictScalars R f = ContinuousLinearMap.restrictScalars R f_1
Defined in
Mathlib.Analysis.Complex.Basic
Cited by
5 results in Mathlib
Foundations
Depth 26 from the axioms · uses no axioms
Assumes
SemiringSemiringAddCommMonoidModuleModuleTopologicalSpaceAddCommMonoidModuleModuleTopologicalSpaceLinearMap.CompatibleSMul

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 by5

Results whose statement or proof uses this declaration.