let dep3 j1 j2 j3 = 
  match !proofmode with
    | No -> Atom.Set.empty
    | Dep -> Atom.Set.union j1 (Atom.Set.union j2 j3)