Zulip Chat Archive
Stream: lean4
Topic: library_search
Henrik Böving (Mar 26 2022 at 15:43):
Library search seems to be a little too smart here:
image.png :rolling_on_the_floor_laughing:
Is this intended?
Henrik Böving (Mar 26 2022 at 15:46):
Especially considering there is actually a lemma that solves this: iff_iff_and_or_not_and_not: ∀ {a b : Prop}, (a ↔ b) ↔ a ∧ b ∨ ¬a ∧ ¬b
Mauricio Collares (Mar 26 2022 at 16:13):
I think this was fixed in https://github.com/leanprover-community/mathlib4/pull/239
Arthur Paulino (Mar 27 2022 at 15:32):
Does it still happen with the most recent version of Mathlib4? If so, please open an issue with a #mwe
Last updated: Dec 20 2023 at 11:08 UTC