Elektrine lite

← Feed

@rzeta0@mathstodon.xyz

Post #4043290

2026-07-23 18:00 UTC

True: 6<2x<4 for all 3<x<2 False: 6<2x<4 for some 3<x<2 Why? I can convince myself the first is vacuously true. But why is the second false? #maths #logic

Replies (2)

  • @FishFace@ioc.exchange 2026-07-23 18:31

    @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.

    Open ##4043289

  • @rzeta0@mathstodon.xyz The second is false because there is no x such that 3<x<2, since 3 is not less than 2, so, a fortiori, there is no x where 6<2x<4 and 3<x<2, i.e., it's not the case that 6<2x<4 for some x where 3<x<2.

    Open ##4274070