Ask your own question, for FREE!
Mathematics 13 Online
OpenStudy (anonymous):

is anybody good at discrete math?

OpenStudy (perl):

me

OpenStudy (anonymous):

Thanks!!

OpenStudy (anonymous):

alright my question is how do you figure out if anything is antisymmetric

OpenStudy (perl):

thats not very specific

OpenStudy (anonymous):

like okay R1 (1,1),(1,2),(2,1),(2,2),(3,4),(4,1),(4,4)

OpenStudy (perl):

In mathematics, a binary relation R on a set X is antisymmetric if, for all a and b in X if aRb and bRa then a = b,

OpenStudy (anonymous):

yeah but how does that explain if this is antisymmetric or not

OpenStudy (perl):

well first you have to state what the relation is, equality? less than, greater than? division modulo n?

OpenStudy (perl):

I would say this is not anti-symmetric because you have (3,4) ( 4,1) but 3 does not equal 1

OpenStudy (perl):

if you delete the point (3,4) then it is anti-symmetric

OpenStudy (anonymous):

what about (1,2) and (2,1) and (1,1)

OpenStudy (anonymous):

Wait so basically its anti symmetric if no points equal each other like a is not equal 2 b?

OpenStudy (perl):

1R2 and 2R1 so 1 =1 is true

OpenStudy (anonymous):

ohh so in that situation a = b?

OpenStudy (anonymous):

and if thats the case then it would be antisymmetric

OpenStudy (perl):

well the order relation <= is anti-symmetric

OpenStudy (perl):

so the definition of anti-symmetry generalises what we find in the usual order relation <= . for instance if a<=b and b <= a , then a = b , where a,b are integers and <= means less than or equal (usual ordering). but notice you can have unusual relations, like subset. if A is a subset of B and B is a subset of A, then A = B

OpenStudy (anonymous):

i dnt get that sorry this type of math is really confusing it took me 3 weeks to understand sets and now im trying to understand relations bim pretty much behind in class :/

OpenStudy (anonymous):

That make sense but how does that apply to that problem

OpenStudy (perl):

well we try to find in math the most general or abstract definitions. we find definitions that strip the terms of any specific meaning, so we can generalise to many different types of relations.

OpenStudy (perl):

so we find many 'things' that behave in math just like the ordering <= where 2<= 3 . in advanced math we look for patterns

OpenStudy (anonymous):

Yeah thats why im being confused because im so used to specific examples that this abstract way of thinking leaves me lost in the dark

OpenStudy (anonymous):

ohhh okay

OpenStudy (perl):

so how do you define <= . when you define it, you realise that other mathematical objects behave similiar to how 2 <= 3 . for instance {1,2} is a subset of {1,2,3}

OpenStudy (anonymous):

Yeah i get that

OpenStudy (perl):

so you could say {1,2} < {1,2,3} , or you could say <= to indicate that it is not a proper subset

OpenStudy (anonymous):

alright

OpenStudy (perl):

so using our austere definition we have R is antisymmetric if whenever (a,b) is in R and (b,a) is in R, then it must be the case that a = b

OpenStudy (anonymous):

OHHHH IGET IT !!!!!!!

OpenStudy (anonymous):

lol thanks but hold on lol hold on

OpenStudy (perl):

lol

OpenStudy (perl):

right, aRb is the same thing as saying (a,b) is in R. or equivalent

OpenStudy (anonymous):

wait but if thats the case where (a,b) element of R and (b,a) an element of R and a = b then isnt that kinda like being symmetric

OpenStudy (anonymous):

because (1,2) is symmetric to (2,1)

OpenStudy (perl):

symmetric is different

OpenStudy (anonymous):

how so

OpenStudy (perl):

R is symmetric when if (a,b) is in R, then (b,a) is in R

OpenStudy (anonymous):

thats the same thing i said tho

OpenStudy (perl):

antisymmetry is different

OpenStudy (perl):

right, sorry i didnt see what you wrote

OpenStudy (anonymous):

yeah but using that.. isnt that the same as antisymmetric

OpenStudy (perl):

ok so here are some examples one sec , thinking

OpenStudy (anonymous):

okay

OpenStudy (perl):

R = { (1,1) (2,1) (2,1) } is antisymmetric. R= { (1,1) , (1,2) (2,1) } is symmetric

OpenStudy (perl):

A relation can be both symmetric and antisymmetric

OpenStudy (perl):

woops

OpenStudy (perl):

R= { (1,1) ( 1,2) } is anti symetric

OpenStudy (anonymous):

a null set would be everything but i dnt get why the first one is antisymmetric

OpenStudy (anonymous):

a = 2 right?

OpenStudy (anonymous):

and b = 1?

OpenStudy (anonymous):

lol careful you are speaking to an open mind at the moment

OpenStudy (perl):

R= { (1,1) ( 2,1) } is antisyemmetric

OpenStudy (perl):

The terms 'symmetric' and 'anti-symmetric' apply to a binary relation R: R symmetric means: if aRb then bRa. R anti-symmetric means: if aRb and bRa, then a=b.

OpenStudy (anonymous):

okay i get that now because a in the R = {(1,1), (2,1)} is basically 1 and b is 1 as well so a is 1 in the (1,1) and b is 1 in the (2,1) right?

OpenStudy (perl):

well it satisfies it because it doesnt violate it

OpenStudy (perl):

it satisfies it trivially, since there is no occurence of both (a,b) and (b,a) in R R = {(1,1), (2,1)}

OpenStudy (perl):

the antisymmetry is an 'AND' condition. if you have both (a,b) AND (b,a) , then a=b. the symmetry condition is if-then condition

OpenStudy (anonymous):

hmm i guess sheesh why is this math so hard i swear who thinks of creating stuff like this

OpenStudy (perl):

well they are both if then conditions, but the antisymmetry has a little extra in it

OpenStudy (anonymous):

okay so symmetry mean something must happen first then something else happen.. its like a program

OpenStudy (perl):

R is symmetric means: if (a,b) is in R then (b,a) is in R. R anti-symmetric means: if (a,b) and (b,a) is in R, then a=b.

OpenStudy (anonymous):

okay so what about this one (3,4) what properties you give this in my eyes i see no reflexive no symmetry no antisymmetry and no transitive

OpenStudy (perl):

yes its like rules for a checking program , you could program it to check

OpenStudy (anonymous):

okay

OpenStudy (perl):

so just that one point? R = { ( 3,4) } ?

OpenStudy (anonymous):

yea

OpenStudy (perl):

then it is not symmetric, but it is anti-symmetric (trivially)

OpenStudy (anonymous):

its in an example in my book i hate that they dnt explain stuff

OpenStudy (anonymous):

Yes thats what they said but it makes no sense

OpenStudy (perl):

it is anti symetric why? do you see, because it is an if then condition

OpenStudy (anonymous):

how its only (3,4)

OpenStudy (perl):

if (a,b) and (b,a) are in R, then a=b. but you dont have (a,b) and (b,a) in R

OpenStudy (anonymous):

yea okay you just have (a,b)

OpenStudy (perl):

because 'if-then' is true when the 'if' part is false

OpenStudy (perl):

i think thats called trivial or vacuously true. we just say true though :)

OpenStudy (anonymous):

are you talking about the logic statement if p is false but q is true then the whole statement ends up being true?

OpenStudy (perl):

p-> q is true when p is false.

OpenStudy (perl):

or another way to read the definition... is ,

OpenStudy (perl):

Program: if you can find two points in your relation (a,b) & (b,a) .... then it must be the case that a = b. else true

OpenStudy (perl):

or true otherwise

OpenStudy (anonymous):

and a specific example would be (3,4) so basically any single point except (1,1) or other any points similar to that are antisymmetric

OpenStudy (perl):

Program: if you can find two points in your relation (a,b) & (b,a) .... then it must be the case that a = b. (if a does not equal B then your anti-symmetry is false.) otherwise true (if you cant find any two points (a,b) (b,a) )

OpenStudy (perl):

right , any relation R = { (a,b) } is antisymmetric , trivially , since there is only one point

OpenStudy (perl):

since you need at least two points to even check the condition

OpenStudy (anonymous):

true cool so one answer down for the rest of my life a single point is antisymmetric

OpenStudy (perl):

lol

OpenStudy (perl):

well, you have to be more precise. the relation R= { (a,b)} is anti symmetric

OpenStudy (perl):

and also better say its a binary operation, and 'point' is an element of your relation aRb or (a,b) ordered pair

OpenStudy (anonymous):

yeah lol that .. R = { (a,b) }

OpenStudy (perl):

now, how can we make your original relation antisymmetric. can we delete something

OpenStudy (anonymous):

okay i get you

OpenStudy (perl):

R= { (1,1),(1,2),(2,1),(2,2),(3,4),(4,1),(4,4) } now what are the least amount of points we can delete to make this anti-symmetric its no fair if we delete all but one , lol

OpenStudy (anonymous):

lol okay

OpenStudy (anonymous):

all try my best

OpenStudy (anonymous):

ill*

OpenStudy (perl):

ask yourself, why does it fail anti-symmetry (clue)

OpenStudy (anonymous):

(4,40 and (1,1) and (2,2) and (3,4)

OpenStudy (anonymous):

(4,4) i meant

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!