Zulip Chat Archive
Stream: Is there code for X?
Topic: Does Lean4 provide contraposition in somewhere?
Erika Su (Oct 26 2022 at 02:12):
In Classical the em and dne (as byContradiction) are provided. Does the std provide contraposition and classical conversion for quantifier (Not ((x: X) -> P x)) -> Exist X (Not P) somewhere? Or are there some tactics serve the same purpose?
Last updated: May 02 2025 at 03:31 UTC