Zulip Chat Archive
Stream: general
Topic: range subset vs forall mem
Yury G. Kudryashov (May 07 2022 at 04:51):
Should we prefer range f ⊆ s
or ∀ x, f x ∈ s
? The first version is better if we have a simp
lemma about range f
. The other lemma can be directly applied to x
.
Last updated: May 02 2025 at 03:31 UTC