Тёмный

The Symmetric Group -- Abstract Algebra Examples 5 

MathMajor
Подписаться 34 тыс.
Просмотров 2,8 тыс.
50% 1

⭐Support the channel⭐
Patreon: / michaelpennmath
Merch: teespring.com/stores/michael-...
My amazon shop: www.amazon.com/shop/michaelpenn
🟢 Discord: / discord
⭐my other channels⭐
Main Channel: / michaelpennmath
non-math podcast: / @thepennpavpodcast7878
⭐My Links⭐
Personal Website: www.michael-penn.net
Instagram: / melp2718
Randolph College Math: www.randolphcollege.edu/mathem...
Research Gate profile: www.researchgate.net/profile/...
Google Scholar profile: scholar.google.com/citations?...

Опубликовано:

 

25 мар 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@schweinmachtbree1013
@schweinmachtbree1013 Год назад
5:49 The fact that ( _a b_ ) = ( _b a_ ) is _not_ why you need the 1/2; the reason is because ( _a b_ )( _c d_ ) = ( _c d_ )( _a b_ ). This is why in case 3) you have to divide out by 6: in ( _a b_ )( _c d_ )( _e f_ ) the three cycles can be permuted in 3! = 6 ways, so we need to divide by 6 to not overcount. Also binomial coefficients have nothing to do with counting permutations of given orders/cycle types: the number of k-cycles in S_n is n(n-1)...(n-k+1)/k while the binomial coefficient n choose k is n(n-1)...(n-k+1)/k!, so you just got lucky that you were dealing with 2-cycles because 2! = 2. Your use of binomial coefficients will however have misinformed and/or confused everyone watching this video who is new to symmetric groups. I am not exaggerating when I say that there is more in this examples video that is incorrect than is correct...
@dalitlegreenfuzzyman
@dalitlegreenfuzzyman Год назад
I’m quite new to symmetric groups and I feel like it does have SOMETHING to do with it. To first get the k cycle we have to CHOOSE k integers from the set {1,….,n} (using non other than binomial coefficients)…. Giving us n!/(n-k)!k! options. But for these k-cycles pick the starting number and … the order of the (k-1) remaining elements in the cycle certainly matters. So we have to account for all of these possibilities by multiplying back by (k-1)!. Giving the number of possible k cycles to be…. (k-1)!n!/(n-k)!k!= n(n-1)….(n-k+1)/k 😁
@schweinmachtbree1013
@schweinmachtbree1013 Год назад
​@@dalitlegreenfuzzyman Binomial coefficients count the number of unordered collections, so while you are of course correct, you have counted (cyclically) ordered objects by instead counting unordered objects and then putting a (cyclical) order on them, which is a bit of a roundabout way of doing things. The connection you have noticed is not particular to symmetric groups; combinations (unordered collections) are related to permutations (ordered collections) by the formulas nCk = nPk/k! and nPk = nCk*k!, where nCk is the number of k-element subsets of n elements, also known as n choose k, and nPk is the number of k-element ordered subsets of n elements: the "/k!" corresponds to dividing out by the number of ways to rearrange each ordered subset of k elements, and the "*k!" corresponds to multiplying by the number of ways to order each subset of k elements. I will admit that my " _nothing to do with_ " was a bit over the top as the connection between permutations and combinations didn't come to mind at the time, so good spot! I've therefore removed the italics :p
@grigoriefimovitchrasputin5442
12 = 7 +2 +3, and ppcm(7,2,3) = 42, so 42 is possible as the order of an element of S12?
@user-ez4bs5yj2i
@user-ez4bs5yj2i Год назад
yes, looks like true
@Happy_Abe
@Happy_Abe Год назад
Another one that was missed: 12=5+4+3 and lcm(5,4,3)=60
@user-ez4bs5yj2i
@user-ez4bs5yj2i Год назад
Do you know any fast algorithm of finding possible orders? Except the brute-force method of course.
@richardschreier3866
@richardschreier3866 10 месяцев назад
Agreed. As a previous (now deleted?) comment indicated, 3 +4 +5 = 12 so an order of 3*4*5 = 60 is also possible.
@bjornfeuerbacher5514
@bjornfeuerbacher5514 11 месяцев назад
7:00 Shouldn't one write 3-cycles and 2-cycles in the question here?! If one writes "three cycles" and "2 cycles", that sounds as if one talks about the _number_ of cycles, not about the _size_ of the cycles - and according to the solution, the latter was actually meant here!
@iabervon
@iabervon Год назад
For the 5-cycles in S_8, doesn't 8 choose 5 just give you the possible sets of members of the cycle? When you write the cycle, the first element has to be the smallest, but then you'd have 4! different ways to arrange the rest of the elements.
@schweinmachtbree1013
@schweinmachtbree1013 Год назад
yes Justin was wrong. The number of 5-cycles ( _a b c d e_ ) in S_8 is 8·7·6·5·4/5 = 1344 (there are 8! = 40320 elements in S_8), as there are 8 choices for _a_ , then 7 choices for _b_ , ..., down to 4 choices for _8_ , and then we divide by 5 because cyclically shifting the members of a cyclic does not change it (i.e. ( _a b c d e_ ) = ( _b c d e a_ ) etc.). In general, the number of k-cycles in S_n is n(n-1)...(n-k+1)/k. You can similarly count the number of elements of a given cycle type: for example, the number of elements of cycle type [3,3,2] in S_10 - i.e. elements of the form ( _a b c_ )( _d e f_ )( _g h_ ) - is (10·9·8)·(7·6·5)·(4·3)/((3·3·2)·2) = 50400, because we have 10 choices for _a_ all the way down to 3 choices for _h_ - then we have 3 ways to cyclically permute the first 3-cycle, 3 ways to cyclically permute the second 3-cycle, and 2 ways to cyclically permute the 2-cycle, and finally we divide by a factor of 2 because there are 2! = 2 ways to permute the two 3-cycles (we have ( _a b c_ )( _d e f_ ) = ( _d e f_ )( _a b c_ )).
@M.athematech
@M.athematech Год назад
The induction proof of the lemma wasn't an induction proof, nor was the approach even sensible.
@schweinmachtbree1013
@schweinmachtbree1013 Год назад
Yeah, clearly michael isn't taking the 10 minutes to skim through these videos...
@matheusjahnke8643
@matheusjahnke8643 Год назад
P(n) = a composition of 2n-1 2-cycles can't be result in the identity. Base case, for n=1... 2n-1=1 2c-cycle can't result in the identity. Step given P(k)... consider P(k+1), given composition of 2k+1 cycles... note that(he does that in more detail) either: - you shuffle things so you can simplify 2 cycles there... so you have 2k-1.... due to P(k), it can't be the identity - you can move the (a b) pair as the rightmost permutation in such a way there's no other "a" in the other cycles... so the resulting composition will definitely change the place of "a"... so it can't be the identity. It could have been presented better, but is still an induction proof.
@noahtaul
@noahtaul Год назад
1:25 Hey I appreciate that you’re actually checking that the cycle closes off here. Michael annoyed me a but by just closing it off, which, while logically sound, is a bit unsatisfying. So thanks :)
@schweinmachtbree1013
@schweinmachtbree1013 Год назад
I'd say the fact that it's logically sound and therefore allows us to get away with doing less work, by not checking, is satisfying
@godfreypigott
@godfreypigott Год назад
This guy's mouth moves like Edward Norton's when he talks.
@sarithasaritha.t.r147
@sarithasaritha.t.r147 Год назад
Oh god.
@user-gs1ih5tu1x
@user-gs1ih5tu1x Месяц назад
this guy goes way too fast on these example videos. seriously a problem. i'm a math veteran but can barely follow, no explanation!
Далее
Some general results on groups -- Abstract Algebra 6
44:09
Group theory 1: Introduction
20:49
Просмотров 115 тыс.
УГАДАЙ ГДЕ ПРАВИЛЬНЫЙ ЦВЕТ?😱
00:14
Beautiful gymnastics 😍☺️
00:15
Просмотров 7 млн
Cycle Notation of Permutations - Abstract Algebra
12:37
The Boundary of Computation
12:59
Просмотров 981 тыс.
Joan Solà - Lie theory for the Roboticist
37:17
Просмотров 28 тыс.
Simulating the Evolution of Rock, Paper, Scissors
15:00
УГАДАЙ ГДЕ ПРАВИЛЬНЫЙ ЦВЕТ?😱
00:14