I came across this problem where one is asked to proof that, for any $16$ digit number there is at least a sequence of $1$ or more digits which its product is a perfect square.
For example, in the number
$$4,562,348,973,245,984$$
The product of $$6·2·3=36$$ and $$\sqrt{36}=6$$ (third, fourth and fifth digit) is a perfect square.
I've been trying for a while now but haven't been able to come up with anything interesting.
I tried to approach the problem from a pigeon hole perspective, trying to prove that the number of perfect squares that can be made with the product of $1$ to $n$ digits, were each digit ranges from $0$ to $9$ is bigger or equal that the amount of perfect squares a $16$ digit number can hold by the number of $16$ digit numbers. Although I think this approach should work, I had a lot of trouble when trying to figure out the numbers (total number of perfect squares, perfect squares a $16$ digit number can have in the terms expressed above) in order to do the calculations.
So then I took a different approach which was trying to prove that for any $16$ digit number there was at least one product of $n$ (from $1$ to $16$) digits which its square root was an integer, but I don't know how to formulate this idea.
Obviously brute forcing it by hand its not an option as numbers and combinations are quite big.
How can I prove the statement to be true?
And on a more general topic,what goes through your mind when having to prove something? Which should be the steps taken?
As far as I see it there are some steps which are unavoidable:
1- Come out with some effects/requisites that derive from the assumption that the statement you want to prove ( the cause) is true or false.
2- Mathematicaly formulate them.
3- See if the expected effects/requisites are true and from that conclude that tge cause/the original statement has also to be true.