You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Mathlib
open Matrix in
/--
error: failed to synthesize
SMul ℚᵐᵒᵖ α
(deterministic) timeout at 'typeclass', maximum number of heartbeats (15000) has been reached (use 'set_option synthInstance.maxHeartbeats <num>' to set the limit)
-/
#guard_msgs in
set_option synthInstance.maxHeartbeats 15000 in
example [AddCommGroup α] [StarAddMonoid α] [Module ℚ α] (c : ℚ)
(M : Matrix m n α) : (c • M)ᴴ = c • Mᴴ := by simp
This then gets slightly worse after leanprover/lean4#3807, and thereafter causes the simpNF linter to fail on Matrix.conjTranspose_rat_smul.
The text was updated successfully, but these errors were encountered:
This then gets slightly worse after leanprover/lean4#3807, and thereafter causes the simpNF linter to fail on
Matrix.conjTranspose_rat_smul
.The text was updated successfully, but these errors were encountered: