Zulip Chat Archive
Stream: new members
Topic: tracing simp
Jeremy Teitelbaum (Dec 17 2021 at 15:51):
Can one ask for a report on what theorems simp is applying? Is there a trace option of some kind?
Eric Rodriguez (Dec 17 2021 at 15:53):
squeeze_simp, simp?, show_term { simp } in preference order :)
Kevin Buzzard (Dec 17 2021 at 16:02):
Eric's answer is the way to do it, but there are trace options if you're interested (just type them somewhere in your file before the invocation of simp): set_option trace.simplify.rewrite true(to see the theorems simp managed to apply) or set_option trace.simplify true (to see everything it tried).
Last updated: May 02 2025 at 03:31 UTC