Mathlib Map

Theorems · Definition · linear algebra

Subspace.quotEquivAnnihilator

{K : Type u_1} →
  {V : Type u_2} →
    [inst : Field K] →
      [inst_1 : AddCommGroup V] →
        [inst_2 : Module K V] →
          [FiniteDimensional K V] → (W : Subspace K V) → (V ⧸ W) ≃ₗ[K] ↥(Submodule.dualAnnihilator W)

The quotient by a subspace is isomorphic to its dual annihilator.

Defined in
Mathlib.LinearAlgebra.Dual.Lemmas
Cited by
1 results in Mathlib
Foundations
Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldAddCommGroupModuleFiniteDimensional

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites19

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.