Does the formulation of a proof involve substitution of numerical solutions into the problem ?
I asked this because I was trying to find a way I can prove Erdos right in Brocard's problem using Diophantine equations (something I am not acquainted with except problems involving a system of linear Diophantine equations). My approach is like this : if we assume that the next solution $(m,n)$ is $(71 + x, 7 + y)$ do the following to get a new equation: $$(7 + y)! + 1 = (71 + x)^2 \longrightarrow(1)$$ $$7! + 1 = 71^2 \longrightarrow(2)$$ $$(1) - (2) = (7 + y)! - 5040 = x^2 + 142x\longrightarrow(3)$$ And then prove that only a finite number of integer solutions exist for (3) and out of them, only 3 satisfy the constraints in Brocard's problem. I doubt whether what I am doing is proof-writing or not. I got a few numerical solutions using Wolfram Alpha and those are what I am using.
Edit : The rest of the solutions given by Wolfram Alpha also worked, except that $71 + x$ became negative in those solutions I rejected by accident.