As usual, I hate to spoil the fun here. But since my initial post as in a reply stated above hinted to something it didn't hint to, I think I have to do a little better job.
If you are comfy in your faith, don't read this post. It could put doubt where until now was a firm conviction and a strong stance.
Logic: Based on boolean Algebra.
"AND" = && => If both of the components are true, the complete statement returns as true.
"OR" = || => If one of the components is true, the complete statement returns as true.
TRUE = 1
FALSE = 0
0 && 0 = 0 0 || 0 = 0
1 && 0 = 0 1 || 0 = 1
0 && 1 = 0 0 || 1 = 1
1 && 1 = 1 1 || 1 = 1
The statement "An apple that falls from a tree falls because of the effects of gravity towards Earth." can be split in several parts.
Part 1 would be "An apple that falls from a tree"
Part 2 would be "falls because of the effects of gravity towards Earth"
Only if both parts are true, exactly that happens what the statement tries to describe.
The tree that holds the apple up on a certain height, keeps gravity from accelerating the apple towards earth. And the moment the tree connection to the apple breaks, gravity accelerates the apple towards Earth until it hits the Earth.
So Part1 has to be true and Part2 has to be true before the whole statement becomes true.
Lets apply this logic to the thread (As I did before.) in an shortened example
The statement:
(
"God is true because noone can prove the counterexample"
&&
"I believe in god"
&&
"Millions of people believe in god, they can't all be wrong"
&&
God
)
Equals to: (1 && 1 && 1 && 1) = (1) = TRUE ( :tsk: Don't cheer yet.)
Now, if we put only what we can "prove" in a logic statement, we can at the maximum come as far as: 1 && God = ? Since we don't know whether God = TRUE or FALSE
and depending whether God is TRUE or FALSE the statement becomes TRUE or FALSE.
X = God or any other "thing/idea" people can believe in (But not prove!!!) and SET to TRUE to have at least something to work with.
I guess you could call this Faith upfront that it will become TRUE.
But then again, in every horse race, there is a horse that wins, in this case either TRUE or FALSE wins.
As analog, You can build a house of cards, but it won't be the same as a brick building since it has all the inherited characteristics of a house of cards.. Pull one on the bottom and the whole building goes.
So Sorry people unless we introduce in the boolean logic a "maybe" type expression that we just initiate by definition as TRUE... This is deceiving ourselves.
You can find ANY faith you want, In ANYTHING that way.
Only by putting the right statements in the boolean expression you want to evaluate, and leaving the "uncomfy" things out of that expression.
(Do you think it is a wonder why religious discussions always are a loosing game for the believers when confronted with logic?)
Maybe is not by definition "TRUE". Not even if you bet your life on it.
Even if in total over all recorded history a trillion people believe(d) it to be true. It still can be untrue.
Reality is what is, not what people want to interprete about what they perceive to be the truth.
Last short example to keep the mind sharp: "Faith will overcome the logic of this post."
You do the splitting in parts and setting their boolean values to make you able to go to sleep tonight. (Don't allow me to spoil your sleep by setting "faith" equal to X.
)