Zulip Chat Archive
Stream: maths
Topic: normalized_factors
Yury G. Kudryashov (May 29 2022 at 00:19):
Why docs#unique_factorization_monoid.normalized_factors depends on decidable_eq
? It is noncomputable anyway.
Yury G. Kudryashov (May 29 2022 at 00:19):
Same question about factors
.
Yury G. Kudryashov (May 29 2022 at 00:21):
@Johannes Hölzl, @Jens Wagemaker, and @Aaron Anderson are listed as the authors of this file.
Yury G. Kudryashov (May 29 2022 at 15:42):
Also, I get "deterministic timeout" in docs#ideal.count_normalized_factors_eq (see also #14444 - one of the assumptions is not needed).
Yury G. Kudryashov (May 31 2022 at 04:55):
Ping here.
Anne Baanen (May 31 2022 at 09:32):
(Given our current definition of unique factorization monoid,) I'm happy if we delete the dec_eq even looking intuitionistically. Looks like there are no lemmas that would unfold the definition to expose a classical.dec_eq
, so I think just an open_locale classical
would work here with no complications.
Anne Baanen (May 31 2022 at 09:37):
Do I understand correctly that #14444 fixes the timeout?
Yury G. Kudryashov (May 31 2022 at 13:39):
No. I failed to understand why the timeout happens bot noticed that one assumption is not needed. Could you please adopt #14444?
Anne Baanen (May 31 2022 at 14:21):
Sure. I'm busy the coming weeks so hopefully I can find some time to investigate. If it's taking too long, I'm happy for someone else to take over before I get a chance, of course.
Junyan Xu (Jun 07 2022 at 15:12):
#14590 should fix the docs#unique_factorization_monoid.count_normalized_factors_eq timeout
Last updated: Dec 20 2023 at 11:08 UTC