This statement is quite easy to prove using logic ( and the constant F = " Falsum" = the proposition equivalent to any logical falsehood).
But I cannot manage to prove it simply with the laws of the algebra of sets. I mean, without analysing the statement in terms of an arbitrary x belonging to the sets involved.
Is it simply the definition of inclusion in the algebra of sets? ( So that it would not be possible to prove it? )
By the laws of the algebra of sets, I mean :
You are given that $A \subseteq B$, but in your linked laws of algebra for sets, the only principle involving $\subseteq$ is:
$A \subseteq B \Leftrightarrow B' \subseteq A'$
... meaning that there is no rule in this list that allows you to rewrite the $\subseteq$ into any of the set-algebraic operations you really want to work with, i.e. $\cap$, $\cup$, $'$, and $\emptyset$
So no, with the rules as given, you can't derive $A \cap B' = \emptyset$ from $A \subseteq B$
Well, that's no fun!
OK, let's see how we could rewrite the fact that $A \subseteq B$.
Well, one option is to, as you already say, define $A \subseteq B$ as $A \cap B' = \emptyset$ .. but that's no fun either :P
OK, so how about:
$A \cap B = A$
In fact, I really like that one as a definition of $A \subseteq B$: if $A \subseteq B$, then that means that anything in $A$ is automatically in $B$, meaning that intersecting the set with $B$ does not put any further requirements on the objects we're talking about, and so their intersection should indeed just be $A$
So now let's take this piece of information, and see if we can derive $A \cap B' = \emptyset$:
Well:
$A \cap B' \overset{A \cap B = A}{=} (A \cap B) \cap B' \overset{Associative}= A \cap (B \cap B') \overset{Complement}= A \cap \emptyset \overset{Annihilation}= \emptyset$
Yay! (though notice: neither Complement nor Annihilation are in your list of rules ... but they really should be! Those are really, really elementary algebraic principles)