Theorems · Theorem · linear algebra
LinearMap.exists_range_eq_graph
∀ {R : Type u_3} {S : Type u_4} {G : Type u_5} {H : Type u_6} {I : Type u_7} [inst : Semiring R] [inst_1 : Semiring S]
{σ : R →+* S} [inst_2 : RingHomSurjective σ] [inst_3 : AddCommMonoid G] [inst_4 : Module R G]
[inst_5 : AddCommMonoid H] [inst_6 : Module S H] [inst_7 : AddCommMonoid I] [inst_8 : Module S I]
{f : G →ₛₗ[σ] H × I},
Function.Surjective (Prod.fst ∘ ⇑f) →
(∀ (g₁ g₂ : G), (f g₁).1 = (f g₂).1 → (f g₁).2 = (f g₂).2) → ∃ f', f.range = f'.graphVertical line test for linear maps.
Let f : G → H × I be a linear (or semilinear) map to a product. Assume that f is surjective on
the first factor and that the image of f intersects every "vertical line" {(h, i) | i : I} at
most once. Then the image of f is the graph of some linear map f' : H → I.
- Defined in
- Mathlib.LinearAlgebra.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Submodulestatement · cited by 7,192
- AddMonoidHomproof · cited by 3,230
- LinearMap.rangestatement and proof · cited by 893
- AddMonoidHomClass.toAddMonoidHomproof · cited by 232
- RingHomSurjectivestatement and proof · cited by 220
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.exists_linearEquiv_eq_graphproof · cited by 1
- Submodule.exists_eq_graphproof · cited by 0