let p, q, r be Element of CQC-WFF ; :: thesis: ( p => q in TAUT implies (p '&' r) => (q '&' r) in TAUT )
assume A1: p => q in TAUT ; :: thesis: (p '&' r) => (q '&' r) in TAUT
(p => q) => ((q => ('not' r)) => (p => ('not' r))) in TAUT by LUKASI_1:1;
then (q => ('not' r)) => (p => ('not' r)) in TAUT by A1, CQC_THE1:82;
then A2: ('not' (p => ('not' r))) => ('not' (q => ('not' r))) in TAUT by LUKASI_1:34;
(p '&' r) => ('not' (p => ('not' r))) in TAUT by Th15;
then A3: (p '&' r) => ('not' (q => ('not' r))) in TAUT by A2, LUKASI_1:3;
('not' (q => ('not' r))) => (q '&' r) in TAUT by Th16;
hence (p '&' r) => (q '&' r) in TAUT by A3, LUKASI_1:3; :: thesis: verum