Definitions:
A demonstration in logic theory is a sequence of propositions where each element B must satisfy one of these conditions:
It is an axiom, OR
It comes from two previous elements in the form of: "A => B" and "A"
A theorem is any proposition that can be written in a demonstration.
Given Axioms:
(A or A) => A
A => (A or B)
(A or B) => (B or A)
(A => B) => ((C or A) => (C or B))
Problem:
Prove that if A => B, then (B => C) => (A => C)
In other words, prove: [A => B] => [(B => C) => (A => C)]
Note
A => B
Is same as : not A or B
P.S.
A logic is where each term can either has to be True or False.
Thanks @cinder tangle For this question

