We've got these relations and have to decide if the orders are strong, weak or nothing. I am very unsure how to check this and got to these conclusions:
$\{⟨a,b⟩,⟨a,c⟩,⟨a,d⟩,⟨b,c⟩,⟨a,a⟩,⟨b,b⟩,⟨c,c⟩,⟨d,d⟩,⟨c,b⟩\}$ - nothing
$\{⟨b,a⟩,⟨c,b⟩,⟨c,a⟩\}$ - weak
$\{⟨d,c⟩,⟨d,b⟩,⟨d,a⟩,⟨c,a⟩,⟨a,b⟩\}$ - strong
Am I correct here or do I misunderstand it? Is there are easy way to check this? I'd really appreciate any help.