#help analysis induction question

106 messages · Page 1 of 1 (latest)

humble kernel
#

I figured I could use analysis since I am not saying anything about the elements in the non empty set, just the fact that it is TRUE that it is non empty?

#

If I cannot use induction here, please let me know why, thanks.

#

I was doing induction on the amount of elements intersected btw

hazy star
#

This step doesn't make sense to me

#

the approach is to just prove that

#

$I_{m+1} \cap \bigcap_{n=1}^{m} I_n$ is non-empty

crude rootBOT
#

Magma (N, ^)#Magma4Manager

hazy star
#

For induction

humble kernel
#

like from interval m+1 to interval 0

#

it's in each previous interval by the fact that they're nested, hence it's in the intersection

#

that's all I'm saying by that

hazy star
#

hmm wait

#

OH

#

I see

#

I misinterpreted the problem

humble kernel
#

I have found another approach that the book intends me to use but I am just wondering if this proof is also valid

hazy star
#

ok this proof feels hand-wavy

humble kernel
#

how so?

hazy star
#

It is pretty much definitional that $a_{m+1}$ is in $I_n$, if that directly implies that $\bigcup_{n=1}^{\infty} I_n$ was non-empty, this wouldn't be a problem

crude rootBOT
#

Magma (N, ^)#Magma4Manager

hazy star
#

nv

#

m

#

it works

#

this proof is functional

humble kernel
#

Mmm thanks a lot

restive coyote
#

i still have some concerns about the proof
starting with N and removing the lowest integer one by one leaves it having elements in it but after infinity, it is the empty set

#

but what do i know

#

that's not to contest the statement is true, btw
just the general idea

humble kernel
#

take N_i to be the set of natural numbers with all natural numbers up to "i" being removed
for i=0, 1 is in the set.
for i=m+1, m+1+1 = m+2 is in the set.

#

It looks weird and seems stupid but I'm pretty sure it's how induction works

#

but I do see where you're coming from

restive coyote
#

the issue is that at every stage, the set is nonempty

#

but the limit is empty

humble kernel
#

Yeah that makes sense

#

but I think induction is just weird like that lol

restive coyote
#

wdym

robust sequoia
#

You can’t really use induction for this

humble kernel
#

how come though

restive coyote
#

you can prove that the intersection up to some finite value is nonempty

robust sequoia
#

Induction works for finite values

#

There are many examples that have properties that hold for finite values but not infinite ones

#

Like just because we have a sequence {a}where each a_n is rational does not mean it’s limit is

humble kernel
#

mm ok

robust sequoia
#

In fact I think this statement is false if we replaced closed sequence with open ones

velvet stone
#

to see why it doesnt work, consider nested open intervals. then it doesnt work

#

oop beat me to it

restive coyote
#

but could it actually be empty

velvet stone
#

try using bolzano weierstrass

humble kernel
#

I know anotther method

#

I just wanted to know if this worked but

#

I see why it does not now

#

Thanks

#

so induction can only be used to prove "forall" values N not "for infinity"

velvet stone
#

yes

robust sequoia
#

Yeah

velvet stone
#

but for some arguments in analysis you can indeed 'pass to the limit'

#

so it does sometimes work

humble kernel
#

actually

#

I have a way to do it without induction but

#

I fee like induction would account for open intervals @velvet stone ?

#

or you could make it work

#

uhh ill write it here later

#

I dont think that induction works for this anymore

#

but I dont really understand why

#

or I do but it's really hand-wavy and unsatisfying

velvet stone
#

your induction argument never used the fact the intervals are closed, so it should technically also work for open

humble kernel
#

I would like to know exactly why I cant use induction here and in which cases I can

velvet stone
#

but its not true for open intervals

#

so the argument cant be right

#

that was the point i think

humble kernel
#

my argument relied on the fact that they were closed though since it literally used the end point as the point included in each interval

#

you couldn't use my argument for the open case as either endpoint could be equal I guess

velvet stone
#

but if you choose an interior pt and try and use the same argument it fails

#

u r essentially saying finite intersection nonempty means infinite intersection nonempty right

humble kernel
#

I wrongly assumed that's how induction worked

#

like it meant it counted "forall natural numbers" hence it counted for infinity

humble kernel
velvet stone
#

no

humble kernel
#

oh wait

velvet stone
#

(0, 1/n)

#

infinite intersection over the ns is empty

humble kernel
#

oh interesting I didn't know this

#

btw I'm like only starting analysis now

velvet stone
#

but any finite intersection is nonempty

humble kernel
#

ahh okay interesting thanks

velvet stone
#

ig the reason why is because being in many sets does not mean you are in all of them

humble kernel
#

eh ok sure thing

velvet stone
#

just because i can find someone that belongs to group 1, 2, 3... n for any n doesn't mean i can find someone who is in all the groups at once

humble kernel
#

I see

hazy star
#

Here is a good example

#

$\frac{1}{n} > 0$ for all $n > 1$

crude rootBOT
#

Magma (N, ^)#Magma4Manager

hazy star
#

however $\lim_{n \to \infty} \frac{1}{n} = 0$

#

as a better example

crude rootBOT
#

Magma (N, ^)#Magma4Manager

hazy star
#

$\prod_{n=1}^{k} n$ is finite for all $k$

crude rootBOT
#

Magma (N, ^)#Magma4Manager

hazy star
#

However $\prod_{n=1}^{\infty} n$ is not

crude rootBOT
#

Magma (N, ^)#Magma4Manager