Mathlib Map

Theorems · Theorem · commutative algebra

Algebra.trace_algebraMap

∀ {R : Type u_1} {S : Type u_2} [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S] [StrongRankCondition R]
  [Module.Free R S] (x : R), (Algebra.trace R S) ((algebraMap R S) x) = Module.finrank R S • x

If x is in the base field K, then the trace is [L : K] * x. (If L is not finite-dimensional over K, then trace and finrank return 0.)

Defined in
Mathlib.RingTheory.Trace.Defs
Cited by
3 results in Mathlib
Foundations
Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraStrongRankConditionModule.Free

Around this declaration

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

Cites20

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

Cited by3

Results whose statement or proof uses this declaration.