Theorems · Definition · linear algebra
LinearPMap.coprod
{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] →
{G : Type u_6} →
[inst_5 : AddCommGroup G] →
[inst_6 : Module R F] → [inst_7 : Module S G] → (E →ₛₗ.[σ] G) → (F →ₛₗ.[σ] G) → E × F →ₛₗ.[σ] Gf.coprod g is the partially defined linear map defined on f.domain × g.domain,
and sending p to f p.1 + g p.2.
- Defined in
- Mathlib.LinearAlgebra.LinearPMap
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- LinearMapproof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Ringstatement and proof · cited by 7,463
- LinearPMapstatement and proof · cited by 179
- LinearPMap.domainproof · cited by 167
- Submodule.prodproof · cited by 55
- LinearPMap.toFunproof · cited by 34
- LinearPMap.fstproof · cited by 2
- LinearPMap.sndproof · cited by 2
- LinearPMap.compproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- exists_extension_of_le_sublinearproof · cited by 2
- LinearPMap.coprod_applystatement and proof · cited by 0