Replacing Notation with Function Names: Possible?

  • Thread starter Thread starter dans595
  • Start date Start date
  • Tags Tags
    Function Notation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 5K views
dans595
Messages
35
Reaction score
0
I have something like


A \rightarrow B \rightarrow C


I'd like to put function name's about the \rightarrow's, to replace the notation


\phi : A \rightarrow B, \psi : B \rightarrow C.


Is this possible? Thanks!
 
Physics news on Phys.org
morphism said:
You can use \stackrel{}{}.

A \stackrel{\phi}{\rightarrow} B \stackrel{\psi}{\rightarrow} C

gives

[tex]A \stackrel{\phi}{\rightarrow} B \stackrel{\psi}{\rightarrow} C[/tex]

I think you can also use \overset{}{}

[tex]A \overset{\phi}{\rightarrow} B \overset{\psi}{\rightarrow} C[/tex]

Not sure what the difference is.
 
Excellent. Thank you!