Database Theory – Proving A->B,C then A->B and A->C Using Armstrong Axioms

database-theorydependenciesprimary-keyrelational-theoryunique-constraint

I know that this is true but I don't understand how to prove it.

The Problem:

Prove or disprove that if A->B,C, then A->B and A->C

This answer is similar but it does not prove the relation using Armstrong's axioms.

Best Answer

Just two steps: you can use reflexivity for B C -> B and then transitivity from A -> B C and the previous dependency. Analogous solution for the second case.