Zulip Chat Archive

Stream: std4

Topic: Classical.not_forall


Scott Morrison (Oct 17 2023 at 09:01):

When I moved not_forall up to Std, I put it in the Classical namespace, since that's how Std seems to do things. Was that correct?

On that assumption, as I do the Mathlib bump I am adjusting for this change. Please let me know if instead I should change Std to pull it out of the namespace.

Mario Carneiro (Oct 17 2023 at 09:02):

yup, std puts all of those lemmas in the classical namespace and mathlib is responsible for aliasing or re-exporting them to the root namespace

Scott Morrison (Oct 17 2023 at 09:29):

#7724


Last updated: Dec 20 2023 at 11:08 UTC