Theorems · Definition · linear algebra
Subspace.dualLift
{K : Type u_1} →
{V : Type u_2} →
[inst : Field K] →
[inst_1 : AddCommGroup V] → [inst_2 : Module K V] → (W : Subspace K V) → Module.Dual K ↥W →ₗ[K] Module.Dual K VGiven a subspace W of V and an element of its dual φ, dualLift W φ is
an arbitrary extension of φ to an element of the dual of V.
That is, dualLift W φ sends w ∈ W to φ x and x in a chosen complement of W to 0.
- Defined in
- Mathlib.LinearAlgebra.Dual.Lemmas
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FieldAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- RingHom.idstatement · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Fieldstatement and proof · cited by 7,404
- Module.Dualstatement · cited by 583
- Submodule.subtypeproof · cited by 480
- Subspacestatement and proof · cited by 56
- LinearMap.dualMapproof · cited by 52
- LinearMap.leftInverseproof · cited by 4
Cited by13
Results whose statement or proof uses this declaration.
- Subspace.dualLift_of_subtypestatement · cited by 3
- Subspace.dualEquivDualstatement and proof · cited by 2
- Subspace.dualRestrict_leftInversestatement and proof · cited by 2
- Subspace.quotEquivAnnihilatorproof · cited by 1
- Subspace.dualLift_rightInversestatement · cited by 1
- Subspace.dualRestrict_comp_dualLiftstatement · cited by 1
- Subspace.quotDualEquivAnnihilatorstatement · cited by 0
- Subspace.dualEquivDual_applystatement · cited by 0
- Subspace.dualEquivDual_defstatement · cited by 0
- Subspace.dualLift_injectivestatement · cited by 0
- Subspace.dualLift_of_memstatement · cited by 0
- Subspace.dualPairing_nondegenerateproof · cited by 0