I have to say: "to prove the correctness of this hypotheses" is a
wrong question and there isn't an algorithm for proving something
that's infinity.

even number is 2n, where n=1 to infinity.

you can only prove the hypotheses through mathematical methods.

you can verify the correctness. it's like a P=NP kinda thing.


On Mar 24, 1:49 am, bittu <shashank7andr...@gmail.com> wrote:
> yesterday one of the my friends asked this Q to me prove with
> correctness that
> "Every even integer greater than 2 can be expressed as the sum of two
> primes"
>   e.g
>
>       4 = 2 + 2
>       6 = 3 + 3
>     10 = 7 + 3 or 5 + 5
>     14 = 3 + 11 or 7 + 7
>
> Explain &  Derive The Time ,Space Complexity of Algorithm
>
> it seems to be that we have to find all possible prime factor of
> number & prints it its not big task , so by checking that number we
> have to generate the all prime factor of it seems O(n) ..Hope i m
> clear corrcet me if i am wrong here.??
>
> But  problem come when even number become bigger say 1 billion  10^9
> so for this choosing the a number as a prime factor has probability of
> 1/ln(n)
> so say if for 1 billion number out of 21 only 1 is prime. .y question
> is we have to prove the time complexity for two
> choosing a number nearby such big number is 1/ln(n)..??
>
> with Heuristic justification it can be explained ro induction might
> help but guarantee here  but i need some
> mathematical proof for this
>
> Thank & Regards
> Shashank Mani
> CSE,BIT Mesra

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to