conditional chain linkage with "if but only if"/double arrow

matteejaymatteejay Alum Member
edited November 2013 in General 5 karma
Hi guys,
So I know that for example A ---> B <--|--> C leads to the inference A <--|--> C, whereas A <--|--> B ---- > C leads to no useful inference. What about the double arrow? i.e.
1) A <---> B ---> C
2) A ---> B <---> C

my gut tells me in both cases its just A --- > C but I'm not 100%. Can anyone shed some light on this?
Cheers

Comments

  • AJ LAJ L Free Trial Member
    24 karma
    Yes A-> C in both cases! Because
    A<-->B means A->B AND B->A so look at which the arrows go.
  • matteejaymatteejay Alum Member
    5 karma
    thanks mate
Sign In or Register to comment.