
premises
# TH_1
% for two lines which intersect, there exists a plane 
% which contains them both

line(1)
line(2)
int_l_l(1,2)

conclusions

plane(3)
inc_l_pl(1,3)
inc_l_pl(2,3)
