when there is no physical evidence, one must turn to the theoretical evidence.
i present an if else statement that you probably won't understand to show my thought process:; if (Arg1.TheoreticalEvidence > Arg2.TheoreticalEvidence) {
trust(Arg1);
} else {
trust(Arg2);
}; now i ask: which argument has more theoretical evidence? that is the argument that is more likely correct.