7

Let $F$ be a field. I am in the category of finite-dimensional $F$-algebras. Let $f:A \rightarrow B$ a homomorphism of two of those.

The property of $f$ which came up as useful in something I consider is:

$$(*) \text{ For every idempotent } e \in A, \dfrac{\dim_F(A\cdot e)}{\dim_F(A)} = \dfrac{\dim_F(B \cdot f(e))}{\dim_F(B)}.$$

(For example, the diagonal embedding $diag: F \rightarrow F \times F$ has this property, but funnily the map $diag \times id: F \times F \rightarrow F \times F \times F$ does not.)

I could call an $f$ satisfying $(*)$ "consistent" or something, but there's far too many of those words already. So I was hoping somebody who knows more about algebras and algebraic geometry can tell me, "ah, that's just an unusual way to say that $f$ is (locally etale / proper / flat and finitely presented / some other cool words)".

Question: Is property $(*)$ equivalent to some well-known property or combination of properties of algebra morphisms? At least maybe in the case that one or both of $A, B$ are commutative (some algebro-geometric term)? Or is it at least, say, stronger than (well-known condition C1) but weaker than (well-known condition C1)?

If it helps a lot, I am also fine with assuming $f$ to be injective.

1 Answers1

6

If $A$ and $B$ are commutative we can write $A = \prod_{i \in I} A_i$ where the $A_i$ are connected (have no nontrivial idempotents) and similarly for $B = \prod_{j \in J} B_j$ where $I, J$ are two finite index sets. Then a morphism $f : A \to B$ corresponds geometrically to a morphism

$$\text{Spec } f : \bigsqcup_{j \in J} \text{Spec } B_j \simeq \text{Spec } B \to \text{Spec } A \simeq \bigsqcup_{i \in I} \text{Spec } A_i$$

On connected components this morphism gives a map of sets $g : J \to I$ and the extra data needed to recover it exactly is the data, for each $j \in J$, of a morphism $\text{Spec } f_j : \text{Spec } B_j \to \text{Spec } A_{g(j)}$, dualizing to a morphism $f_j : A_{g(j)} \to B_j$. Then

$$f \left( \prod_{i \in I} a_i \right) = \prod_{j \in J} f_j(a_{g(j)}).$$

This can all be done in algebraic language using idempotents but the geometric picture makes it clearer what's happening intuitively, I think. Formally we're using the fact that the category of affine schemes is extensive.

Every idempotent $e$ of $A$ is now the indicator function $e_S$ of some subset $S \subseteq I$, and $\dim A e_S = \sum_{i \in S} \dim A_i$. Applying $f$ gives an idempotent $f(e_S) = e_{g^{-1}(S)}$ which is the indicator function of $g^{-1}(S) \subseteq J$, and $\dim B f(e_S) = \sum_{g(j) \in S} \dim B_j$. So here the condition we want is that for every subset $S \subseteq I$ we have

$$\frac{\sum_{i \in S} \dim A_i}{\sum_{i \in I} \dim A_i} = \frac{\sum_{g(j) \in S} \dim B_j}{\sum_{j \in J} \dim B_j}.$$

This condition can be cleanly restated as follows: the dimensions $\dim A_i$ normalize to a probability measure on $I$ and similarly the dimensions $\dim B_j$ normalize to a probability measure on $J$, and what we want is that the pushforward of the dimension measure on $J$ along $g$ is the dimension measure on $I$.

In the simplest case that the $A_i$ and $B_j$ are all the ground field $F$ this says that we want $g : J \to I$ to be a map all of whose fibers have the same size (which explains your two examples). It seems tricky to me to relate this condition to standard algebro-geometric conditions because it is sensitive only to the dimensions of the $A_i$ and $B_j$ and to the map $g : J \to I$ and otherwise it is not sensitive to any other features of the maps $f_j : A_{g(j)} \to B_j$, e.g. it does not care whether they are injective, free, flat, etale, whatever. It smells a bit like it might be implied by "finite locally free of degree $d$" or something like that, but I haven't actually checked whether that works when $A$ and $B$ are, say, etale.

Qiaochu Yuan
  • 468,795