Theorems · Definition · functional analysis
ContinuousLinearMap.copy
{R₁ : Type u_1} →
{R₂ : Type u_2} →
[inst : Semiring R₁] →
[inst_1 : Semiring R₂] →
{σ₁₂ : R₁ →+* R₂} →
{M₁ : Type u_4} →
[inst_2 : TopologicalSpace M₁] →
[inst_3 : AddCommMonoid M₁] →
{M₂ : Type u_6} →
[inst_4 : TopologicalSpace M₂] →
[inst_5 : AddCommMonoid M₂] →
[inst_6 : Module R₁ M₁] →
[inst_7 : Module R₂ M₂] → (f : M₁ →SL[σ₁₂] M₂) → (f' : M₁ → M₂) → f' = ⇑f → M₁ →SL[σ₁₂] M₂Copy of a ContinuousLinearMap with a new toFun equal to the old one. Useful to fix
definitional equalities.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapproof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- ContinuousLinearMapstatement and proof · cited by 5,352
- ContinuousLinearMap.toLinearMapproof · cited by 528
- LinearMap.copyproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.prodMapLproof · cited by 7
- ContinuousLinearMap.copy_eqstatement · cited by 0
- ContinuousLinearMap.coe_copystatement · cited by 0