Post #4043289
2026-07-23 18:31 UTC
@rzeta0@mathstodon.xyz In a simple case like this, given an existence assertion, ("for some x, ...") you should be able to give a witness, i.e. an x satisfying everything. The fact that you can't in the second case should be convincing.
Note that this is a *convincing* argument but not a *proof* because there are more complicated situations where something may exist (i.e. you have a proof it does) but it may be impractical or even impossible to give a witness.
To give a proof, you should rewrite the statements formally as:
"for all x, if 3 < x < 2 then 6 < 2x < 4" which is equivalent to "for all x, if False then False", which is true; and
"there exists an x, such that 3 < x < 2 and 6 < 2x < 4" which is "there exists an x such that False and False" which is false.
Replies (1)
-
@rzeta0@mathstodon.xyz 2026-07-23 18:53
@FishFace@ioc.exchange Why isn't the second statement "there exists an x such that False implies False" ? Why is it "and" and not "implies" ?