Ragdoll_X, (edited )
@Ragdoll_X@lemmy.world avatar

An example of why this is incorrrect.

If a card is the ace of spades, it is black.

A card is black if and only if it is the ace of spades.

There are other conditions under which B (a card is black) can happen, so the second statement is not true.

A conclusion that would be correct is “If a card is not black, it is not the ace of spades.”. The condition is that if A is true B will also always be true, so if B is false we can be sure that A is false as well - i.e. “If not B, not A”.

feedum_sneedson,

No.

Some_Dumb_Goat,

If A, then B

If Not B, then Not A

If it’s raining then the grass is wet, but you can’t tell if it’s raining if the grass is wet, because of say, a hose or sprinkler.

All that you can tell is that if the grass is dry, then it is not raining, and I that’s called a contrapositive.

Neon, (edited )

if I brake, my Car will stop.

will my Car only stop if i brake?

lrnz92,

Brake*

Neon,

shhhhhhh. Nobody saw, nobody knows.

Also It’s 00:30 over here, cut me some Slack.

Moobythegoldensock,

“If X is cat, then X is mammal” =?> “X is mammal if and only if X is cat”

Obviously doesn’t hold: What if X doge?

umulu,
@umulu@lemmy.world avatar

Great analogy!

jbrains, (edited )

No.

B iff A is defined as “If B then A and if A then B”.

If that doesn’t make it clear enough for you, then try writing out the truth table for both statements.

Lafari,

I think I understand now, but what has left me scratching my nose (metaphorically):

Why is it called “B if and only if A”, if what it really means is “B only if A and vice versa”? (Am I correct in thinking that’s what it means?)

I just don’t understand how that translates grammatically. To me, “B if and only if A” sounds the same as “B only if A”. I can accept that they mean different things in the context of logic, just like I can assign any meaning to any label, like I could say that “dog” now means “kite” in a certain context. But it seems unintuitive and doesn’t really make sense to me. Does that make sense?

ook_the_librarian, (edited )
@ook_the_librarian@lemmy.world avatar

“If A then B” means if A is true, then B is guaranteed to be true. Note that if B is true and A is false, “if A then B” is still true.

“B only if A” means the only way for B to be true is for A to be true. It’s weird, but it has the inverse truth table as “(not A) and B”.

jbrains,

“B if and only if A” is a shorthand way to write “B if A and B only if A”. It’s like how “He is young and thin” means “He is young and he is thin”. We could write it the second way without trouble, but the first way is shorter, we agree that they mean the same thing, and we prefer to conserve energy when writing.

The form “if and only if” is merely a convenient shorthand. Shorthand is usually more convenient for the writer than for the reader. 🤷‍♂️

Imagine these natural language sentences and analyze how they are different:

  • I’ll go outside if it’s not snowing
  • I’ll go outside only if it’s not snowing

Hint: what do you do in each case when it’s snowing?

flx,

if youre doing homework, i recommend writing out truth tables for the statements and comparing, gives you a bit more insight into the statement truth conditions

Toes,

NP = P

rufus, (edited )

A => B is not the same as B <=> A

krdo,

The first statement only tells you when B is true. It says nothing about when it is false. The second statement both tells you when B is true (if A) and when it is not (only if A). Therefore, the two statements cannot be equal.

Apepollo11,

You’ve have some examples, but in case they are not clear enough:

If [you have AIDS] then [you are unwell]

[You are unwell] if and only if [you have AIDS]

The first one is not the same as the second. Why? There are plenty of ways to be unwell, without necessary developing AIDS.

The first statement only defines one possible path to B, not all of them.

AmidFuror,

Not just HIV, but full blown AIDS?

BananaTrifleViolin,

Actually a good example:

  • If you have AIDs (A) then you have HIV (B). True
  • You have HIV (B) if, and only if, you have AIDS (A). Not true
  • If you don't have HIV (B), then you don't have AIDs (A). True, and the actual inverse of "If A then B"; which is "If not B, then not A"
AmidFuror,

It's important to stress the "full blown" modifier in any example.

Kolanaki,
@Kolanaki@yiffit.net avatar

I just saw a video on all the logical fallacies that exist, and this was one of them but my shit-ass memory can’t recall what the name of the fallacy was.

AmidFuror,

It's Cunningham's Fallacy.

Lafari,

Can you send me the video?

Kolanaki,
@Kolanaki@yiffit.net avatar
Lafari,

I think it’s affirming the consequent

Boinkage,

No. It is equal to “if not B, then not A.” You’re welcome for doing your logic 101 homework for you.

pineapplelover,

First thing I thought lmao. Somebody is taking logic

monotremata,

Honestly what the homework is probably looking for is that it's equivalent to "B or not A." But yeah.

XeroxCool, (edited )

Edit: I see the error in my below response. I leave wrong answers for conversational completeness

That’s not equivalent either. “if not b, then not a” works if it’s a sequence but doesn’t work for options in which multiple inputs can lead to the same output. If you get pizza every Tuesday and Friday, then answering “what’s for lunch” with “if Tuesday, then pizza” and “if Friday, then pizza” doesn’t let it work in reverse. “what day is it” can’t be answered with “if pizza lunch, then Tuesday”

pruwybn,
@pruwybn@discuss.tchncs.de avatar

You left out the “not” part - “If not pizza lunch, then not Tuesday” does indeed work.

kogasa,
@kogasa@programming.dev avatar

Using standard definitions from propositional logic they are equivalent.

Boinkage,

Ya wrong.

If Tuesday, then pizza. And, if Friday, then pizza.

The contrapositive : if not pizza, then not Tuesday and not Friday.

What day is it? We’re not having pizza. So it’s not Tuesday or Friday.

Google contrapositives then holla back

XeroxCool,

That’s a key detail I now see

Ep1cFac3pa1m,
@Ep1cFac3pa1m@lemmy.world avatar

If Nazi, then fascist = true

Fascist, if and only Nazi = not true

If car, then vehicle = true

Vehicle if and only if car = not true

Lafari,

If car, then vehicle = true

Car if and only if vehicle = true.

Is this correct?

Therefore “If A then B” = “A if and only if B” (or “If B then A” = “B if and only if A”)?

zenharbinger, (edited )

B can still be true when a is false. iff means that b can only be true when a is true.

Also, the equivalent statement is.

vehicle if and only if car.

not

car only if vehicle

since a truck is a vehicle, the statement is false.

Somewhat wrong above:

A B a iff b

T T T

T F F

F T F

F F T

look online for truth tables.

Ep1cFac3pa1m,
@Ep1cFac3pa1m@lemmy.world avatar

You’d have to firm up your definition of car and vehicle before you could decide that one. Does a hot wheels car count as a car? Does a vehicle have to be large enough to move people or freight?

zenharbinger,

Don’t confuse this guy with ontological questions.

This is straight truth table level stuff.

Valmond,

I used the bananas are fruits analog but your one works well too!

Ep1cFac3pa1m,
@Ep1cFac3pa1m@lemmy.world avatar

I just figured with Lemmy’s interest in politics it seemed like an obvious example. I threw in the car because I didn’t want to be that guy who makes everything about nazis…

Boinkage,

Yeah careful with that, the logic example Nazis will be all over you if you don’t mix it up some.

Ep1cFac3pa1m,
@Ep1cFac3pa1m@lemmy.world avatar

Not everything is about Nazis, Boinkage, geez…

EsteemedRectangle,

Nope. The first statement doesn’t exclude any paths to B

  • All
  • Subscribed
  • Moderated
  • Favorites
  • nostupidquestions@lemmy.world
  • mdbf
  • magazineikmin
  • everett
  • ethstaker
  • khanakhh
  • InstantRegret
  • Youngstown
  • ngwrru68w68
  • slotface
  • rosin
  • tacticalgear
  • kavyap
  • thenastyranch
  • DreamBathrooms
  • megavids
  • Durango
  • cubers
  • modclub
  • tester
  • cisconetworking
  • GTA5RPClips
  • anitta
  • osvaldo12
  • Leos
  • normalnudes
  • provamag3
  • JUstTest
  • lostlight
  • All magazines