0

I want to get below the image. But when I write this $F \equiv^{SAT} G$, not getting the intended result.

enter image description here

S. M.
  • 103

1 Answers1

1

As José Carlos Santos has already pointed out in the comments, \stackrel will do the trick. Here is the MWE.

\documentclass{article}
\usepackage{amsmath}

\begin{document} [ F\stackrel{\text{\scriptsize SAT}}{\equiv}G ] \end{document}

Note \mathclap is not used here because SAT is too wide to discard its width (inevitably ugly otherwise).