thus Trivial-AMI N is with_explicit_jumps :: thesis: Trivial-AMI N is without_implicit_jumps
proof
let I be Instruction of (Trivial-AMI N); :: according to AMISTD_2:def 8 :: thesis: I is with_explicit_jumps
let f be set ; :: according to TARSKI:def 3,AMISTD_2:def 6 :: thesis: ( not f in JUMP I or f in rng (JumpPart I) )
thus ( not f in JUMP I or f in rng (JumpPart I) ) ; :: thesis: verum
end;
thus Trivial-AMI N is without_implicit_jumps :: thesis: verum
proof end;