[Question] How do natural sciences prove causation?

Let’s say we have 2 phenomena, A and B, each can be a value of 0 or 1, and we observe, that for them implication table A=>B is always true. (Third column represents whether the combinations of events can happen or cannot.) A B A=>B

0 0 1

0 1 1

1 0 0

1 1 1

Thing we see is that combination A=1 and B=0 almost never happens, and three other combinations can happen. But how can we be sure, that it is not some kind of third event, which influences both of those to output those combinations of values?

What if the table is like this, based on &?

0 0 0

0 1 0

1 0 0

1 1 1

If at least one of events (any) happens, then the second happens too. How this relation would be called?

How many tables (of the 16) there are which could potentially represent causation? For example,

000

010

101

111

  • is not in the set, because it says, that A not being true is impossible(has never been observed), but has no limitation on the value of B.

Given a table in this format (or just a string representing the third column), what a person would do next to test whether events influence one another or are both defined by a third? Does the further approach even depend on a type of table? (I expect it will not, as everything would be observed in frequencies)

Is it like an cycle, where one makes an assumption “what if they both are defined by event C” and then shows there is no correlation with C, and repeats for many other possible C’s? But then it looks it would not be possible to exhaust all possible C’s.

No comments.