Theorems · Definition · linear algebra
LinearPMap.sup
{R : Type u_1} →
{S : Type u_2} →
[inst : Ring R] →
[inst_1 : Ring S] →
{σ : R →+* S} →
{E : Type u_4} →
[inst_2 : AddCommGroup E] →
[inst_3 : Module R E] →
{F : Type u_5} →
[inst_4 : AddCommGroup F] →
[inst_5 : Module S F] →
(f g : E →ₛₗ.[σ] F) → (∀ (x : ↥f.domain) (y : ↥g.domain), ↑x = ↑y → ↑f x = ↑g y) → E →ₛₗ.[σ] FGiven two partial linear maps that agree on the intersection of their domains,
f.sup g h is the unique partial linear map on f.domain ⊔ g.domain that agrees
with f and g.
- Defined in
- Mathlib.LinearAlgebra.LinearPMap
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- RingHomstatement and proof · cited by 10,189
- Ringstatement and proof · cited by 7,463
- Submodulestatement · cited by 7,192
- LinearPMapstatement and proof · cited by 179
- LinearPMap.domainstatement and proof · cited by 167
- LinearPMap.toFun'statement and proof · cited by 124
Cited by7
Results whose statement or proof uses this declaration.
- LinearPMap.supSpanSingletonproof · cited by 11
- LinearPMap.left_le_supstatement and proof · cited by 4
- LinearPMap.sup_applystatement · cited by 3
- LinearPMap.right_le_supstatement and proof · cited by 1
- LinearPMap.sup.congr_simpstatement and proof · cited by 0
- LinearPMap.sup_lestatement and proof · cited by 0
- LinearPMap.domain_supstatement · cited by 0