Theorems · Theorem · linear algebra
LinearMap.IsPerfPair.restrict
∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
[inst_3 : AddCommGroup N] [inst_4 : Module R N] (p : M →ₗ[R] N →ₗ[R] R) [inst_5 : p.IsPerfPair] {M' : Type u_4}
{N' : Type u_5} [inst_6 : AddCommGroup M'] [inst_7 : Module R M'] [inst_8 : AddCommGroup N'] [inst_9 : Module R N']
(i : M' →ₗ[R] M) (j : N' →ₗ[R] N),
Function.Injective ⇑i → Function.Injective ⇑j → p.IsPerfectCompl i.range j.range → (p.compl₁₂ i j).IsPerfPairThe restriction of a perfect pairing to submodules is a perfect pairing.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, 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.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- LinearMap.rangestatement and proof · cited by 893
- LinearMap.flipproof · cited by 193
- LinearMap.compl₁₂statement · cited by 39
- LinearMap.IsPerfPairstatement and proof · cited by 34
- LinearMap.IsPerfectComplstatement and proof · cited by 10
- LinearMap.IsPerfectCompl.flipproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.IsPerfPair.restrictScalars_of_fieldproof · cited by 0