Theorems · Theorem · commutative algebra
Module.Basis.traceDual_eq_iff
∀ {K : Type u_4} {L : Type u_5} [inst : Field K] [inst_1 : Field L] [inst_2 : Algebra K L] {ι : Type w}
[inst_3 : FiniteDimensional K L] [inst_4 : Algebra.IsSeparable K L] [inst_5 : Finite ι] [inst_6 : DecidableEq ι]
{b : Module.Basis ι K L} {v : ι → L},
⇑b.traceDual = v ↔ ∀ (i j : ι), ((Algebra.traceForm K L) (v i)) (b j) = if j = i then 1 else 0A family of vectors v is the dual for the trace of the basis b if and only if
∀ i j, Tr(v i * b j) = δ_ij.
- Defined in
- Mathlib.RingTheory.Trace.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement · cited by 18,349
- Algebrastatement and proof · cited by 11,388
- LinearMapstatement · cited by 10,215
- Fieldstatement and proof · cited by 7,404
- Finitestatement and proof · cited by 3,029
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.Basisstatement and proof · cited by 1,477
- LinearMap.BilinFormstatement · cited by 501
- Algebra.IsSeparablestatement and proof · cited by 210
- Algebra.traceFormstatement · cited by 33
- traceForm_nondegenerateproof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- Submodule.traceDual_le_span_map_traceDualproof · cited by 2
- Module.Basis.traceDual_powerBasis_eqproof · cited by 1