Theorems · Theorem · number theory
FiniteField.algebraMap_trace_eq_sum_pow
∀ (K : Type u_1) (L : Type u_2) [inst : Field K] [inst_1 : Field L] [Finite L] [inst_3 : Algebra K L] (x : L), (algebraMap K L) ((Algebra.trace K L) x) = ∑ i ∈ Finset.range (Module.finrank K L), x ^ Nat.card K ^ i
An explicit formula for the trace map: trace[L/K](x) = ∑ i < [L:K], x ^ ((#K) ^ i).
- Defined in
- Mathlib.FieldTheory.Finite.Trace
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- RingHom.idstatement · cited by 18,349
- Algebrastatement and proof · cited by 11,388
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- Fintypeproof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Finset.sumstatement and proof · cited by 5,195
- Algebra.algebraMapstatement and proof · cited by 4,706
- Finset.univproof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- Module.finrankstatement and proof · cited by 1,770
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.