unsolvable (math) problem for a whole year, help me!

All non-Go discussions should go here.
MJK
Dies with sente
Posts: 94
Joined: Sun Jul 21, 2013 11:15 am
GD Posts: 0
Location: Amsterdam, NL
Has thanked: 29 times
Been thanked: 63 times

Re: Re:

Post by MJK »

DrStraw wrote:......

Code: Select all

Prove that below is not true.

given,
{a, b, c, d, X} ⊂ {x|x is a real number}
a<X<b <=> c<X<d

then,
a=c and b=d
Wait, please.
DrStraw
Oza
Posts: 2180
Joined: Tue Apr 27, 2010 4:09 am
Rank: AGA 5d
GD Posts: 4312
Online playing schedule: Every tenth February 29th from 20:00-20:01 (if time permits)
Location: ʍoquıɐɹ ǝɥʇ ɹǝʌo 'ǝɹǝɥʍǝɯos
Has thanked: 237 times
Been thanked: 662 times
Contact:

Re: Re:

Post by DrStraw »

MJK wrote:
DrStraw wrote:......

Code: Select all

Prove that below is not true.

given,
{a, b, c, d, X} ⊂ {x|x is a real number}
a<X<b <=> c<X<d

then,
a=c and b=d


It is true. What is not true is that the <=> is a logical consequence of your original problem.
Still officially AGA 5d but I play so irregularly these days that I am probably only 3d or 4d over the board (but hopefully still 5d in terms of knowledge, theory and the ability to contribute).
MJK
Dies with sente
Posts: 94
Joined: Sun Jul 21, 2013 11:15 am
GD Posts: 0
Location: Amsterdam, NL
Has thanked: 29 times
Been thanked: 63 times

Re: unsolvable (math) problem for a whole year, help me!

Post by MJK »

Let me make things clear...

First, I am still not much familiar with math in English. What I meant by 'given' is actually 'in a situation that', so 'when' I think is a better word there.

So here is (probably) the final version of this problem.

Code: Select all

Prove that below is not true.

when,
{a, b, c, d, X} ⊂ {x|x is a real number}
a<X<b <=> c<X<d

then,
a=c and b=d

I realized that the proof is given in my very original version. There is a counterexample.

Code: Select all

Let,
a = -B/2
b = B/3
c = A/3
d = -A/2
x = A+B

(A, B are real numbers.)

-B/2<A+B<B/3 <=> A/3<A+B<-A/2
a<X<b <=> c<X<d

however,
!(a=c and b=d)


What I am really curious is why such counterexample exists and whether there can be a proof of this problem not using counterexamples.
Wait, please.
lemmata
Lives in gote
Posts: 370
Joined: Thu Feb 23, 2012 12:38 pm
Rank: Weak
GD Posts: 0
Has thanked: 91 times
Been thanked: 254 times

Re: unsolvable (math) problem for a whole year, help me!

Post by lemmata »

You are confusing yourself because you did not word your problem correctly to yourself.

Is the following implication true FOR EVERY 5-tuple (a1,a2,b1,b2,x) of real numbers?

If (a1<x<a2 if-and-only-if b1<x<b2) then (a1=b1 AND a2=b2)


To disprove it, you need to find that FOR SOME 5-tuple (a1,a2,b1,b2,x) of real numbers the premise (part after if) is true but the conclusion (part after then) is false. Counterexamples are obvious and plentiful at this stage.

Is it possible for two distinct open intervals to contain the same point? If this is obvious to you, then your mystery might be solved.
bayu
Lives with ko
Posts: 163
Joined: Wed Jul 20, 2011 11:33 am
GD Posts: 0
Has thanked: 19 times
Been thanked: 32 times

Re: unsolvable (math) problem for a whole year, help me!

Post by bayu »

I think the original question is:

Fix 4 reals a, b, c, d.

Now you can ask, whether the following statement is true:

if for all x we have (a<x<b <=> c<x<d)
then a=c and b=d.

This statement is true if a<b or c<d, and it is false if not (e.g. a=1,b=0,c=3,d=2)

From afar it looks like a confusion of quantifiers.
If something sank it might be a treasure. And 2kyu advice is not necessarily Dan repertoire..
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: unsolvable (math) problem for a whole year, help me!

Post by Bill Spight »

bayu wrote:I think the original question is:

Fix 4 reals a, b, c, d.

Now you can ask, whether the following statement is true:

if for all x we have (a<x<b <=> c<x<d)
then a=c and b=d.

This statement is true if a<b or c<d, and it is false if not (e.g. a=1,b=0,c=3,d=2)

From afar it looks like a confusion of quantifiers.


Well, if a<x<b => c<x<d AND c<x<d => a<x<b, then by symmetry we cannot have a<c because that would mean that c<a. Dr Straw has diagnosed the problem. :)
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
MJK
Dies with sente
Posts: 94
Joined: Sun Jul 21, 2013 11:15 am
GD Posts: 0
Location: Amsterdam, NL
Has thanked: 29 times
Been thanked: 63 times

Re: unsolvable (math) problem for a whole year, help me!

Post by MJK »

lemmata wrote:You are confusing yourself because you did not word your problem correctly to yourself.

Is the following implication true FOR EVERY 5-tuple (a1,a2,b1,b2,x) of real numbers?

If (a1<x<a2 if-and-only-if b1<x<b2) then (a1=b1 AND a2=b2)


To disprove it, you need to find that FOR SOME 5-tuple (a1,a2,b1,b2,x) of real numbers the premise (part after if) is true but the conclusion (part after then) is false. Counterexamples are obvious and plentiful at this stage.

Is it possible for two distinct open intervals to contain the same point? If this is obvious to you, then your mystery might be solved.

Thank You! You have exactly understood and clarified my problem.

However, there are still some mysteries left on me.

As in my previous post, my very original question does contain a counterexample (quoted below), so it might be enough to disprove the fact.

Code: Select all

Let,
a = -B/2
b = B/3
c = A/3
d = -A/2
x = A+B

(A, B are real numbers.)

-B/2<A+B<B/3 <=> A/3<A+B<-A/2
a<X<b <=> c<X<d

however, the two intervals on each side are not the same.
-B/2 != A/3 or B/3 != -A/2

But what I want to know is the reason or the mechanism behind such result of being disprovable which contradicts with my intuition. I need a different kind of proof for example as below in 'Proof 2'.

Code: Select all

Is the following implication true for every 2-tuple (a, b) of real numbers?

if (a^2 = b^2), then (a = b)

No.

Proof 1
counterexample a = -1, b = 1

Proof 2
a^2 = b^2
⇔ a^2-b^2 = 0
⇔ (a+b)(a-b) = 0
⇔ a = ±b

a = ±b <== a = b

Therefore, the implication is not true.
Wait, please.
bayu
Lives with ko
Posts: 163
Joined: Wed Jul 20, 2011 11:33 am
GD Posts: 0
Has thanked: 19 times
Been thanked: 32 times

Re: unsolvable (math) problem for a whole year, help me!

Post by bayu »

Bill Spight wrote:
Well, if a<x<b => c<x<d AND c<x<d => a<x<b, then by symmetry we cannot have a<c because that would mean that c<a. Dr Straw has diagnosed the problem. :)



I'm not worrying about the maths. I'm a fellow mathematician :) (and on your side concerning infinities, diagonals and all the other highly controversial topics that crop up among go players here:). I believe that there is still a misunderstanding between the OP and the people that are trying to help. And my mother tongue is not english neither, so I might be off, in both understanding and helping.

Your statement is correct except in the kind of degenerate case that both intervalls in question are empty.


I just got sniped by the OP. And in his example the intervall A/3<A+B<-A/2 is empty (if A is positive). Maybe, part of the misunderstanding lies here.
If something sank it might be a treasure. And 2kyu advice is not necessarily Dan repertoire..
MJK
Dies with sente
Posts: 94
Joined: Sun Jul 21, 2013 11:15 am
GD Posts: 0
Location: Amsterdam, NL
Has thanked: 29 times
Been thanked: 63 times

Re: unsolvable (math) problem for a whole year, help me!

Post by MJK »

bayu wrote:And in his example the intervall A/3<A+B<-A/2 is empty (if A is positive). I'm pretty sure, the misunderstanding lies here.

The interval is not empty, and n({(A, B)|A/3 < A+B < -A/2}) = ∞
(n(X) means number of the elements of set X)
I never stated the numbers should be positive but rather {A, B} ⊂ {x|x is a real number}

As lemmenta clarified, there are no more misunderstandings. The existence of counterexamples are obvious.

Again I shall restate my CURRENT problem more clearly.

Code: Select all

What is the following set X?

X =
{(a1, a2, b1, b2, x)|
      ({a1, a2, b1, b2, x} ⊂ {x|x is a real number})
  and (a1<x<a2 ⇔ b1<x<b2)
  and ~(a1=b1 and a2=b2)
}

('~' means 'not')
Wait, please.
User avatar
RBerenguel
Gosei
Posts: 1585
Joined: Fri Nov 18, 2011 11:44 am
Rank: KGS 5k
GD Posts: 0
KGS: RBerenguel
Tygem: rberenguel
Wbaduk: JohnKeats
Kaya handle: RBerenguel
Online playing schedule: KGS on Saturday I use to be online, but I can be if needed from 20-23 GMT+1
Location: Barcelona, Spain (GMT+1)
Has thanked: 576 times
Been thanked: 298 times
Contact:

Re: unsolvable (math) problem for a whole year, help me!

Post by RBerenguel »

MJK wrote:
bayu wrote:And in his example the intervall A/3<A+B<-A/2 is empty (if A is positive). I'm pretty sure, the misunderstanding lies here.

The interval is not empty, and n({(A, B)|A/3 < A+B < -A/2}) = ∞
(n(X) means number of the elements of set X)
I never stated the numbers should be positive but rather {A, B} ⊂ {x|x is a real number}

As lemmenta clarified, there are no more misunderstandings. The existence of counterexamples are obvious.

Again I shall restate my CURRENT problem more clearly.

Code: Select all

What is the following set X?

X =
{(a1, a2, b1, b2, x)|
      ({a1, a2, b1, b2, x} ⊂ {x|x is a real number})
  and (a1<x<a2 ⇔ b1<x<b2)
  and ~(a1=b1 and a2=b2)
}

('~' means 'not')


This set is somewhat weirdly stated, since it feels like there is a kind of free variable in there (x) but isn't.

As I told you before, 3<5<7, 1<5<7 satisfies this, kind of. The iff part defining this set feels weird, though, since it seems to state it for all x in the set at the same time. And without much thinking, I think there should be no way this happens for every x in a set which has an x. Also, as before, if you want to study this set:

a1=x &
x=a2 &
b1=x &
b2=x.

This defines the boundary of the set of suitable x values, for any x in \mathbb{R}. And this boundary (which is outside the set, since the inequalities are strict) seems to be just a point, hence X=empty because there can't be any value x satisfying this, given any choice of a1, a2, b1, b2 in \mathbb{R}.
Geek of all trades, master of none: the motto for my blog mostlymaths.net
bayu
Lives with ko
Posts: 163
Joined: Wed Jul 20, 2011 11:33 am
GD Posts: 0
Has thanked: 19 times
Been thanked: 32 times

Re: unsolvable (math) problem for a whole year, help me!

Post by bayu »

We're getting closer :)

let's drop the two extra conditions for a second. The hairy one seems so be the first one, which is not stated properly, so that it can lead to misunderstandings.

There are 2 ways to interpret your statement:

X =
(a1, a2, b1, b2, x)|
({a1, a2, b1, b2, x} ⊂ {x|x is a real number})

Are a1, a2, b1 and b2 some fixed real numbers? Then X is a subset of the reals. The subset itself depends on the choice of the a's and b's.

If a1, a2, b1 and b2 are variables too than your set X is a subset of a 5-dimensional space.

I suspect the former.
If something sank it might be a treasure. And 2kyu advice is not necessarily Dan repertoire..
MJK
Dies with sente
Posts: 94
Joined: Sun Jul 21, 2013 11:15 am
GD Posts: 0
Location: Amsterdam, NL
Has thanked: 29 times
Been thanked: 63 times

Re: unsolvable (math) problem for a whole year, help me!

Post by MJK »

Yes I am trying to clearly define a set of a five-dimensional space.

As RBerenguel pointed out, it is currently not well defined.

I will need to think more to do this.

Perhaps some clues of the properties of set X will occur after being clearly defined.
Wait, please.
User avatar
RBerenguel
Gosei
Posts: 1585
Joined: Fri Nov 18, 2011 11:44 am
Rank: KGS 5k
GD Posts: 0
KGS: RBerenguel
Tygem: rberenguel
Wbaduk: JohnKeats
Kaya handle: RBerenguel
Online playing schedule: KGS on Saturday I use to be online, but I can be if needed from 20-23 GMT+1
Location: Barcelona, Spain (GMT+1)
Has thanked: 576 times
Been thanked: 298 times
Contact:

Re: unsolvable (math) problem for a whole year, help me!

Post by RBerenguel »

MJK wrote:Perhaps some clues of the properties of set X will occur after being clearly defined.


Very likely!
Geek of all trades, master of none: the motto for my blog mostlymaths.net
uPWarrior
Lives with ko
Posts: 199
Joined: Mon Jan 17, 2011 1:59 pm
Rank: KGS 3 kyu
GD Posts: 0
Has thanked: 6 times
Been thanked: 55 times

Re: unsolvable (math) problem for a whole year, help me!

Post by uPWarrior »

Have you tried describing the equivalence operator differently so that your intuition improves?

a <=> b is the same as (a AND B) OR (!a AND !b),

therefore

a<X<b <=> c<X<d is the same as (a<X<b AND c<X<d) OR (a>=X>=b AND c>=X>=d)

Is the set clearer to you if describe it like this? It basically means that the value X is always between a and b and between c and d, as long as a-b and c-d have the same sign.
Tryss
Lives in gote
Posts: 502
Joined: Tue May 24, 2011 1:07 pm
Rank: KGS 2k
GD Posts: 100
KGS: Tryss
Has thanked: 1 time
Been thanked: 153 times

Re: unsolvable (math) problem for a whole year, help me!

Post by Tryss »

uPWarrior wrote:Have you tried describing the equivalence operator differently so that your intuition improves?

a <=> b is the same as (a AND B) OR (!a AND !b),

therefore

a<X<b <=> c<X<d is the same as (a<X<b AND c<X<d) OR (a>=X>=b AND c>=X>=d)

Is the set clearer to you if describe it like this? It basically means that the value X is always between a and b and between c and d, as long as a-b and c-d have the same sign.



Be careful, the negation of "a<X<b" is not "a>=X>=b", but "X<a OR b<X"
Post Reply