Zulip Chat Archive
Stream: mathlib4
Topic: transitivity vs. trans?
Thomas Murrills (Mar 12 2023 at 12:09):
We have both a trans tactic (which uses the @[trans] attribute) and a transitivity tactic (which is just a macro that applies Nat.l(e/t)_trans). From the blame I'm guessing the latter was a temporary fix from before the trans tactic existed. Can we now just make transitivity mean trans?
Ruben Van de Velde (Mar 12 2023 at 12:13):
Sounds good
Last updated: May 02 2025 at 03:31 UTC