Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slow typeclass synthesis: takes 19000 heartbeats to fail in AddHomClass (AbsoluteValue ℂ ℝ) ?m ?m #12230

Open
semorrison opened this issue Apr 18, 2024 · 1 comment

Comments

@semorrison
Copy link
Contributor

import Mathlib

open Complex in
/--
error: failed to synthesize
  AddHomClass (AbsoluteValue ℂ ℝ) ?m ?m
(deterministic) timeout at 'typeclass', maximum number of heartbeats (19000) has been reached (use 'set_option synthInstance.maxHeartbeats <num>' to set the limit)
-/
#guard_msgs in
set_option synthInstance.maxHeartbeats 19000 in
example (x : ℝ) : abs (cos x + sin x * I) = 1 := by simp

This then gets slightly worse after leanprover/lean4#3807, and thereafter causes the simpNF linter to fail on Complex.abs_cos_add_sin_mul_I.

@mattrobball
Copy link
Collaborator

This one gets very fast with leanprover/lean4#4085

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants