From: "Roger H." <s57076@hotmail.com>
Hi,
how can i write and prove:
"A = ∅ ⟹ (∀c∈dom A. B) = B "
Thanks
From: Andreas Lochbihler <andreas.lochbihler@inf.ethz.ch>
Hi Roger,
If the symbol ∅ denotes the empty map Map.empty, then you cannot. dom ∅ = {}, so you
quantify over an empty set, and this is always True, even if B is False.
Andreas
Last updated: Nov 21 2024 at 12:39 UTC