let G be Graph; for v1, v2 being Element of G holds AcyclicPaths v1,v2 c= OrientedPaths v1,v2
let v1, v2 be Element of G; AcyclicPaths v1,v2 c= OrientedPaths v1,v2
let x be set ; TARSKI:def 3 ( not x in AcyclicPaths v1,v2 or x in OrientedPaths v1,v2 )
assume
x in AcyclicPaths v1,v2
; x in OrientedPaths v1,v2
then consider p being oriented Simple Chain of G such that
A1:
x = p
and
A2:
p is_acyclicpath_of v1,v2
;
p is_orientedpath_of v1,v2
by A2, Def6;
hence
x in OrientedPaths v1,v2
by A1; verum