I have a question about the concept of simplification. I want to explain it with an example. When I write the fraction $4/8$ in Mathematica, the output is
1/2.
How can I return this expression as $4/8$? How can I prevent simplifying rational numbers in lowest terms?


Defer[4/8]. $\endgroup$Inactivate$\endgroup$