let T, T1 be DecoratedTree; :: thesis: for P being AntiChain_of_Prefixes of dom T
for q being FinSequence of NAT st q in dom (tree T,P,T1) & q in { (p ^ s) where p is Element of dom T, s is Element of dom T1 : p in P } holds
ex p' being Element of dom T ex r being Element of dom T1 st
( q = p' ^ r & p' in P & (tree T,P,T1) . q = T1 . r )
let P be AntiChain_of_Prefixes of dom T; :: thesis: for q being FinSequence of NAT st q in dom (tree T,P,T1) & q in { (p ^ s) where p is Element of dom T, s is Element of dom T1 : p in P } holds
ex p' being Element of dom T ex r being Element of dom T1 st
( q = p' ^ r & p' in P & (tree T,P,T1) . q = T1 . r )
let q be FinSequence of NAT ; :: thesis: ( q in dom (tree T,P,T1) & q in { (p ^ s) where p is Element of dom T, s is Element of dom T1 : p in P } implies ex p' being Element of dom T ex r being Element of dom T1 st
( q = p' ^ r & p' in P & (tree T,P,T1) . q = T1 . r ) )
assume A1:
( q in dom (tree T,P,T1) & q in { (p ^ s) where p is Element of dom T, s is Element of dom T1 : p in P } )
; :: thesis: ex p' being Element of dom T ex r being Element of dom T1 st
( q = p' ^ r & p' in P & (tree T,P,T1) . q = T1 . r )