let N be with_zero set ; :: thesis: for A being non empty with_non-empty_values IC-Ins-separated with_non_trivial_ObjectKinds AMI-Struct over N
for I being Instruction of A holds Out_\_Inp I = (Output I) \ (Input I)

let A be non empty with_non-empty_values IC-Ins-separated with_non_trivial_ObjectKinds AMI-Struct over N; :: thesis: for I being Instruction of A holds Out_\_Inp I = (Output I) \ (Input I)
let I be Instruction of A; :: thesis: Out_\_Inp I = (Output I) \ (Input I)
for o being Object of A holds
( o in Out_\_Inp I iff o in (Output I) \ (Input I) )
proof end;
hence Out_\_Inp I = (Output I) \ (Input I) by SUBSET_1:3; :: thesis: verum