How to change theorem style in latex?

To change the theorem style in LaTeX, you can use the \theoremstyle command. This command takes one argument, which is the style you want to use. The available styles are: plain, definition, remark, and theorem. For example, to change the theorem style to definition, you would use the command \theoremstyle{definition}.