The idea is to make sure lean doesn't timeout (at reflexivity) when we apply simp or rewrite in goals such as (x y : nat) |- x + y + 10000000000 = x + y + 200000000000000 This commit also addresses an issue raised at #1218