Theorems · Definition · functional analysis
ContinuousLinearEquiv.equivOfRightInverse
{R : Type u_1} →
[inst : Ring R] →
{M : Type u_3} →
[inst_1 : TopologicalSpace M] →
[inst_2 : AddCommGroup M] →
[inst_3 : Module R M] →
{M₂ : Type u_4} →
[inst_4 : TopologicalSpace M₂] →
[inst_5 : AddCommGroup M₂] →
[inst_6 : Module R M₂] →
[IsTopologicalAddGroup M] →
(f₁ : M →L[R] M₂) → (f₂ : M₂ →L[R] M) → Function.RightInverse ⇑f₂ ⇑f₁ → M ≃L[R] M₂ × ↥(↑f₁).kerA pair of continuous linear maps such that f₁ ∘ f₂ = id generates a continuous
linear equivalence e between M and M₂ × f₁.ker such that (e x).2 = x for x ∈ f₁.ker,
(e x).1 = f₁ x, and (e (f₂ y)).2 = 0. The map is given by e x = (f₁ x, x - f₂ (f₁ x)).
- Defined in
- Mathlib.Topology.Algebra.Module.Equiv
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- Ringstatement and proof · cited by 7,463
- Submodulestatement · cited by 7,192
- ContinuousLinearMapstatement and proof · cited by 5,352
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- LinearMap.kerstatement and proof · cited by 848
- ContinuousLinearEquivstatement · cited by 743
- ContinuousLinearMap.toLinearMapstatement and proof · cited by 528
Cited by5
Results whose statement or proof uses this declaration.
- ContinuousLinearEquiv.fst_equivOfRightInversestatement · cited by 0
- Submodule.ClosedComplemented.exists_submodule_equiv_prodproof · cited by 0
- ContinuousLinearEquiv.equivOfRightInverse_symm_applystatement · cited by 0
- ContinuousLinearEquiv.snd_equivOfRightInversestatement · cited by 0
- ContinuousLinearEquiv.equivOfRightInverse.congr_simpstatement and proof · cited by 0