Advertisement
Guest User

Untitled

a guest
May 25th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Justin Komisarof
  2. Mandie asked a question about her work that turned out to be a question about set theory
  3. (not group theory)
  4. ish?
  5. she noticed that if you have four objects (1, 2, 3, and 4)
  6. and you construct a bijection (1 -> 3, 2 ->4, 3 -> 1, 4 -> 2)
  7. sometimes if you write out the order of the things 1 2 3 4 now map to
  8. 3 4 1 2
  9. that's the same as the bijection
  10. but for other bijections (1 -> 2, 2 -> 3, 3-> 1, 4 -> 4)
  11. gj google
  12. then you end up with 3 1 2 4
  13. which is not the same as the bijection
  14. so I realized that this property is basically a way of identifying bijections f(x) such that f(f(x) = x
  15. Kevin Carde
  16. you and Mandie are discovering involutions :D
  17. Justin Komisarof
  18. so then we tried to generalize
  19. Kevin Carde
  20. (bijections such that f(f(x)) = x)
  21. Justin Komisarof
  22. for 2-element sets, all bijections are involutions
  23. for 3-element sets, 4 of 6 possible bijections are involutions
  24. Justin Komisarof
  25. so the Mandie conjecture was that for an N element set
  26. Kevin Carde
  27. ooh but I want to hear her conjecture
  28. Justin Komisarof
  29. 2/n bijections are involutions
  30. 2/n of the n! bijections
  31. that is
  32. Kevin Carde
  33. so studying these things (permutations, and in particular involutions) is one of my favoritest things
  34. and I hope you and Mandie will keep playing with them :D
  35. but I must off to lunch now
  36. bye for now!
  37. Justin Komisarof
  38. nooo are you going to make us prove the Mandie conjecture???
  39. or disprovei t
  40. Kevin Carde
  41. the power is yours!
  42. talk to you later!
  43. Kevin Carde
  44. hey!
  45. I collapsed into nap after food
  46. I didn't sleep at all last night =\
  47. Justin Komisarof
  48. aw Kevin
  49. ar eyou feeling better?
  50. Kevin Carde
  51. a bit =)
  52. was just a lonnnngg travel day
  53. Justin Komisarof
  54. ok so I think I have a solution
  55. Kevin Carde
  56. oh?
  57. Justin Komisarof
  58. for how many bijections on a set are involutions
  59. it's a counting problem!
  60. Kevin Carde
  61. indeed!
  62. Justin Komisarof
  63. so for n = 1 1/1 bijections are involutions
  64. for n = 2 2/2 bijections are involutions
  65. for n > 2
  66. we take the newest element added to the set
  67. it can either map to itself or not
  68. if it maps to itself
  69. then there are the same number of involutions as there are for N-1
  70. if it maps to some other element
  71. then that other element must map to it
  72. there are n-1 other elements it could map to and then once those two are out of the way there are f(n-2) involutions for each of the n-1 possible choices
  73. so f(x) = f(x-1) + (x-1)f(x-2)
  74. where f(1) = 1 and f(2) = 2
  75. Kevin Carde
  76. this is a great solution =)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement