If I know that $A\wedge B = T$ then I can say that surely $A$ and $B$ separately are true, but if $A\wedge B = F$ then how can I infer the truth value of $A$ or the one of $B$. It seems impossible to infer the result : I can say just that $¬A∨¬B = T$. What am I missing? Am i misuderstanding the process of making deductions?
EDIT:
Is it linked to the fact that $A\wedge B\implies A$ is a tautology? Because this is the reason given in my book. Should I consider just the case $A\wedge B = T$ ?
If (A $\land$ B) is false, then inferring either A or B is not valid. In general, inferring anything from a false premise is not valid, though there do exist exceptions such as if (A <-> B) is false, and B is false, then A is true.
Often enough though, in formal systems, it's required that a formula holds true for inferences to get made from it (and the rule of inferences used always preserve truth also). That's one reason why the axiomatic method has something to recommend to it, and sometimes gets regarded as more rigorous.