Zulip Chat Archive
Stream: mathlib4
Topic: EmbeddingLike
Eric Rodriguez (Nov 20 2022 at 00:37):
I'm currently nearly done fixing at least all the syntax proof errors in mathlib4#631, and EmbeddingLike seems completely broken
Eric Rodriguez (Nov 20 2022 at 00:38):
I can't seem to get any methods of it whatsoever to work, and I guess this is to do with the coercion changes
Eric Rodriguez (Nov 20 2022 at 01:01):
I guess this will also go for FunLike
, which is not a good sign considering how much we depend on it...
Scott Morrison (Nov 20 2022 at 01:03):
@Eric Rodriguez, did you mean a different PR? There's nothing about EmbeddingLike in mathlib4#631
Eric Rodriguez (Nov 20 2022 at 01:04):
no, but it uses its methods in many proofs
Eric Rodriguez (Nov 20 2022 at 01:04):
for example piCongrLeft'_update
, try using the squeeze_simp
from docs#function.Pi_congr_left'_update there
Scott Morrison (Nov 20 2022 at 01:06):
What syntax errors were you talking about, though? I thought there were only broken proofs since at least yesterday.
Eric Rodriguez (Nov 20 2022 at 01:06):
sorry, that's what I meant by syntax; I'll be more precise with my wording
Eric Rodriguez (Nov 20 2022 at 01:06):
essentially I can't seem to get the goals to unify at all
Eric Rodriguez (Nov 20 2022 at 01:18):
if you want a concrete example, see L1917 of the said file; I mention it a couple other times as it used to work with simp
, too, and now it doesn't.
Last updated: Dec 20 2023 at 11:08 UTC